Indicators

Free All Pivots
 3
  5
  7220
26 Jul 2017, 16:37
Plot PIVOT POINTS
Free Daily Open Close
 8
  0
  7166
23 Jul 2013, 12:53
This is an example of how to plot the Daily Open and Close on a TimeFrame lower than Daily.
Free Daily Fibonacci Retracement
 0
  4.17
  7155
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...
Free cTrader DiNapoli Stochastic
 1
  0
  7126
27 Feb 2021, 10:57
This version of the DiNapoli Stochastic has a smoother indicator and extra logic to match the curve of the lines to identify possible price reversal with linear curve fitting. We also...
Free Laguerre RSI
 0
  5
  7122
17 Feb 2012, 13:53
Ehlers Laguerre RSI is a much more advanced version of the basic RSI indicator. It was created by John Ehler and documented in his book entitled 'Cybernetic Analysis For Stocks...
Free ZigZag
 2
  3.33
  7111
31 Jul 2016, 01:03
Another ZigZag indicator for CTrader. I found that the other implementations available were incorrect and written with more lines of code than necessary. http://www.onlinetradingconcepts.com/TechnicalAnalysis/ZigZag.htm  
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 Instantaneous Trendline (iTrend)
 0
  5
  7057
16 May 2012, 13:54
The early identification of a trend then depends on a valid measurement of short-term cyclic activity. There are two ways to do so, either by cycle elimination or by spectrum analysis. Of the...
Paid Harmonics Indicator V1.0
 4
  5
  7032
02 Dec 2019, 14:45
The Scyware Harmonics Indicator is a new harmonic patterns auto-recognition indicator for the cAlgo/cTrader platform. Harmonic patterns profit from the natural order of the financial markets. Features: Detects Bat, Gartley,...
Free 3 EMA MTF (Multi-timeframe)
 1
  5
  6944
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 USDX Dollar Index
 7
  0
  6928
19 Apr 2014, 22:42
This indicator calculates USDX and EURX indices. USDX index measures the performance of USD against a basket of currencies: EUR, JPY, GBP, CAD, SEK and CHF  
Free zig zag buy sell
 0
  0
  6924
09 Mar 2015, 15:03
//+------------------------------------------------------------------+ //| ZigAndZagScalpel.mq4 | //| Bookkeeper, 2006, yuzefovich@gmail.com | //+------------------------------------------------------------------+ #property copyright "" #property link "" //---- #property indicator_chart_window #property indicator_buffers 7 // Èëè 8 - äëÿ testBuffer #property indicator_color1...
Free Auto Draw Fibonacci
 6
  5
  6912
13 Feb 2022, 16:46
Auto Draw Fibonacci on period of X Bar v1 : Add custom colour
Free Spread Monitor
 1
  5
  6848
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 Depth of Market Indicator (DOM)
 6
  3.75
  6828
28 May 2018, 20:09
This indicator will show the Open Book (Depth of Market) into the chart window.  This indicator will help you to undestand where open orders are placed and the differences between...
Free Ultimate 5 points pivot system
 3
  5
  6777
by hichem
02 Jan 2013, 09:01
The most common method in calculating pivot points is the 5 point pivot system.  This indicator calculates and display pivot levels for daily, weekly and monthly timeframes.  FEATURES: -Works on...
Free Zero Lag MACD
 0
  5
  6668
by adaled
05 Dec 2013, 10:34
Modification of MACD Crossover to have minimal lag. It uses Zero Lag Moving Averages instead of the traditional formula. Applies exponential moving average twice and subtracts that from the sum of two exponential moving...
Free RSI Divergence
 1
  5
  6658
02 Mar 2021, 08:44
This indicator recognizes the divergence setups between RSI and price. Free Download Trial / Buy: https://www.algodeveloper.com/product/rsi-divergence/ If you have any question or issue with our product please contact us via our...
Free Average True Range
 1
  5
  6657
17 Apr 2013, 17:08
The range of a day's trading is simply high − low. The true range extends it to yesterday's closing price if it was outside of today's range. true range =...
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 Real Market Time
 3
  5
  6568
22 Apr 2013, 18:15
A simple but useful indicator that places the time in London, New York, Sydney and Tokyo right on the chart.  The time will be in color if the session is...
Free Coral
 1
  3.75
  6550
by daemon
14 Sep 2012, 16:24
Coral is a nice trend indicator that displays change in trend. Useful for entries and exits.  
Free Daily PIVOT POINTS
 2
  5
  6549
28 Jul 2017, 14:24
Free Belkhayate Timing (Native)
 1
  5
  6427
by Elogos
02 Feb 2014, 17:01
A previous indicator I converted from MT4 was posted. This is a much simpler version of it done natively for cTrader. I won't publish any more on this, it was...
Free Fractals with lines.
 15
  5
  6378
14 Dec 2022, 13:35
   Display fractals in your chart: Shows arrows indicating if the fractal is a higher high, higher low, lower high or lower low Show lines connecting highs Show lines connecting...
Free cTrader Risk & Reward Tool (Free)
 1
  3.75
  6361
15 Jun 2021, 16:15
This version of the cTrader Risk & Reward indicator provides the basic functionality to provide traders with the perfect trade setup to only risk a fixed cash amount for the...
Free Central Pivot Range (CPR)
 3
  0
  6336
27 Aug 2013, 23:28
The Central Pivot Range (CPR). Before using this indicator, please specify desired time zone in the code:         Then, change time zone in cTrader/cAlgo:   If you do...
Free Center Of Gravity Oscillator
 0
  5
  6332
17 Feb 2012, 13:46
COG is an oscillator based on an article by John F. Ehlers on page 20 of the May 2002 issue of Stocks and Commodities Magazine. COG has essentially zero lag...
Free Ichimoku Kinko Hyo
 5
  4.29
  6316
22 May 2012, 20:40
 The Ichimoku Cloud, also known as Ichimoku Kinko Hyo, is a versatile indicator that defines support and resistance, identifies trend direction, gauges momentum and provides trading signals.
Free ZigZag on multiple TimeFrames
 3
  0
  6300
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...