Indicators

Free Custom Period Chart
 0
  0
  1454
02 Mar 2021, 08:41
Plots a custom period chart over your current cTrader chart, it has all of the cTeader supported chart types like tick, Renko, and Range. The indicator comes with Heiken Ashi calculation...
Free ADR Pro
 0
  0
  2322
02 Mar 2021, 08:42
This indicator shows up to five different periods ADR values and plots three lines on your chart that show the amount of left up/down space in a day for the...
Free Real Market Time (5 clocks)
 0
  0
  4266
by lorbax
14 Sep 2014, 02:00
Hello everybody,  This is just an update from the excellent work by lec0456: /algos/indicators/show/261 And I added another clock, for the Euro times (Frankfurt), so now you have 5: NY, London,...
Free Indicator Alert
 0
  0
  2130
10 Apr 2020, 11:06
Monitoring breakout indicators levels, for all indicators with source exposed, simple and powerful
Free QQE
 1
  0
  1423
08 Aug 2019, 19:08
using System; using cAlgo.API; using cAlgo.API.Indicators; namespace cAlgo.Indicators { [Indicator(AccessRights = AccessRights.None)] public class QualitativeQuantitativeE:Indicator { private int _wildersPeriod; private int _startBar; private const int SF = 5; private ExponentialMovingAverage...
Free Accumulative Bid/Ask Volume (ZigZag)
 6
  0
  3850
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 Asia range
 0
  0
  97
11 Jun 2024, 04:00
..
Free Intracandle Movement 1.1
 0
  0
  1465
11 Jul 2020, 19:44
This indicator was intended to show price movement (close) from smaller timeframe. Created by : rony.sitepu@gmail.com Change log :  1.0 First Released 1.1 Shifted the line by half a bar...
Free positive exposure
 0
  0
  2141
19 Aug 2017, 08:08
//facebook fanpage: www.facebook.com/Ai.Algo using cAlgo.API; namespace cAlgo {     [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class ShowEquity : Indicator     {         public string note1 { get; set; }         [Parameter("Note 2")]         public string note2 { get; set; }         string Tradeposition;         public override void Calculate(int index)         {             var positin = Positions.FindAll("");             double ripatamiter = 0;             double order = 0;             if (Symbol.Code == "USDJPY" || Symbol.Code == "EURJPY" || Symbol.Code == "GBPJPY" || Symbol.Code == "AUDJPY" || Symbol.Code == "CHFJPY" || Symbol.Code == "CADJPY" || Symbol.Code == "NZDJPY" || Symbol.Code == "SGDJPY" || Symbol.Code == "NOKJPY" || Symbol.Code == "SEKJPY" || Symbol.Code == "ZARJPY")             {                 ripatamiter = Symbol.Bid * 10;             }             else if (Symbol.Code == "XAUUSD" || Symbol.Code == "XAUEUR" || Symbol.Code == "XTIUSD" || Symbol.Code == "XAGUSD" || Symbol.Code == "XAGEUR" || Symbol.Code == "XPTUSD" || Symbol.Code == "XNGUSD" || Symbol.Code == "XBRUSD" || Symbol.Code == "USDX")             {                 ripatamiter = Symbol.Bid;             }             else...
Free mTF Cloud Component Radar
 5
  0
  3547
by gedet
04 Dec 2013, 15:08
This is a more enhanced version of my previous "mTF Ichimoku Radar" as it shows the position of the Ichimoku components with respect to the Kumo, the KijunSen and the Past Price...
Free Infinite Impulse Response Filter
 1
  0
  1252
23 Apr 2020, 23:26
For further investigation This is a simple infinite impulse response filter as used in digital signal processing. You may enhance its order, change type and experiment with parameter sets. Note...
Free Building Block: IndiFilter
 0
  0
  1138
10 Oct 2020, 23:34
  Comes with source code. The IndiFilter can be used to remove false signals from price movements, zero-cross indicators, or other dataseries. There are four modes of filtering available: Keep...
Free Trading Time Periods
 1
  0
  2540
18 Jun 2019, 23:38
Plots a transparent range based on your defined start/end time on your chart. Free Download: https://www.algodeveloper.com/product/trading-time-periods/ If you have any question or issue with our product please contact us via our site...
Free LT_Ind_OX: The Buy Sell signals
 0
  0
  547
by dhnhuy
22 Mar 2024, 06:41
Buy Sell signals for breakout trading.Adjust the period as you need. XTick: Safe gap from break out value, e.g. if XTick = 5, a gap of 5 * TickSize is reserved...
Free Algorithmic Theory
 12
  0
  2308
06 Nov 2022, 18:10
All programming credit must go to Mickey L . He spent ages on this and is a credit to the Ctrader community............ V2.0  Added - Visual enhancements and level 3...
Free Pivot Points Pro
 2
  0
  3762
02 Mar 2021, 08:43
A multi time frame pivot points indicator for cTrader that allows you to set the time zone and use five different calculation formulas. Free Download Trial/Buy: https://www.algodeveloper.com/product/pivot-points-pro/ If you have any...
Free MTF Pivot Channels
 0
  0
  1382
19 Nov 2020, 19:58
This requires the Pivot Channels indicator. This allows you to plot the three support / resistance lines, as well as the pivot, and the high-low of a previous period on...
Free Easy Fibo
 1
  0
  249
by dhnhuy
22 Mar 2024, 06:24
Convenience Fibonacci drawing on chart.Ctrl-Left Click to select an area to draw.Fibo levels are configurable.Levels: default "0.0, 23.6, 38.2, 50.0, 61.8, 76.4, 100.0, 138.2, 161.8, 200.0, -38.2, -61.8, -100.0, -161.8"....
Free pivot points intra day
 0
  0
  4169
12 Nov 2016, 00:05
using System; using cAlgo.API; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, AccessRights = AccessRights.None)] public class PivotPointsIntraDay : Indicator { private double _close; private double _higher; private double _lower; #region Output...
Free Session Box
 2
  0
  4623
02 Mar 2021, 08:42
This indicator shows a rectangle box on a defined start/end time of a day. Free Download: https://www.algodeveloper.com/product/session-box/ If you have any question or issue with our product please contact us via...
Free Line Alert
 0
  0
  1869
02 Mar 2021, 08:43
This indicator allows you to set popup, sound, email, and Telegram alert notifications for trend, ray, horizontal, and vertical lines. Free Download Trial/ Buy: https://www.algodeveloper.com/product/line-alert/ If you have any question or...
Free HarmonicPattern.com pattern scanner
 2
  0
  3946
01 Jun 2022, 15:39
HarmonicPattern.com pattern scanner will scan for all harmonic patterns, chart patterns, and support/resistance levels. It can also help you scan all symbols across all timeframes.  The Indicator also tells you...
Free Candlestick Patterns
 3
  0
  12086
15 Mar 2017, 07:22
This indicator shows the candlestick patterns (Doji, Hammer, Bullish Harami, Bearish Harami, Dark Cloud Cover, Piercing Pattern, Bullish Engulfing, Bearish Engulfing, Shooting Star, Evening Star, Morning Star), fully customizable, in...
Free pankaj bhandari
 1
  0
  921
22 Apr 2021, 04:34
plz add this indic
Free Fractals Multi Timeframe
 3
  0
  1990
30 Dec 2021, 07:08
Draw Fractal Lines/Icons of Higher Timeframes. Calculates fractal pattern for Higher TF and shows on the current chart as Lines/Icon/Both. Pattern is calculated as: (For 3 Bar Pattern) For HIGH:...