Indicators

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...
Free Volume Oscilator Histogram
 0
  0
  3986
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 Williams Percent Range with signals
 1
  0
  4911
27 Jun 2015, 11:48
L'indicateur Williams Percent Range avec signaux d'achat ou de vente. Les deux premiers signaux testent le franchissement des seuils de survente (-80) et surachat (-20) tandis que les deux suivants...
Free ZigZag Kwan MBFX Timing
 4
  0
  6026
27 Jun 2015, 11:47
ZigZag Kwan MBFX Timing ou Beta Author : Abdallah HACID Solution Visual studio   Cet indicateur ZigZag Kwan MBFX Timing peut etre  combiner avec le RSI, MACD est Stoch et vous...
Free Efficiency Ratio
 0
  0
  3246
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...
Free RCI (Rank Correlation Index)
 0
  0
  4752
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); // ......
13 Mar 2015, 23:31
simple RSI  for Typical Price(OHC/3), Weighted Close(OHCC/4), Median(OH/2) added 2 levels - 20% / 80% To change method just select flags in parameters menu.    
Free DeMarker
 0
  0
  4587
27 May 2014, 09:46
The Demarker indicator is named after Tom Demarker who claims to have developed this indicator to overcome the shortcomings of other overbought/oversold oscillators. There are different versions of it  in...
Free SMI Ribbon
 0
  0
  3587
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 Sinewave
 1
  5
  4208
09 Jan 2014, 15:20
This indicator tries to determine the current phase of the cycle you are in, has an advantage over other oscillators such as RSI and Stochastic because it predicts rather than...
Free Rmo Swing Trader
 0
  5
  5326
by adaled
09 Jan 2014, 15:18
Part of the RMO trading model. The swing trader detects multiple swings within a trend. ST2 and ST3, the two values depicted in the histogram, crossing one another can result in a...
Free Adaptive RVI
 0
  5
  3407
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 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 Adaptive Center of Gravity
 0
  0
  3693
08 Jan 2014, 17:47
Similar to Stochastic Center of Gravity. The algorithm references Cycle Period Indicator found at /algos/indicators/show/124  
Free Williams Percent Range
 2
  2.5
  3785
by adaled
23 Dec 2013, 10:31
Measures overbought and oversold market conditions.  In an uptrend, look for oversold signals to establish bullish positions and in a downtrend look for overbought signals to establish bearish positions.  ...
Free Fxa0 RSI Crossing 50 Plus ATR
 0
  0
  3269
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 Zero Lag MACD
 0
  5
  6668
by adaled
05 Dec 2013, 10:34
Modification of MACD Crossover to have minimal lag. It uses Zero Lag Moving Averages instead of the traditional formula. Applies exponential moving average twice and subtracts that from the sum of two exponential moving...
Free MACD_RSI
 7
  3.33
  107958
by gorin
31 Oct 2013, 11:19
This indicator is a combination of the MACD Crossover and the Relative Strength Index. The MACD is scaled up so that the two indicators overlap.
Free KST oscillator
 8
  5
  3946
by gorin
16 Sep 2013, 12:51
The know sure thing (KST) oscillator is a complex, smoothed price velocity indicator developed by Martin J. Pring. A rate of change (ROC) indicator is the foundation of KST indicator. KST indicator is useful...
Free Chaikin Oscillator
 2
  0
  3154
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 Oscillator of Moving Average (OsMA)
 3
  5
  6192
14 Aug 2013, 09:30
The Moving Average of Oscillator (OsMA), is an indicator that is calculated by taking the difference between a shorter-term moving average and a longer-term moving average. The two most common...
Free Acceleration Deceleration Oscillator
 1
  5
  4354
by adaled
02 Jul 2013, 17:06
The Acceleration/Deceleration Oscillator measures whether the market driving force is increasing or decreasing. It gives you an early warning of changes in price direction.  
Free Aroon Oscilator
 0
  0
  3650
21 Jun 2013, 17:52
The difference between Aroon Up and Aroon Down in a histogram display. The Aroon Oscillator is the difference between Aroon-Up and Aroon-Down. These two indicators are usually plotted together for...
Free Fisher
 3
  0
  4404
22 May 2013, 17:24
Free STPMT
 0
  5
  2867
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...
Free Awesome Oscillator
 1
  5
  5171
24 Sep 2012, 11:56
Awesome Oscillator shows the difference in between the 5 SMA and 34 SMA.If to be precise, 5 SMA of midpoints is subtracted from 34 SMA of midpoints which allows to...
Free Aroon Horn
 0
  5
  4075
24 Sep 2012, 11:45
This is the Aroon Horn Oscilator