The strategy uses a KISS approach (Keep It Simple Stupid).
It uses 2 moving averages: EMA2Median and EMA20.
It opens a LONG Position when (EMA2Median - EMA20) > 0.0005
It closes the LONG Position when (EMA2Median - EMA20) < -0.0005
Simmetrically for Short position
It opens a SHORT Position when (EMA2Median - EMA20) < -0.0005
It closes the SHORT Position when (EMA2Median - EMA20) > 0.0005
StopLoss and TakeProfit are fixed and managed by strategy.
The Money Management is set for tipical targets of Strategy Contest
that means the risk is higher than real money trading.