EA Moving Average_Money – EA MetaTrader 4

EA Moving Average_Money - expert for MetaTrader 4
Description: Here is one of the backtest( Backtest June 2009 to April 2010), the equity is larger than balance, LOL I am using Moving_Average from mt4 and also Money Management from I did change a bit of the code to combine them all. The Money Management code I changed from using AccountBalance() to AccountFreeMargin() to … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

Moving Average Mirror – indicator MetaTrader 4

Moving Average Mirror - indicator for MetaTrader 4
Description: Forex trading will becoming more simple & profitable with this indicator. Entry BUY after Red Line crossing up the Blue Line and exit before the Red Line crossing down the Blue Line. Opposite position : entry SELL after Red Line crossing down the Blue Line. Image: Moving Average Mirror – indicator MetaTrader 4