An Expert Advisor – Index Moving Average – EA MetaTrader 5

An Expert Advisor - Index Moving Average
This Expert Advisor implements the trading strategy, based on the Index Moving Average (IMA) indicator, its money management system dependent on the specified risk and loss size. The strategy The daily bars are used for trading. The signals checks when the new bar is appear. The formulae is: k=(ima0 – ima1)/|ima1| where ima0 – the

Moving Averages, multi-timeframe [v03] – indicator MetaTrader 5

Moving Averages, multi-timeframe
Real author: traderak20, based on iUniMA.mq5 by Integer The iUniMA MTF indicator allows the user to choose between different types of moving averages (SMA, EMA, SMMA, LWMA, AMA, DEMA, TEMA, FRAMA, and VIDYA). It can be applied to any timeframe, higher or lower than the current chart’s timeframe. Compared to the original iUniMA indicator, the

Optimize single Moving average trading – indicator MetaTrader 4

Optimize single Moving average trading - indicator for MetaTrader 4
This code is following the idea of MA Profit, except that it is using a single Moving Average instead of the cross moving average system. Using only a single moving average speeds up optimization, it can check all moving averages between 10 and 1000 in nearly no time. Trading with single moving average gives three

Simple Expert Advisor based on the Simple Moving Average and ADX – EA MetaTrader 5

Simple Expert Advisor based on the Simple Moving Average and ADX
This simple Expert Advisor uses Simple Moving Average and ADX indicators, as considered in the article “Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners”. It differs from the EA of the article, it doesn’t control already opened positions. It shows the best results for 30mins, 1H, и 2H. Backtest result: Simple Expert

MQL5 Wizard – Trade Signals Based on Price Crossover with Moving Average Indicator – EA MetaTrader 5

Figure 1. Trade signals based on price crossover with Moving Average
MQL5 Wizard allows to create the code of Expert Advisors automatically. See Creating Ready-Made Expert Advisors in MQL5 Wizard for the details. Here we will consider the strategy based on price crossover with Moving Average indicator. The strategy called “Signals based on price crossover with MA” (when creating EA automatically in MQL5 Wizard). The trade