Indicators

Free Account Stats Indicator
 1
  5
  2780
27 Apr 2016, 09:09
The indicator shows the all kind of stats of your account. See screenshot. The indicator shows the all kind of stats of your account. See screenshot. The indicator shows the all kind...
Free Force Index
 0
  0
  4312
27 Apr 2016, 09:00
The Force Index is an indicator that uses price and volume to assess the power behind a move or identify possible turning points. Developed by Alexander Elder, the Force Index...
Free Cyf_ADX+
 0
  0
  3263
by cyfer
09 Apr 2016, 18:05
This is the Same DMS indicator included in cTrader  but organized in a more visually appealing/easier to read form .   
Free Cyf_TVI (Tick Volume Indicator)
 2
  5
  4640
by cyfer
09 Apr 2016, 16:44
This is William Blau Tick Volume Indicator written for cTrader  Combine this with your method of trading at your own risk .  
Free ZLEMA
 0
  0
  2968
by tbrbde
26 Mar 2016, 20:52
This is a Zero lag EMA as described by John Ehlers (without lag and overshoot). The code is available for several trading platforms but I found no version for cAlgo. So...
Free Auto Pivot Points
 2
  0
  8823
21 Mar 2016, 18:36
This indicator plots daily, weekly and monthly pivot points with their associated supports and resistances until level 3. It can be chossen the supports and resistances to be displayed Screenshot:...
Free Time Range Highlighter
 1
  5
  3558
04 Mar 2016, 02:23
Are you curious if the market moves are particular way at 12:35 every day?   Use this time frame highlighter to underline that time range and scan the charts to...
Free Cyf_Double_RSI
 0
  0
  3797
by cyfer
23 Feb 2016, 20:55
Based on the strategy of The difference between 2 RSIs(5,14) When the Fast RSI Crosses the Slow RSI , you may scalp in that direction. The ADX component of DMS...
Free Spread Monitor
 1
  5
  6855
18 Feb 2016, 22:08
This indicator draws Spread on the chart in pips and shows the current spread and min / max. Spread is the difference between the bid and the ask price of the symbol.
Free Average Wick Indicator
 1
  5
  2934
by Waxy
11 Feb 2016, 22:56
I decided to make a simple indicator to see how wicks behave, some cool patterns seem to emerge. You can see for example Upwicks tend to be bigger in downtrends...
Free Cyf_Stochastic_ADX
 0
  0
  3652
by cyfer
05 Feb 2016, 15:56
This is a combination of Stochastic Indicator and ADX component of the DMS system  needles to say : when using ADX .. its not giving you direction but Strength of...
Free Cyf_Momentum_Histogram
 0
  0
  3330
by cyfer
05 Feb 2016, 14:37
This is nothing but the cTrader included Momentum indicator  the only difference is its more visually appealing    using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators; namespace cAlgo...
Free Fractals TF
 3
  5
  5351
04 Feb 2016, 04:30
Fractals TF allows you to see higher TimeFrame fractals on low TimeFrame charts.   For example, I like to use M5 fractals on M1 charts.
04 Feb 2016, 04:21
Sometimes it's easy to lose track of the bigger picture.   This indicator draws candle boxes based on high and low around the current price action.    For example, if...
Free MACD Crossover with Colors (v2)
 4
  5
  9328
04 Feb 2016, 00:04
This MACD Crossover with Colors indicator allows you to set colors for both positive and negative values of the Histogram. Based on the original MACD Crossover indicator from cTrade. v2...
Free MACD Histogram with Colors (v2)
 1
  0
  5520
04 Feb 2016, 00:04
This MACD Histogram with Colors indicator allows you to set colors for both positive and negative values of the Histogram. Based on the original MACD Histogram indicator from cTrade. v2...
Free Bulls and Bears (v2)
 5
  5
  5212
04 Feb 2016, 00:04
This Bulls and Bears indicator consolidates the Bulls and Bears Power sample indicators in one indicator. Based on the original Bulls and Bears Power sample indicators from cTrade. v2 +...
Free MTF SMA
 3
  5
  3506
