The strat uses Period 30 mins. When candle is between maxBarSize 16
and minBarSize 8, checks the SMA indicator with period 200. Order BUY
// Candle as a higher high and higher low than the previous one and
higher then SMA. Order SELL // Candle as a lower low and lower high
than the previous one and lower then SMA. Stop Loss is set up to
15Pips, but it moves after triggering on 5 pips to 3 pips. Amount of
order is calculating by equity, risk% and leverage.
The trading time is not calculating.
Good luck