Indicators

Free ZigZag on multiple TimeFrames
 3
  0
  6309
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...
Free Trend Angle
 0
  0
  3567
18 Jun 2019, 23:42
This indicator shows different market conditions by calculating trends start and end angle. Free Download: https://www.algodeveloper.com/product/trend-angle/​ If you have any question or issue with our product please contact us via our site...
Free Daily High/Low/Mean
 3
  0
  3036
18 Jun 2019, 23:33
This indicator shows three lines which represent the developing daily high/low/mean values, the lines will reset every day and you will be able to set the time offset and day...
Free Central Pivot Range (CPR)
 3
  0
  6341
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 DCT - ADR
 0
  0
  477
26 May 2023, 17:25
Average Daily Range. Defaults to the last 5 days DAILY average irrespective of chart time frame. Calculates average of last x days (high - low) values.  
Free renko
 0
  0
  474
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...
Free REA 12s
 0
  0
  138
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 fractals
 0
  0
  1506
14 Jul 2020, 07:09
fractals
Free Market Profile
 9
  0
  5350
02 Mar 2021, 08:45
This indicator plots market profile on a cTrader chart, either based on x previous bars number or a larger timeframe. Free Download Trial / Buy: https://www.algodeveloper.com/product/market-profile/ If you have any question or...
Free Lazy Bear Centre of Gravity
 3
  0
  3272
by Elogos
09 Dec 2014, 19:22
An indicator used on Trading View here for reference when entering on smaller time frames in cTrader. Converted from the Pine Script version publicly available on TradingView using PS2CAlgo Converter...
Free ALMA (Arnaud Legoux Moving Average)
 3
  0
  1782
21 Sep 2019, 04:20
Moving Average created by Arnaud Legoux / Dimitrios Kouzis Loukas. Formula: Chartshot: For more info visit: https://web.archive.org/web/20120324082059/http://www.arnaudlegoux.com/wp-content/uploads/2011/03/ALMA-Arnaud-Legoux-Moving-Average.pdf  
Free ADX Interpreter
 0
  0
  3289
18 Jun 2019, 23:37
Simplifies the usage of ADX indicator, each bar is classified as up, down, or neutral bar based on ADX. It's a replacement for our old "Go with Trend" indicator. Free...
Free Real Dividers 2.0
 5
  0
  3607
29 Dec 2018, 07:22
Knowing when the trading day begins and the trading week ends is very important to technical analysis. You can't just use your own time zone to determine it. It is...
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 Rex Oscillator for NNFX with cTrader
 3
  0
  1805
by xabbu
14 Sep 2020, 14:58
in case you need a rex indicator for your NNFX strategy with cTrader, and you want one with source code available, I have good news for you... ;-)   The...
Free Supertrend MTF
 2
  0
  2668
30 Aug 2020, 15:30
It was bit disappointing that Out of the box Supertrend indicator is not multi time frame. Hence, I created one. Thanks to FireMyst for helping me figure out issues with...
Free ATR Multi Symbol pips
 0
  0
  1551
31 Mar 2020, 15:56
Multi Symbol ATR pips ===========================   This Indicator can show ATR from 4 symbols simultaneously. ATR shown is in pips. For more information or Inquiry you can contact me at...
Free Inverse Fisher RSI
 0
  0
  2114
by cwik_m
16 Aug 2018, 17:14
The Inverse Fisher Transform version of RSI indicator created by John Ehlers. The purpose of this indicator is to help with determining the turn points on the market and improve...
Free Mean Reversion
 0
  0
  1274
17 Jun 2020, 12:22
Free Price Alarm (Sound)
 13
  0
  7351
19 Mar 2014, 08:55
Indicator plays sound when price reach some level. Parameters: Price: the target price, 1.29345 for example Spot price (Bid: 1, Ask: 2): type of spot price. If you want to...
Free Percentage Price Oscillator
 0
  0
  3148
18 Jun 2019, 23:43
A popular momentum oscillator that wasn't on cTrader built-in indicators list. Free Download: https://www.algodeveloper.com/product/percentage-price-oscillator/​ If you have any question or issue with our product please contact us via our site live...
Free cTrader Heikin-Ashi Indicator
 0
  0
  4567
27 Feb 2021, 10:24
This is an improved version of the freely available Heikin-Ashi indicator that is available where the current chart type is automatically hidden on the chart, you will also be able...
Free ma
 1
  0
  1255
11 Jan 2020, 02:02
ma
31 May 2023, 15:10
This is what 3 clouds look like ON CHART I know it's a mess but thats what happens ha ha ha    
Free ctk Pivot Points - Multi Formula
 0
  0
  1615
by cTKit
22 May 2020, 12:35
DO NOT DOWNLOAD THE FILE FROM HERE IT IS ONLY A PLACEHOLDER!!! This indicator is part of cTKit aka cTrader Kit available from https://ctkit.uk. I supports calculating pivot points using...
Free hhhhpp
 0
  0
  503
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 MACD Divergence
 0
  0
  10074
02 Mar 2021, 08:46
This indicator recognizes the MACD indicator divergence and shows it on your chart and MACD indicator. Free Download Trial Version / Buy: https://www.algodeveloper.com/product/macd-divergence/ If you have any question or issue with...
Free Correlation
 0
  0
  2645
01 Jul 2019, 01:45
Shows the correlation between chart symbol and five other symbols. Free Download: https://www.algodeveloper.com/product/correlation/ If you have any question or issue with our product please contact us via our site live chat...
Free DMA (Distance from Moving Average)
 0
  0
  1545
02 Mar 2021, 08:41
DMA or distance from moving average is an indicator that analyzes the current market condition based on the distance of a moving average from price, it has two types of...
Free Mean Reversion Averages Momentum
 1
  0
  1364
15 Jul 2020, 09:20
What about averages momentum?