This strategy will open EUR/AUD positions based on 15minute time
frame. It will open positions based on 3 simple moving averages (3,
30, 55) . So, first on tick, we check all positions with sma
conditions 3,30,55 based on 15minute time frame is set. Than to set
the conditions, i have connected SMA indicator to a condition: if sma
30,55, than check if price is above or greater than 3,30. If
condition
is true==Open a buy position.
Else If SMA 30,55 is less than 3,30 than open a sell position.The TP
is set to 30pip, and the SL is set to 500pip and lot size is 5million
with a default slippage setting set to 5pip.