In this strategy, I'm using 2 indicators: MACD(9,12,26) and SMA(26). I
trade two pairs: EUR/USD and GBP/USD on 15 minutes time frame with
amount trade 10M, slippage 5 pips, stop loss 200 pips, take profit 5
pips. For SMA, I'm using period = 26 in a 15 minutes time period to
know if the instrument is bullish or bearish. For MACD, I’m using
shift 0 and 1 for current and previous MACD to see movement of the
trend in 15 minutes. Opens sell positions if MACD histogram move from
above zeroline (previous MACD) down to below zeroline (current MACD)
and last bid candle close below EMA. Open buy positions if MACD
histogram move from below zeroline (previous MACD) up to above
zeroline (current MACD) and last bid candle close above EMA

Translate to English Show original