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