Indicators

Free ZigZag on multiple TimeFrames
 3
  0
  6301
15 Jul 2015, 16:59
ZigZag indicator, allowing the usage of multiple TimeFrames within one indicator In this sample three different TimeFrames, but it's expandable. Show history-option: displays historical steps of ZigZag algorithm. Based on...
Free Multi Candle
 1
  0
  3885
10 Jul 2015, 08:40
Creates a buy or sell signal soon as bullish candles are N bullish or bearish candle whose size exceeds a given threshold. Project hosted in github
Free Frankfurt/London Lines
 2
  0
  4205
by bosma
07 Jul 2015, 10:59
Puts orange-red and red vertical line on open of Frankfurt and London open, works with tick charts. Description is too short.
Free Kaufman Adaptative Moving Average
 3
  5
  3931
30 Jun 2015, 20:48
The Adaptive Moving Average (AMA) aka Kaufman Adaptive Moving Average (KAMA) was created by Perry Kaufman and first presented in his book Smarter Trading (1995).  This moving average offered a...
Free Williams Percent Range with signals
 1
  0
  4911
27 Jun 2015, 11:48
L'indicateur Williams Percent Range avec signaux d'achat ou de vente. Les deux premiers signaux testent le franchissement des seuils de survente (-80) et surachat (-20) tandis que les deux suivants...
Free ZigZag Kwan MBFX Timing
 4
  0
  6026
27 Jun 2015, 11:47
ZigZag Kwan MBFX Timing ou Beta Author : Abdallah HACID Solution Visual studio   Cet indicateur ZigZag Kwan MBFX Timing peut etre  combiner avec le RSI, MACD est Stoch et vous...
Free Efficiency Ratio
 0
  0
  3247
27 Jun 2015, 11:39
Efficiency Ratio Indicator (ER) measure noise signal, see the article: Mesurer le bruit d'un signal boursier If ER is near to 1.0 the noise is low, it is near to 0 the noise is...
Free PipsATR
 5
  0
  6606
27 Jun 2015, 11:37
PipsATR is nothing other than the ATR indicator, but its values ​​are expressed in pips rather than value.  This gives for each timeframe chosen volatility in pips, which in my...
Free Spread
 0
  0
  7502
27 Jun 2015, 11:37
Spread shows the current spread and its average. You can set the time and type of medium to display. Author : Abdallah HACID Solution Visual studio
Free Indicate the crossing betwin two moving
 9
  4.38
  8751
27 Jun 2015, 11:36
indicator print buy/sell signal on the price graph windows when the fast line cross the slow line Author : Abdallah HACID Solution Visual studio
Free Accumulative Bid/Ask Volume (ZigZag)
 6
  0
  3847
03 Jun 2015, 02:13
(v 1.01) This is the Accumulative Bid/Ask Volume (ZigZag Edition). To operate it successfully please download and install the ZigZag indicator from here: /algos/indicators/show/157 If you are using my other Bid/Ask Volume...
Free Bid/Ask Volume
 13
  5
  5357
29 May 2015, 01:07
(Version 1.1) Accumulates and displays the true bid and ask volume in monetary terms (currency units) for each bar/period and their difference in a convenient histogram plot. It features filters below...
Free RCI (Rank Correlation Index)
 0
  0
  4752
