Indicators

Free Fisher Center of Gravity
 0
  5
  3437
14 Aug 2012, 10:56
The Fisher CG  oscillator is similar to the Stochastic CG Oscillator but with sharper reversals and occasionally earlier signals.        
Free Cyf_Elder's_Force_Index
 2
  0
  3418
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 Adaptive RVI
 0
  5
  3408
09 Jan 2014, 14:53
Similar to Stochastic RVI. The algorithm references Cycle Period Indicator. Cycle Period can be downloaded at /algos/indicators/show/124  
Free DiNapoli Detrend
 0
  5
  3388
by daemon
31 Aug 2012, 17:40
DiNapoli Detrended Price Oscilator.  
Free Adaptive Cyber Cycle
 0
  5
  3364
09 Jan 2014, 14:52
Similar to Cyber Cycle but the alpha factor is adaptive i.e. not constant. The algorithm references Cycle Period Indicator.  
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 The Pivot Detector Oscillator
 1
  5
  3328
06 Aug 2012, 12:57
A coherent unification model for trend indicators and oscillators is to technical analysis what a unification model of the micro-cosmos and the macro-cosmos is to physics. Although both models may...
Free Coppock Curve
 0
  5
  3319
03 Aug 2012, 14:45
Coppock Curve indicator is designed for use on a monthly time scale. It's the sum of a 14-month rate of change and 11-month rate of change, smoothed by a 10-period weighted moving average. ...
Free Standard Deviation
 0
  5
  3318
25 May 2012, 12:32
Standard deviation is calculated with the following formula: σ = √[ ∑(x-mean)2 / N ]
Free Bandwidth
 0
  5
  3302
04 Aug 2012, 10:26
The Bandwidth indicator derived from the Bollinger Bands  
Free Cyber Cycle
 0
  5
  3272
13 Aug 2012, 15:42
Cyber Cycle Indicator is categorized as an oscillator type which tries to measure market cycles. The Cyber Cycle Indicator and the Instantaneous Trendline are used in combination, according to their...
Free Fxa0 RSI Crossing 50 Plus ATR
 0
  0
  3270
07 Dec 2013, 10:55
Traduction de l'indicateur Fxa0 RSI Crossing 50 Plus ATR existant sur Metatrader   Fxa0 RSI Crossing 50 Plus Atr is an oscillating type of indicator which tries to evaluate price...
Free LaguerreWMA
 0
  5
  3263
by daemon
30 Aug 2012, 12:34
Laguerre polynomial smothed with a weighted moving average and it's exponential moving average as Trigger. The histogram shows their difference.       
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 MACD RSI (RSI with MA and FastRSI)
 1
  0
  3263
07 Apr 2020, 18:55
An Evolution of my RSI Cloud indicator. - indexed to 0 - Added Histogram - Added fast RSI Makes it look pretty similar to MACD but with OS/OB Area. Only...
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
Free Efficiency Ratio
 0
  0
  3248
27 Jun 2015, 11:39
Efficiency Ratio Indicator (ER) measure noise signal, see the article: Mesurer le bruit d'un signal boursier If ER is near to 1.0 the noise is low, it is near to 0 the noise is...
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 Consecutive Bars
 0
  0
  3221
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...
Free Double Stochastic Oscillator
 1
  0
  3190
04 Jul 2017, 15:48
Double Stochastic Oscillator
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 Percentage Price Oscillator
 0
  0
  3147
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 SPUD Stochastic Theory Indicator
 0
  0
  3134
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 percentB
 0
  2.5
  3093
04 Aug 2012, 10:31
The percentB indicator  
Free Fisher Cyber Cycle
 0
  5
  3068
13 Aug 2012, 15:35
Fisher Cyber Cycle Indicator is a cycle measuring indicator with a Fisher Transform modification. Cyber Cycle Indicator is categorized as an oscillator type which tries to measure market cycles.   
Free Stochastic Entry Marker
 0
  5
  3006
by summer
09 Oct 2020, 21:04
ストキャスティクスのクロスを検知してチャート上に矢印を表示します。 ストキャスティクスのパラメータは任意に設定できます。   Detects stochastic crosses and displays an arrow on the chart. The stochastic parameters can be set as desired.  
Free Hilbert Transform
 0
  5
  2961
by daemon
30 Aug 2012, 15:32
Hilbert Transform from Ehlers book "Cybernetic Analysis for Stocks and Futures"  
Free Stochastic Divergence
 0
  0
  2946
02 Mar 2021, 08:43
Shows the divergence setups between Stochastic indicator and price. Free Download Trial / Buy: https://www.algodeveloper.com/product/stochastic-divergence/ If you have any question or issue with our product please contact us via our site...
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 STPMT
 0
  5
  2868
25 Sep 2012, 18:44
The STPMT is an oscillator type indicator that was created by Eric Lefort.  It stands for “La Stochastique Pondérée Moyen Terme” which means Medium Term Weighted Stochastics. The Red Line...