Indicators

Free Force Acceleration
 3
  0
  2558
08 Jan 2018, 02:29
Force & Resistance acceleration using a tripple weighted moving average For references here ths is a change to the original snake force indicator. With one difference and one addition. -...
Free Kernel Functions Indicator
 0
  0
  186
by mage
10 May 2024, 09:34
Download link: Kernel Functions Indicator – cTrader cBotMore free products: Products – cTrader cBotWhat is the Kernel Functions Indicator?The Kernel Functions Indicator is a sophisticated tool designed to smooth out...
Free Heiken Ashi Background
 1
  0
  4232
15 Mar 2015, 09:11
This indicator draw colored lines, color of line is color of Heiken Ashi bar. Very useful for normal bars. Change Width and Height(in price pips) parameter for best usability.
Free Moving average with cloud
 0
  0
  2319
30 May 2021, 23:02
Hello, this code is for the outher author. His name: Panagiotis Charalampous. This indicator was published on this site, on this page: cTDN Forum - Moving average cloud (ctrader.com). I...
Free Enola
 1
  0
  186
09 May 2024, 23:05
Enola20 Indicator for cTraderPurpose: The Enola20 is a custom technical analysis indicator designed for the cTrader trading platform. It helps traders identify significant price movements over a specified number of...
Free Ichimoku Cloud BreakOut
 2
  0
  3680
25 May 2020, 08:33
The Ichimoku Cloud BreakOut is one of the best trading system.  Ichimoku is a very complex tool based on 3 Moving Averages (9,26,52). It has many usage : Kijun/Tenkan, Kijun/Cloud, Tenkan/Cloud...
Free MRPLOverlay
 0
  0
  1031
23 Feb 2021, 21:53
Ladies and gentlemen, welcome. Today I propose as a curiosity an indicator based on two concepts: Mean reversion and time noise filtering. Designed for TFm1. Instead of price, the trend...
Free Market maker EMAS
 0
  0
  1542
15 Jun 2020, 10:12
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators;   namespace cAlgo {     [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class GMMA : Indicator     {         [Output("Short...
Free Smoothed High And Low Overlay
 3
  0
  1091
16 Aug 2020, 21:17
In the image, the indicator loaded four times with periods 5, 15, 30 and 60 (This indicator does a lot of calculations, especially with long periods, and probably, older PC's,...
Free OrglobalFx MA MTF Indicator
 4
  0
  1485
05 Aug 2021, 18:03
Telegram: @orglobalng  Donate  
Free cciemas
 0
  0
  144
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 {...
Free *** Updated - 3 EMA Cross. Indicator
 1
  0
  6118
by NiLo
23 Nov 2020, 17:44
I just released my latest creation. The EMA3 Crossing indicator. This indicator is based on the well-known EMA3 crossing strategy. This indicator shows the 3 EMA lines and also indicates...
Free REA 12s
 0
  0
  141
15 Apr 2024, 14:04
The REA_12s is an indicator that allows you to view the set of 12 Moving Averages.View all our tool in our website: https://www.reavolution.com/en/category/strumenti/ParametersEMASource: Select on what indicator should do the...
Free 2MA Cloud
 1
  0
  314
28 Feb 2024, 19:41
Since 1MA is too thin, I filled in the space between 2MAs.The images are examples of how to use them.You can use EMA and SMA, or use 180 and 220...
Free Elder Impulse System with ATR Bands
 10
  0
  1743
09 Jan 2022, 22:20
This is the cTrader version of an indicator found on TradingView with some minor changes (up and down bars have slightly different colors): https://www.tradingview.com/script/YEx0gnq6-Elder-Impulse-System-ATR-Bands/
Free hhhhpp
 0
  0
  643
23 Sep 2022, 00:00
using cAlgo.API; using cAlgo.API.Indicators;   namespace cAlgo.Indicators {     [Levels(0)]     [Indicator(AccessRights = AccessRights.None)]     public class ElliotOscillator : Indicator     {         private SimpleMovingAverage _fastSma;         private SimpleMovingAverage _slowSma;         private SimpleMovingAverage _sma100;         private SimpleMovingAverage _sma200;...
Free Zig Zag Count&Price
 0
  0
  433
22 Feb 2024, 20:27
Added the function to display the candlestick count, Vertex price, and reversal price markers for the deviation type ZigZag.For example, if Deviation percent is 1, a 1% reversal from the...
Free Traders Dynamic Index
 2
  0
  11009
22 Jan 2013, 15:35
A combination of Relative Strength Index, Bollinger Bands and Moving Averages. Strategy: Buy: The Price line is above the Signal line and above the middle Bollinger Band line. Sell: The...
Free Volume
 1
  0
  8056
by Graft
08 Mar 2013, 14:42
test
Free Dom Cycle
 1
  0
  3229
29 Mar 2013, 18:02
Dom Cycle.
Free 1-100 Csv Moving Averages
 1
  0
  1357
22 Feb 2021, 03:31
This indicator helps you draw many moving averages just by typing the periods in a CSV (comma-separated values format), up to 100 moving averages are allowed. Instead of adding moving...
Free Three in a Row
 1
  0
  719
12 Jun 2023, 11:37
Want to know when three consecutive bullish or bearish candles happen?  This indicator will signal the next opening candle when the above condition is met. USE IT AS A cBOT...
Free SinMaChineseTranslate
 0
  0
  2347
07 Mar 2015, 13:15
// Only For beginners .this is TMA translate into chinese. use Color of violet and period of 16.More like waves //than sma,smma,ema. // //N= peroid. using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators;...
Free vwap
 0
  0
  128
28 Jun 2024, 14:21
goooo
Free Pivot Points Demark
 1
  0
  4589
23 Jul 2013, 14:48
Demark Pivot Points start with a different base and use different formulas for support and resistance. These Pivot Points are based on the relationship between the close and the open....
Free RSI of TMA
 2
  0
  3767
09 Jan 2014, 15:42
RSI of TMA...
Free Fibonacci Pivot Points
 0
  0
  8635
09 Jan 2014, 15:41
Fibonacci support and resistance 9 levels. You must have installed ATR (reference file).
Free TMA bands
 2
  0
  4766
by condor
09 Jan 2014, 15:44
Triangular moving average with a deviation based on ATR. You'll need the ATR indi.
Free Daily Fibonacci Levels
 0
  0
  4683
09 Jan 2014, 15:40
Fibonacci levels from daily open. You must install reference file(ATR).
Free 3 x Moving Averages together
 0
  0
  3799
27 Sep 2013, 12:35
This Indicator produces 3 x Moving Averages together on the chart, of which you can edit the settings as follows. ie SET Applied price to Close or Median using Zero,...