by daneko
23 May 2015, 10:32
  if you want to use from cBot, try it.   public class Sample : Robot { RankCorrelationIndex rci; protected override void OnStart() { rci = RankCorrelationIndex.create(Indicators, MarketSeries); // ......
Free Volume Log
 5
  0
  3576
02 May 2015, 17:24
A volume log (v 1.01) that displays filtered bid and ask volumes. Price is expressed as distance from current bid/ask price in the Bid/Ask columns. Each entry is timestamped and expressed...
Free DashBoard SMA
 1
  0
  3999
by Iwori
02 May 2015, 06:15
DashBoard MultiTimeFrame SimpleMovingAverage Price > SMA  ->  Trend Up (Color Green) Price < SMA  ->  Trend Down (Color Red) Price = SMA  ->  Not Trend (Color Gray)   Note: The Moving...
Free VWAP for every bar
 2
  5
  4767
25 Apr 2015, 21:39
This is the VWAP (version 1.1), or volume weighted average price for every individual bar. For timeframes shorter than daily it uses minute data up to the current second and then...
Free EURUSD Index V2
 1
  5
  4054
25 Apr 2015, 20:42
Determines the daily increase or decrease in the value of the Euro and Dollar.The actual and projected value of the pair is also plotted. This version of the EURUSD index allows...
Free SMA Slope Indicator
 4
  0
  4154
17 Apr 2015, 09:16
My slope indicator calculates the slope of a smoothed SMA.  You can enter the backstep, meaning the length of time you want to go back to measure the slope.  A...
Free Alert levels
 4
  0
  3446
11 Apr 2015, 00:12
Alert levels. Store events in MyDocuments folder to detect crossing from setup date. Functions: 1. Color alert. 2. Sound alert. To use sound alerts please plaсe Ring.wav into MyDocuments folder....
Free Dibuja en 1M la barra de 5M
 0
  0
  2592
03 Apr 2015, 23:06
Soy nuevo usuario... y estoy aprendiendo a realizar mis robots... lo siento si existen errores de programacion, para mi me trabajan y bien... se que se pueden optimizar... acepto sugerencias......
Free HL Barchart & HL Volume Barchart
 1
  0
  3281
28 Mar 2015, 20:14
Here you have the HL barchart, without the open and close dashes of the standard OHLC appearance, that are in my opinion arbitrary and therefore useless. You have to switch to...
Free Break Out Candles
 17
  5
  7111
26 Mar 2015, 20:20
Only break out candles have Green and Red color.  The other candles are by default LightGray for both up and down, but you can give them separate colors if you...
Free 3 EMA MTF (Multi-timeframe)
 1
  5
  6945
26 Mar 2015, 00:52
3 EMA MTF (Multi-timeframe) using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC)] public class EMAMTF : Indicator { [Parameter(DefaultValue = 14)]...
Free Tema MTF (Multi-timeframe)
 0
  0
  3677
25 Mar 2015, 01:33
Triple Exponential Moving Average, or TEMA with Multi-timeframe indicator used: /algos/indicators/show/15 using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC)] public class TEMAMTF :...
Free Heikin Ashi Color Candles (HAcc)
 0
  5
  8163
23 Mar 2015, 21:37
Normal candles with Heikin Ashi (HA) colors.  When HA would be green we have light and dark green candles (or whatever colors you want), when HA would be red we...
Free Moving Average Color Candles (MAcc)
 5
  5
  6006
23 Mar 2015, 04:40
Light and dark green candles above the selected moving average, and light and dark red candles below.   Candles are adjustable in size for both the body and the wick...
Free Raghee's Wave Candles
 0
  5
  4084
23 Mar 2015, 04:39
Similar to MAcc (moving average color candles) these candles have 2 shades of green, blue and red each.  They are Raghee Horner's Wave candles. Also known as her Green Red...
Free Depth of market (dom)
 0
  0
  4903
20 Mar 2015, 01:48
Indicator show depth of market on the chart. Bids = blue lines Asks = red lines Change len and thickness in parameters.  
Free Fixed Offset Bands
 0
  0
  2566
19 Mar 2015, 04:16
This is a band indicator based on various moving averages with its upper and lower band placed at a fixed distance expressed in pips. It does not compensate for trend strength or...
Free Heiken Ashi Background
 1
  0
  4223
15 Mar 2015, 09:11
This indicator draw colored lines, color of line is color of Heiken Ashi bar. Very useful for normal bars. Change Width and Height(in price pips) parameter for best usability.