The strategy works with candlestart and tickstart with the aim of
catching trend reversals.
time frame = 4hrs, TP = 12, SL = 200.
It will buy when the 5th and 10th previous candles close below ema20
and
when tick bid is greater than ema 18. It will use 8M volume when 2nd
previous(shift +2) candle and previous(shidt + 1) candle
close below ema20. It will use 1M volume when 2nd previous candle and
previous candle close above ema20.
It will also use 1M volume when 3rd previous(shift + 3) candle, 2nd
previous candle and previous candle close above ema20.
It will sell when the reverse conditions occur. Currency = GBPJPY. It
will exit any buy position when rsi3 is less than 40, it will also
exit sell when rsi3 is greater than 60.