by sohoj
31 Jan 2016, 19:47
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC)] public class SMAMTF : Indicator { [Parameter(DefaultValue = 14)] public int Periods {...
Free MACD Histogram with Color
 1
  5
  5785
30 Dec 2015, 11:27
This MACD Histogram with Colors indicator allows you to set colors for both positive and negative values of the Histogram. Based on MACD Crossover with Colors from
Free Bar ID's
 1
  0
  2527
by .ics
18 Dec 2015, 14:44
This is rather a very simple indicator. It display's the index id of a specific bar ranging from 0 up to the current (last) bar.. This can be used if...
by viktan
25 Nov 2015, 03:53
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators {     [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC)]     public class AdxR : Indicator     {         [Parameter("%K periods 1", DefaultValue = 20)]         public int inpKPeriods1 { get; set; }         [Parameter("%K Slowing 1", DefaultValue = 7)]         public int inpKSlowing1 { get; set; }         [Parameter("%D periods 1", DefaultValue = 20)]         public int inpDPeriods1 { get; set; }         [Parameter("MA type 1", DefaultValue = MovingAverageType.Simple)]         public MovingAverageType inpMAType1 { get; set; }         [Parameter("%K periods...
by ozan
13 Nov 2015, 18:40
custom MovingAverageV02 Moving Average with shift for different price types; (0) = Typical Price (1) = Weighted Close Price (2) = Median Price Typical Price = (O+H+L+C) /4 Weighted Close...
Free VolatilityQuality
 0
  0
  3504
14 Sep 2015, 01:31
Volatility quality ZIRO LINE indicator  ( converted from mq4 file using 2calgo.com/ ) I find it helpful to find reversals for binary options and then martingale for the same. I am...
Free Broker and Time Zones Clock
 0
  5
  5195
by badtzo
03 Sep 2015, 00:38
This is not my whole work, I just made a mod from the source of "Real Market Time" by  lec0456 In this file I added some custom parameters as menu options:...
Free Volume Zone Oscilator
 4
  0
  4294
by Voids
27 Aug 2015, 14:33
This oscilator is a work by Walid Khalil and David Steckler, converted from mt4. The original article about Volume Zone Oscilator can be found here: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0CDYQFjAEahUKEwjttdKBk8nHAhUKWBQKHc-4AII&url=http%3A%2F%2Fwww.informedtrades.com%2Fattachments%2F2505d1280781350-volume-analysis-volumezoneoscillator-pdf&ei=DfPeVa37LYqwUc_xgpAI&usg=AFQjCNERgAP9HWhjdymhntdUXeTXdtrTpg&sig2=KPwu0ceYrDZ7glrZa5_x2A   A (highly) simplified interpretation...
Free Margin Required
 0
  5
  3010
by fjl3
07 Aug 2015, 21:04
With this indicator, you can specify the number of Lots you are interested in trading, and it will display the amount of Free Margin required to execute the position. You...
02 Aug 2015, 22:11
Okay now it's my turn to contribute to the community.   This is a simple Inside Bar pattern recognition. The points appear around the Mother Bar, at the opening of...
Free Volume Oscilator Histogram
 0
  0
  3991
by Voids
01 Aug 2015, 02:29
Good old Volume Oscilator with histogram to show volume difference: - Blue if volume is higher than previous one. - Gray if volume is lower than previous.  
Free Better Volume Paint Bar
 1
  5
  4046
by Voids
01 Aug 2015, 02:23
This is a modification of indicator Better TickVolume with paint bar functionality. Please notice that this indicator only paint the bar, and not showing the tick volume. To show the...
Free VelociTy Indicator
 0
  0
  3290
22 Jul 2015, 16:14
Indicate the acceleration of the high price and the low price with a moving average.  If the moving average is over ZERO the trend is UP otherwise it's Down. If the...