Its a simple scalping strategy with default period of 5min using 3
different EMA's (10,15,55). 55 period EMA is used for trading
direction whether price is above it or below it, other 10-15 period
EMA's used opening position when price is between those 2. ATR (3)
used for getting into trade within certain volatility level which is
between 0.0004-0.00065 pips average on last 3 candles. As the
strategy is for scalping, parameters are set to fixed 8 pip TP, 20pip
SL and trading amount 20mil. When position opened, there is one extra
function to move SL 1pip once trade has +6pips on it. That's all.
Thank you.