Indicators

Free Stochastic Slow Strategy
 2
  0
  2321
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...
Free Advanced Volume
 8
  0
  6218
18 Jun 2019, 23:46
Divide each bar volume into the bullish and bearish volume. Free Download: https://www.algodeveloper.com/product/advanced-volume/ If you have any question or issue with our product please contact us via our site live chat...
Free Percentage Price Oscillator
 0
  0
  3146
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 MMI
 0
  0
  1753
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 Inverse MFI
 0
  0
  1795
by cwik_m
16 Aug 2018, 17:16
The Inverse Fisher Transform version of the MoneyFlowIndex indicator. This method once applied gives more clear and unequivocal signals also helping to avoid some whipsaw trades.  
Free Inverse Cyber Cycle
 0
  0
  1733
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 Inverse Fisher RSI
 0
  0
  2111
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 HMACD
 0
  0
  3257
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
Free DeMarker Band
 0
  0
  2153
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!
Free Double Stochastic Oscillator
 1
  0
  3188
04 Jul 2017, 15:48
Double Stochastic Oscillator
Free Weighted Compound Oscillator
 2
  0
  2479
03 Feb 2017, 16:49
This curve is the moving average of weighted sum of four homogenous oscillators , Relative Strength Index , Money Flow Index , Williams Percent Range and Demarker , shaped as MACD....
09 Dec 2016, 09:08
  UP Trend begins when 2 lines cross DOWN level bottom-up and ends when 2 lines cross UP level top-down DOWN Trend begins when 2 lines cross UP level top-down and...
Free SPUD Stochastic Theory Indicator
 0
  0
  3133
20 Oct 2016, 18:01
In accordance with the description of the SPUD's theory on the http://www.forexfactory.com/showthread.php?t=37111 indicator shows the corresponding status.
Free Cyf_Elder's_Force_Index
 2
  0
  3417
by cyfer
18 Sep 2016, 21:38
Developed by Alexander Elder  The Force Index combines volume with price to discover the force of bulls or bears behind every rally or decline Force Index brings together three essential pieces of information...
Free TDI - HmA RSI
 1
  0
  2274
26 Aug 2016, 23:12
Hi all members,   This Indicator was converted from MT4 , TDI system.    Can someone help me adding Babose or Text Signal when Lines Crossing Like this  /algos/indicators/show/1023  ...
Free Stochastic Histogram
 0
  5
  4441
03 Aug 2016, 15:19
The Stochastic Oscillator in the form of a histogram. Buy when it moves from negative to positive in the uptrend Sell when it moves from positive to negative in the...
Free Stochastics-4Line
 0
  0
  2898
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 Cyf_Ergodic_Candlestick_Oscillator
 1
  0
  2847
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 Cyf_DTosc
 0
  0
  3261
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 Value Chart
 3
  4
  2807
by Jiri
09 May 2016, 11:37
Description: The Value Chart was developed to show the valuation of the market.  The Value Chart could be described as a DeTrended Oscillator in which the higher or lower the...
Free Force Index
 0
  0
  4311
27 Apr 2016, 09:00
The Force Index is an indicator that uses price and volume to assess the power behind a move or identify possible turning points. Developed by Alexander Elder, the Force Index...
Free Cyf_TVI (Tick Volume Indicator)
 2
  5
  4639
by cyfer
09 Apr 2016, 16:44
This is William Blau Tick Volume Indicator written for cTrader  Combine this with your method of trading at your own risk .  
Free Cyf_Double_RSI
 0
  0
  3795
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 Cyf_Momentum_Histogram
 0
  0
  3329
by cyfer
05 Feb 2016, 14:37
This is nothing but the cTrader included Momentum indicator  the only difference is its more visually appealing    using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators; namespace cAlgo...
Free MACD Crossover with Colors (v2)
 4
  5
  9324
04 Feb 2016, 00:04
This MACD Crossover with Colors indicator allows you to set colors for both positive and negative values of the Histogram. Based on the original MACD Crossover indicator from cTrade. v2...
Free MACD Histogram with Colors (v2)
 1
  0
  5514
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 MACD Histogram with Color
 1
  5
  5780
30 Dec 2015, 11:27
This MACD Histogram with Colors indicator allows you to set colors for both positive and negative values of the Histogram. Based on MACD Crossover with Colors from
by viktan
25 Nov 2015, 03:53
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators {     [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC)]     public class AdxR : Indicator     {         [Parameter("%K periods 1", DefaultValue = 20)]         public int inpKPeriods1 { get; set; }         [Parameter("%K Slowing 1", DefaultValue = 7)]         public int inpKSlowing1 { get; set; }         [Parameter("%D periods 1", DefaultValue = 20)]         public int inpDPeriods1 { get; set; }         [Parameter("MA type 1", DefaultValue = MovingAverageType.Simple)]         public MovingAverageType inpMAType1 { get; set; }         [Parameter("%K periods...
Free VolatilityQuality
 0
  0
  3502
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 Volume Zone Oscilator
 4
  0
  4289
by Voids
27 Aug 2015, 14:33
This oscilator is a work by Walid Khalil and David Steckler, converted from mt4. The original article about Volume Zone Oscilator can be found here: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0CDYQFjAEahUKEwjttdKBk8nHAhUKWBQKHc-4AII&url=http%3A%2F%2Fwww.informedtrades.com%2Fattachments%2F2505d1280781350-volume-analysis-volumezoneoscillator-pdf&ei=DfPeVa37LYqwUc_xgpAI&usg=AFQjCNERgAP9HWhjdymhntdUXeTXdtrTpg&sig2=KPwu0ceYrDZ7glrZa5_x2A   A (highly) simplified interpretation...