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
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 ...
Patterns with Examples (Part I): Multiple Top Contents AbstractAbout the reversal patternsWhy Multiple Top — its specific featuresCan the Double Top concept be extended?Writing code to render Multiple Top Class mapIdentifying tops and bottomsSelecting tops to work withDetermining the pattern directionFilters for discarding invalid patternsChecking the result in the MetaTrader 5 Strategy Tester visualizer ...