MA MACD Position averaging v2 – EA MetaTrader 5

MA MACD Position averaging
Improvement of the first version (MA MACD Position averaging). The EA features the trading signal reversal upon initial opening (when there are no positions). The reverse is managed via the Use reverse trade signal parameter. The EA only checks for a trading signal or an addition to the position when a new bar appears. The EA … Read more

MA MACD Position averaging – EA MetaTrader 5

MA MACD Position averaging
Idea by: Myth63 Code mq5 by: barabashkakvn The EA only checks for a trading signal or an addition to the position when a new bar appears. The EA is based on indicators iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). If a position has a loss exceeding Step lossing pips, open yet another position (in the … Read more

Dynamic averaging – EA MetaTrader 5

Dynamic averaging
Idea by – bird0 mq5 code author – barabashkakvn The Expert Advisor uses the iStdDev indicator values from the sliding window over the “Sliding window size” days and calculates the average indicator value in this window. If the current iStdDev value is greater than the calculated average, it is a signal to prohibit trading. If there is no prohibition, check … Read more