Indicators

06 Dec 2021, 06:58
Developed by Carl Swenlin, the DecisionPoint Price Momentum Oscillator (PMO) is an oscillator based on a Rate of Change (ROC) calculation that is smoothed twice with exponential moving averages that...
Free Absolute Strength Advanced
 1
  0
  1320
by jani
17 Dec 2021, 21:53
Original indicator posted at https://ctrader.com/algos/indicators/show/1936 ========================================================================= I changed Bull & Bear line to include calculations according to CCI (Mode 3). Mode 4 calculates the average of all 1, 2 & 3 and automatically normalises the results. Mode 5 calculated average...
Free Waves
 2
  0
  1319
13 Jun 2021, 22:26
Hello, This indicator filters out price noise using the Heiken Ashi technique and time noise when applied to the Renko chart. The purpose of Exponential Moving Averages is to correct...
Free StochRSI
 0
  0
  2475
07 Dec 2021, 04:19
Developed by Tushar Chande and Stanley Kroll, StochRSI is an oscillator that measures the level of RSI relative to its high-low range over a set time period. StochRSI applies the...
Free STOCHcci Indicator Fast Type
 0
  0
  602
21 Dec 2022, 17:01
This indicator employs a fast stochastic indicator, and the data source is cci value of the prices
Free Traders Dynamic Index CCI
 0
  0
  1926
by jani
01 Dec 2019, 15:44
A combination of Commodity Channel Index , Bollinger Bands and Moving Averages. This is my modification of the original Traders Dynamic Index https://ctrader.com/algos/indicators/show/215 (Thanks go to fzlogic !!). Original version uses RSI as the base indicator,...
Free AboveBelow Zone
 0
  0
  211
by mfejza
25 Jan 2023, 23:29
The 'AboveBelow Zone' is a custom indicator that provides an average of which side of the price exponential smooth has closed without the noise of the chart. It is useful for...
Free Fisher
 3
  0
  4405
22 May 2013, 17:24
Free MACD Histogram with Colors (v2)
 1
  0
  5520
04 Feb 2016, 00:04
This MACD Histogram with Colors indicator allows you to set colors for both positive and negative values of the Histogram. Based on the original MACD Histogram indicator from cTrade. v2...
Free SMI Ribbon
 0
  0
  3588
by Elogos
19 Feb 2014, 17:16
A Ribboned form SMI for triggering.   Can be used with zones or without depending on your trigger requirements. Based on the SMI Indicator provided on this website.
Free RCI (Rank Correlation Index)
 0
  0
  4753
by daneko
23 May 2015, 10:32
  if you want to use from cBot, try it.   public class Sample : Robot { RankCorrelationIndex rci; protected override void OnStart() { rci = RankCorrelationIndex.create(Indicators, MarketSeries); // ......
Free VolatilityQuality
 0
  0
  3504
14 Sep 2015, 01:31
Volatility quality ZIRO LINE indicator  ( converted from mq4 file using 2calgo.com/ ) I find it helpful to find reversals for binary options and then martingale for the same. I am...
Free Inverse Cyber Cycle
 0
  0
  1735
by cwik_m
16 Aug 2018, 17:15
The Inverse Fisher Transform version of the CyberCycle indicator. This method once applied gives more clear and unequivocal signals also helping to avoid some whipsaw trades.  
Free Snake Force
 1
  0
  4405
15 Nov 2021, 21:38
Description: Snake Force is great indicator for determine Support and Resistance. This indicator based on MetaTrader 4 and it has been rewrote for cTrader.   Note: This is my first...
Free Cyf_DTosc
 0
  0
  3263
by cyfer
23 May 2016, 00:55
This is Robert C. Miner's  DTosc written for cTrader   If you plan to implement this oscillator in your trading , Please Read/Google how to use it and what are the common...
Free Cyf_Ergodic_Candlestick_Oscillator
 1
  0
  2849
by cyfer
23 May 2016, 17:34
William Blau's Ergodic CandleStick Oscillator  written for cTrader. -This is another Momentum based Indicator , It Ignores Gaps (if you trade Stocks) and measures the candlestick tendency  -Above 0 Line ,...
Free Stochastics-4Line
 0
  0
  2899
31 Jul 2016, 12:54
// ------------------------------------------------------------                    // Paste this code into your cAlgo editor. // ----------------------------------------------------------- using System; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using System.Linq; using System.Text; using System.Text.RegularExpressions; using...
Free Double Stochastic Oscillator
 1
  0
  3191
04 Jul 2017, 15:48
Double Stochastic Oscillator
Free DeMarker Band
 0
  0
  2154
by Allah
23 Jan 2018, 09:48
I added Bollinger Band to DeMarker indicator. If you'd find any advantage of this indicator, please tell me!
02 Dec 2019, 12:58
The cTrader MACD Auto-Trader will notify you when any number of bullish or bearish conditions occur with the MACD crossover indicator via instant messages with an SMS, Telegram, Email or...
Paid cTrader Fast Stochastic & MACD
 0
  0
  1904
27 Feb 2021, 10:49
This download consists of two indicators, the Fast Stochastic & the MACD Zero-Lag Histogram indicator. The main idea behind Stochastic indicator according to its developer, George Lane, lies in the...
Free MMI
 0
  0
  1755
18 Jun 2019, 23:36
The market meanness index indicator for cTrader, this awesome indicator was missing for cTrader! Free Download: https://www.algodeveloper.com/product/mmi/ If you have any question or issue with our product please contact us via...
Free Stochastic Slow Strategy
 2
  0
  2322
01 Jul 2019, 22:12
This is the original "Stochastic Slow Strategy" From Tradingview, all the default parameters are the default parameters from Tradingview, for your reference, below is the official code from Tradingview, I...
28 Oct 2019, 22:47
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators;   namespace cAlgo {     [Indicator(IsOverlay = false, ScalePrecision = 0, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class StochasticCrossAlert :...
Free Volume Oscilator Histogram
 0
  0
  3991
by Voids
01 Aug 2015, 02:29
Good old Volume Oscilator with histogram to show volume difference: - Blue if volume is higher than previous one. - Gray if volume is lower than previous.  
Free HMACD
 0
  0
  3259
13 Feb 2018, 01:01
3x Weighted then Smoothed MACD with multiple price point options Price Points are  1 = Close 2 = Median 3 = Weighted 4 = Typical
21 Feb 2021, 09:28
It is difficult to imagine trading without an oscillator - there have always been and will be Waves. It is important to see in what phase the daily wave is....
Paid cTrader Stochastic CCI Advisor
 1
  0
  1028
26 Feb 2021, 10:01
The current version of cTrader Stochastic or CCI oscillators are good indicator's for telling when the price is oversold/overbought but the signals are not very accurate, this issue has been solved...
Free BH Ergodic Mod v1.1
 0
  0
  1130
21 Sep 2021, 15:52
BH Ergodic is an oscillator indicator that uses the difference between prices smoothed by 3 moving averages to generate signals for Buy/Sell and/or Exits. I coded this indicator based on...
Free Consecutive Bars
 0
  0
  3222
02 Mar 2021, 08:46
Shows the number of consecutive bullish and bearish bars based on both normal OHLC and Heiken Ashi charts. Free Download: https://www.algodeveloper.com/product/consecutive-bars/​ If you have any question or issue with our product please...