This EA will have 2 versions with slight difference 1) In first version EA works like this. EA opens a position and leaves a buy limit or sell limit order when position goes in profits. Example 0.1 lot Euro bought at 1.2340 . EA will leave sell limit order at 1.2360 (pip step = 20 pips) - qty = 0.3 lots. if 2nd order opens EA will leave buy limit order at 1.2340 for 0.5 lots (see multiplier) When net profit reaches x dollars EA will close all the positions for this pair. When net loss reaches Y dollars EA will close all the positions in loss. Open positions Buy 0.1 lots at 1.2340 Sell 0.3 lots at 1.2360 Buy 0.5 lots at 1.2340 Sell 0.7 lots at 1.2360 Buy 0.9 lots at 1.2340 2) 2nd version is like this EA opens a position and leaves a stop loss order when position goes in loss. Open positions Buy 0.1 lot at 1.2340 Sell 0.3 lots at 1.2320 Buy 0.5 lots at 1.2340 Sell 0.7 lots at 1.2320 Buy 0.9 lots at 1.2340 When net profit reaches x dollars EA will close all the positions for this pair. When net loss reaches Y dollars EA will close all the positions in loss. Trade Mode 1) Flat - EA does not open first position in this mode 2) Buy - First trade will be buy 3) Sell - First Trade will be sell 4) Trend - EA will sell if RSI is above 60 or buy if RSI is below 40 5) Instant - Only for 2nd version. In this version EA will open 1 buy and 1 sell position at the same time. Keeps a profit limit for 1st entry only. Profit limit = pip step-(spread+2 pips). When 2nd level trade opens, there should be no profit limit for any position. First Trade Qty - 0.1 lot Increment : 0.2 lots Pip Step = 20 pips Maximum levels - 6 Profits - X dollars. Loss - Y dollars. Time Start Time End I want 2 time settings. For example start EA at 3.30 end at 8.30 and again start at 12.30 and end at 15.30