The EA uses two indicators. 1. Bulls and Bears power 2. RSI indicator * EA name and EA comment: The Don * Open buy position 1. Bears power value is -600. period 13 2. RSI should touch 20 and should close above 20 for buy (Rsi period 14 for all) 3. RSI should touch 30 and should close above 30 for buy Value is closed bar EA should open 3 positions. Buy position condition. 1st position open, on signal received close bar 2nd position open, if the price moved xxxxxxx points higher or lower from the first position 3rd position open, if the price moved xxxxxxx points Lower from the second position * Open sell position 1. Bull power is +600. period 13 2. RSI should touch 70 after it should close blow 70 for sell 3. RSI should touch 80 after it should close blow 80 for sell EA should open 3 positions. Sell position condition 1st position open, on signal received close bar 2nd position open, if the price moved xxxxxxx points higher or lower from the first position 3rd position open, if the price moved xxxxxxx points Higher from the second position *Position close type. xx % or xx $ ( percentage or dollar) Target price xx % or xx $ Stop loss price xx% or xx $ *** Remember it, we have 3 positions. Any one position hits the target or stoploss, EA should close all positions. Lot size: Auto or Fixed Auto lot size: xxx% from balance for lot Fixed lot size Lot size 1: 0.01 Lot size 2: 0.01 Lot size 3: 0.02 **Add Time expire and account filtering. EA start time: hh:mm:ss EA end time: hh:mm:ss EA end time on Friday: true or false EA end time on Friday: hh:mm:ss EA stop trading: Stop trading if equity is less than: xxx$ Input parameters should be in this format. 1.Magic number 2.Fixed Lot size 1 3.Fixes lot size 2 4.Fixed lot size 3 5.Auto lot size use margin from balance (true or false) 6.xxx % From balance to use trading 7.Position close type. xx % or xx $ ( percentage or dollar) 8.Stop loss price xx% or xx $ 9.Target price xx % or xx $ 10.Maximum spread: xx 11.Maximum slippage: x 12.EA Start time on Server 13.EA End time on Server 14.Friday end time: true or false 15.Friday end time 16.Stop trading if equity is less than: xxx$ indicator parameters: it's not must 17. buy position Bear power value: xxx 18. buy position RSI value: 40 19. sell position Bull power value: xxx 20. sell position RSI value: 60 add missed inputs bro.