Indicators

Free Custom TimeFrame Candlesticks
 6
  4.29
  5193
by Jiri
09 May 2016, 11:37
Description: The Indicator plots custom timeframe candlesticks over current chart.   Updates: 21/03/2016 - Released.   Inputs: Timeframe - Defines TimeFrame of custom DataSeries. Thickness - Defines thickness of lines....
Free Value Chart
 3
  4
  2811
by Jiri
09 May 2016, 11:37
Description: The Value Chart was developed to show the valuation of the market.  The Value Chart could be described as a DeTrended Oscillator in which the higher or lower the...
Free Market Hours
 10
  4
  4064
by Jiri
09 May 2016, 11:37
Description: Current open markets, updated in real time. Time bar progresses from left to right. Hours are optimized to local time.   Updates: 19/03/2016 - Released. 26/03/2016 - Updated strings. 30/03/2016...
Free EXPERIMENTAL Channel Sketcher
 9
  4.17
  3290
by Jiri
09 May 2016, 11:37
Description Linear regression channel based. Overlaying channels indicate respected channel. Additional description will be added in the future.   Notes It might be useful for those who like to trade...
Free Custom Bid and Ask Lines
 6
  4
  2417
by Jiri
09 May 2016, 11:37
Custom Bid and Ask lines. can be set to plot from current bar with displacement or to infinite (as default) custom line style custom thickness custom color   Make a...
Free ZigZag
 3
  4.17
  3892
by Jiri
09 May 2016, 11:37
Description The ZigZag indicator shows trend lines filtering out changes below a defined level. The Indicator was converted from NinjaTrader script to cAlgo.   Updates 31/01/2016 Released. 08/03/2016 ​Added channels. Updates on...
Free Swing
 5
  4.17
  5327
by Jiri
09 May 2016, 11:37
Description The Swing indicator plots lines that represents the swing high and low points. The Indicator was converted from NinjaTrader script to cAlgo.   Updates 31/01/2016 - Released.​   Inputs High source - The...
Free Daily Fibonacci Retracement
 0
  4.17
  7162
by Jiri
09 May 2016, 11:37
Description The Fibonacci retracement is the potential retracement of a financial asset's original move in price. Fibonacci retracements use horizontal lines to indicate areas of support or resistance at the key Fibonacci levels before it continues in...
30 Apr 2016, 19:02
This time I'm sharing my personal indicator it does calculates weighted standard deviation per side to get the upper and lower volatility the advantage of differentiating the volatilities is that...
Free Account Stats Indicator
 1
  5
  2782
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
  4317
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
  3266
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
  2971
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
  8830
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
  3563
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
  3800
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
  6860
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
  2937
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
  3653
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
  3331
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
  5352
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
  9332
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
  5524
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
  5216
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
  3507
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
  5790
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
  2530
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...