The strategy Contest2019 use 5 pair Eur/Usd , Eur/Jpy , Usd/Jpy , Aud/Jpy , Nzd/Jpy. I use counter to reduce the risk because i use max amount when open transactions.
*Eur/Usd instrument use 2 trading idea:
a)First idea:Time period is 1H , Sl=100 ,Tp=3 .If Rsi14(shift2) it's above 75 and the last candle(shift1) it's bearish open Sell position , if Rsi14(shift2) it's below 25 and the last candle(shift1) it's bulish open Buy position.The program open trade in 0-17 Utc time and use counter to open max 2 position/day.
b)Second idea:Time period is 1H , Sl=100,Tp=6. Use Stoch(5,3,3) and Sma100 , if SlowK/SlowD above 70 , SlowK below SlowD and Last Tick bid below Sma100 open Sell position , if SlowK/SlowD below 30 , SlowK above SlowD and Last Tick ask above Sma100 open Buy position.The program open trade in 0-15 Utc time and use counter to open max 1 position/week.
*Eur/Jpy , Usd/Jpy , Aud/Jpy , Nzd/Jpy instruments use 1 trading idea:Time period is 1H ,Sl=100,Tp=6.Use Stoch(5,3,3) and Sma200 , if SlowK/SlowD above 80 , SlowK below SlowD and Last Tick bid below Sma200 open Sell position , if SlowK/SlowD below 20 , SlowK above SlowD and Last Tick ask above Sma200 open Buy position.The program open trade in 0-15 Utc time and use counter to open max 1 position/week.
Translate to English Show original