Table of contents IntroductionTask statement and application prototypeImplementing a strategy builder for testingDemonstration and example of strategy builder operationConclusion In the previous article, we considered application of Merill patterns to various data, such as to a price value on a currency symbol chart and values of standard MetaTrader 5 indicators: ATR, ...
Trading the trend - indicator for MetaTrader 5 This one is based on "Trading the Trend" article by Andrew Abraham published in TASC and has optimized critical parts that could cause slowdown (especially when called using iCustom() calls - that is one of the reasons why the display type is not adjusted automatically but from the parameters).
Rma MACD - indicator for MetaTrader 5 This MACD is using what is known as rma average for MACD calculation. Taking into consideration that rma is a variation if the sma, the macd values produced are almost surprisingly "fast" compared to the regular ema version. It also has some interesting properties when it comes to periods following the very volatile periods. In any case seems ...
Contents IntroductionDefinition and applicationDeveloping the testing toolConclusion more...
Murreys_Math_Oscillator - indicator for MetaTrader 5 Murreys Math Oscillator is a market direction oscillator with Murray levels. When the oscillator reaches the next Murray level, the column color changes to the one corresponding to that level.