Indicators

Free Alarm Trend Line Hit
 2
  0
  4150
23 Sep 2017, 10:19
This indicator , I adopt from https://ctdn.com/algos/indicators/show/203 ( This alram Horizontal line) I change a llite bit to alarm Trendline hit  Input data 1. input Point1 - datetime and price 2. input...
Free pankaj bhandari
 1
  0
  923
22 Apr 2021, 04:34
plz add this indic
Free GMMA (Guppy Multiple Moving Average)
 0
  0
  6210
16 Feb 2015, 12:19
GMMA (Guppy Multiple Moving Average) An indicator used in technical analysis to identify changing trends. The technique consists of combining two groups of moving averages with differing time periods.  One...
Free Ehlers Adaptive Cyber Cycle
 0
  0
  1130
29 Sep 2021, 11:25
This is the John Ehlers Adaptive Cyber Cycle Indicator implementation for cTrader. Github: spotware/Ehlers-Adaptive-Cyber-Cycle: This the John Ehlers Adaptive Cyber Cycle Indicator implementation for cTrader (github.com)
Free Price Cyclicality Function
 13
  0
  1142
07 Feb 2022, 20:26
https://www.researchgate.net/publication/329756995_Price_Cyclicality_Model_for_Financial_Markets_Reliable_Limit_Conditions_for_Algorithmic_Trading This oscillator is based of a mathematical model creted by Cristian PĂUNA and Ion LUNGU for the cyclicality of the price evolution. For more detail refer to the following...
Free TMA Band v2
 0
  0
  197
07 Apr 2024, 05:49
TMA Band v2
Free Market Facilitation Index
 0
  0
  1186
28 Jul 2021, 14:47
Market Facilitation Index , by Bill Williams , plots the effectiveness of price movement by computing the price movement per volume unit. Green : --------------------------------- MFIndex increases and the volume increases. This means that the amount of...
Free Custom Period Chart
 0
  0
  1456
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 Profit Counter
 0
  0
  1256
by summer
28 Jan 2021, 04:13
有効証拠金(Equity)・本日の収支・エントリ中の全ポジションの合計(Net Profit)をチャート上に表示します 有効証拠金と本日の収支の表示はオンオフできます。  
Free QQE
 1
  0
  1424
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 cciemas
 0
  0
  140
02 May 2024, 17:41
using cAlgo.API;using cAlgo.API.Internals;using cAlgo.API.Indicators;namespace cAlgo.Indicators{   [Indicator(IsOverlay = true)]   public class CciEma : Indicator   {       [Parameter("CCI Length", DefaultValue = 7, MinValue = 1)]       public int CciLength {...
24 Apr 2020, 22:02
Version: 1.0.1 - 24 April 2020 You can find this project on GitHub: https://github.com/Obiriec/A3-Cicli-Hosoda-with-tollerance-lines // ------------------------------------------------------------ // //      A3 Cicli Hosoda with tollerance lines //      Versione 1.0.0 del 30/03/2020 //       //      Autore: Armando Brecciaroli (email: a.brecciaroli@me.com -...
Free Bob Volman
 1
  0
  2748
23 Mar 2017, 16:16
This indicator is based on Bob Volman´s setup - 25EMA - Round Number with 50 created by adaled - Position Size Calculator
Free Chaikin Oscillator
 2
  0
  3158
by gorin
05 Sep 2013, 14:40
Based on the definition of Accumulation/Distribution Index Chaikin oscillator is formed by subtracting a 10-day exponential moving average from a 3-day exponential moving average of the accumulation/distribution index. The formula for Accumulation/Distribution Index is:...
Free positive exposure
 0
  0
  2144
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 trend
 0
  0
  2916
by JSCCEO
24 Jan 2018, 22:38
follow our ideas for trading here with take profit levels    https://www.tradingview.com/u/justshortcut/ best of luck *
Free Infinite Impulse Response Filter
 1
  0
  1253
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 Rainbow2
 0
  0
  1040
21 Mar 2021, 17:25
This indicator calculates the high and low of the Rainbow indicator and its averages. Well know too.
Free Rob Booker ADX Breakout
 0
  0
  1481
04 Oct 2021, 10:03
This is the Rob Booker ADX Breakout indicator implementation for cTrader. It uses the popular ADX indicator on the background to find breakout trade setups. When market is consolidating or when...
Free Camarilla Pivot Points
 0
  0
  1628
16 Dec 2021, 21:12
Camarilla Pivot Points is a modified version of the classic Pivot Point. Camarilla Pivot Points were introduced in 1989 by Nick Scott, a successful bond trader. The basic idea behind Camarilla...
Free Normalized ATR
 1
  0
  1054
11 Jan 2022, 23:37
ATR (Average True Range) is usually used to assess volatility of the market. But since it is not bounded, we can not really know if some extremes of the volatility...
Free Multi Timeframe Price Channel
 0
  0
  1307
by dadi
25 Mar 2022, 09:07
This indicator is inspired by Donchian channel. However, instead of periods, it draws the channel based on the price information of the bar of the selected timeframe, including high, low,...
26 Jul 2020, 09:52
This is extension of Bollinger Bandwidth indicator which also indicates squeeze and bulge as explained by Mr. John Bollinger himself in video:    Squeeze - When blue line of bandwidth...
Free *** Updated - FractalBreak Indicator
 0
  0
  4048
by NiLo
23 Nov 2020, 18:35
This indicator provides an overview of both the last bear and bull fractal. The indicator shows whether the fractal in question is broken and is subsequently followed by a retest....
Free Average True Range pips
 3
  0
  2658
13 Feb 2022, 16:37
Simple Average True Range But in pips v1 : code fix as stated by @emil.kupco
Free Mean Reversion Momentum
 0
  0
  1172
15 Jul 2020, 09:18
Just Another idea to explore and inprove
Free Trading Time Periods
 1
  0
  2542
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 Outliers
 0
  0
  2206
18 Jun 2019, 23:39
This indicator shows the price outliers by using two top and bottom lines as normal price range and anything outside that range will be outliers. Free Download: https://www.algodeveloper.com/product/outliers/​ If you have...
Free Ehlers Smoother
 0
  0
  414
by dhnhuy
03 Apr 2023, 10:08
Some smoothing options, can apply on top of any series. SourceType: HL2: (High + Low) / 2 HLC3: (High + Low + Close) / 3 Close Custom: selectable source. CustomSource:...
Free Rolling VWAP
 1
  0
  633
by dhnhuy
08 Nov 2023, 04:11
Similar with VWAP, but instead of reset at an anchor point, the calculation is kept rolling, in a similar way that moving average is calculated.I found it is somewhat interesting,...