RSI Histogram 2 - indicator for MetaTrader 5 Indicator idea: Display the iRSI (Relative Strength Index, RSI) indicator as a colored histogram, and apply the colors as iAO (Awesome Oscillator, AO). The histogram is plotted around the '50' level
Commodity Channel Index (CCI) Explained The Commodity Channel Index (CCI) is a technical indicator that can help investors decide when they might buy or sell stocks and other securities. ------------------ CCIOnMA Four Colors - indicator for MetaTrader 5
Half Trend - indicator for MetaTrader 5 Change of trend is indicated by arrows (' UpArrow_ ' and ' DnArrow_ ')
RSI Arrow Out of Zone iMA Trend Visualization - indicator for MetaTrader 5 Modification of the RSI Arrow Out of Zone iMA Trend indicator - added the 'Use indicators visualization' parameter: when set to 'true' (if the indicator is running in visual debugging mode or online), iMA and iRSI indicators will be displayed on the chart.
Two traders are talking (taken from this mql5 thread): Consider a linear regression model xi = a + b * i + ei in time i = 1, 2, ..., n, where the errors ei are white noise with the Laplace distribution. The error density then has the form p (x, c) = 0.5 * c * exp (-c * | x |), log (p (x, c)) = log (0.5) + log (c) -c * | x | The likelihood function for the noise will have the form L = p (d1, c) * p (d2, c) * ... * p (dn, c), where di = xi-ab * i are the residuals of ...