Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Expert Advisor | iMA iStdDev

Idea by: Sergey Deev

mq5 code by: barabashkakvn

The EA trades on two indicators iMA (Moving Average) and one indicator iStdDev (Standard Deviation, StdDev). It does not involve Stop Loss, Take Profit, or Trailing Stop. Positions are closed as soon as the opposite signal is received.

A sample Sell deal. Conditions:

1) Fast iMA (MA Fast) is below the slow iMA (MA Normal);

2) The preceding candle is bearish and closed below the fast iMA (MA Fast); and

3) Indicator iStdDev moves upwards and exceeds the pre-defined level.

MetaTrader Experts, Indicators, Scripts and Libraries

Positions may be opened in one direction without limitations. However, in case of receiving an opposite signal, those positions will be closed.

23434