The strategy program " June2020.v2" use 4 trading idea on Eur\Usd instrument:

a)First idea:Time period is 1H , amount 15M , SL=100 ,TP=3.Trading condition are: if last 3 candles on 1H ( first 2 candles are bearish and the last candle are bullish) and the RSI14(shift1) on 1H are above 60 lvl or below 40 lvl open buy position . if last last 3 candles on 1H (first 2 candles are bullish and the last are bearish) and the RSI14(shift1) on 1H are above 60 or below 40 lvl open sell position.The program use counter to open 1 position\day. The program open position from tuesday until friday between 2 -17 UTC.


b)Second idea:Time period is 4H , amount 15M , SL=100 ,TP=100.Trading condition are: if last 3 candles on 4H ( first 2 candles are bearish and the last candle are bullish) and the RSI14(shift1) on 4H are above 60 lvl or below 40 lvl open buy position . if last last 3 candles on 4H (first 2 candles are bullish and the last are bearish) and the RSI14(shift1) on 4H are above 60 or below 40 lvl open sell position.The program use counter to open 1 position\day. The program open position from tuesday until thursday between 0 -13 UTC.Use trailing stop if profit loss are above or equal with 3 pips put stop loss 3 pips with trailing step 9 pips.

c)Third idea:Time period is 1H ,amount 15M ,SL=100 ,TP=100.Trading contion are: if last 5 candles on 1H are bullish and the RSI14(shift1) on 1H are between 60-70 lvl or below 40 lvl open buy position. if last 5 candles on 1H are bearish and the RSI14(shift1) on 1H are between 30-40 lvl or above 60 lvl open sell position.The program use counter to open 1 position\day. The program open position from monday until friday between 5 -10 UTC.Use trailing stop if profit loss are above or equal with 3 pips put stop loss 3 pips with trailing step 9 pips.This idea not open trades in this month because the trading condition where not met.

d)Last idea:Amount =15M , SL=100 ,Tp=100.If last position close are below or equal with 2 pips profit and are a Buy position then the program open Buy position until the last close position profit are above 2 pips. if last position close are below or equal with 2 pips profit and are a Sell position the program open Sell position until the last close position are above 2 pips.The program use counter to open max 10 position all month. The program open position from monday until friday between 0 -17 UTC.Use trailing stop if profit loss are above or equal with 3 pips put stop loss 3 pips with trailing step 9 pips.
Translate to English Show original