Join our fan page
The indicator calculates and displays on a chart the autocorrelation function, which shows the relationship between the function (signal) and its shifted copy depending on the time shift value.
Informational indicator AnalysisOnBars shows bars without considering the price. Bars are shown in points.
Based on Mel Widner's Rainbow Average (that is similar to Guppy MMA), here is a binary version of Rainbow Oscillator.
Trend Envelopes indicator is using only % deviation for calculation and that is the only parameter needed for calculation. It is internally using Close, High and Low price and in this version that can not be changed. Also, due to the nature of the indicator, it can be easily be used as a sort of support/resistance indicator.
Combination of 4 RSI values (RSI of High, Low, Open and Close) displayed as candles with additional option to enable prices pre-smoothing prior to be used in calculation, which makes it an RSI-of-MA combination.
WMAO (Wilder's Moving Average Oscillator) - an oscillator based on Welles Wilder's Moving Average.
RSICloud indicator with background filling for overbought/oversold areas, as well as for the channel between them
The Volatility2Step_Alerts indicator with the timeframe selection option available in the input parameters
SpearmanRankCorrelation indicator implemented in the form of a color histogram
Range weighted average - average that uuse the current volatility for weighted average calculation
Very handy Multiple Moving Averages for those who like to look at Price Action using several time periods...
McClellan Oscillator - smoother with discontinued signal lines
This indicator predicts future price movements by searching for similar candle patterns in the rate history.
This is an indicator w/o buffers which demonstrates parallel multi-threaded calculations in chart objects hosting worker expert adviser.
This is the exact conversion from pine script code by LonesomeTheBlue.