NEW EA SPECIFICATION. BUY POSITION Condition 1: EA to place a buy trade when trend is bullish with 20 pending orders ( 10 sell stop order and 10 buy limit order) Condition 2: EA to place a buy trade when 24EMA crosses over 8EMA and 13EMA from above with Twenty (20) pending orders or as otherwise specified. 10 sell stop order at a specified distance below opening price say 10pip; PLEASE NOTE: each pending order could open at the same price or different prices at a distance apart ( 0pip would mean opening at the same price while 1pip to 50 pips would mean opening at one pip apart or 50 pips apart or as otherwise specified if set at true and 10 buy limit order below the opening price if set at true. If trade hits TP and trend is still bullish, EA to open another buy trade immediately. Close open buy trade when 24EMA Crosses over 8EMA and 13EMA from below. *close pending orders if the orders that opened pending orders hits TP if set at True *if pending order hits TP, close the main order that opened the pending order if set at true. *filled/activated pending order should open its pending order if set at true. * keep activated pending order if main order hits TP if set at true SELL POSITION Condition 1: EA to place asell trade when trend is bearish with 20 pending orders condition 2: EA to place a sell trade when 24EMA crossesover 8EMA and 13EMA from below with Twenty (20) pending orders. 10 buy stop order at a specified distance above opening price say 10pip; PLEASE NOTE: each pending order could open at the same price or at a distance apart ( 0pip would mean opening at the same price while 1pip to 50 pips would mean opening at a pip distance as specified in pips if set at true and 10 sell limit order below the opening price if set at true. If trade hits TP and trend is still bearish, EA to open another sell trade immediately. close open sell trade when 24EMA Crosses over 8EMA and 13EMA from above. *close pending orders if the orders that opened pending orders hits TP if set at True *if pending order hits TP, close the order that opened the pending order if set at true. *filled/activated pending order should open its pending order if set at true. *keep activated pending order if main hits TP if set at true KEY NOTE Pending orders should opens higher than the order that opened the pending orders as per lot multiplier that is if order that opened pending order opened at 0.01 and lot multiplier is set at 2.00 pending order should open at 0.01 x 2.00 of lot multiplier *Trades should have numbering/identity.`main order shOuld be N1; pending order should be N2. Order opened by pending order should be N3 if condition 1 is set at true, it means condition 2 is false and if condition 2 is set at true it means condition 1 is false EA to have below features on menu. Candle Condition: true/false EMA Condition: True/false use continuation trade: true/false use continuation on activated pending: true/false Place pending orders: true/false Close pending orders when main order hits tp: true/false Close main trade when activated pending orders hits TP: True/False keep activated pending order when main order hits tp: true/false place Buy limit orders True/false place buy stop order true/false place sell stop orders true/false place Sell limit order: true false buy limit and sell stop pending order regulate: sell limit & buy stop pending order regulate: buy/sell limit pending order offset (pips): 15 or as otherwise specified buy/sell Stop pending orders offset (pips) 12 or as otherwise specified pending orders distance from each other (pips):0-50 or as otherwise specified Activated pending orders to open its pending orders: true/false Open buy: true/false Open sell: true/false MAIN ORDER Take Profit: 50 or as otherwise specified PENDING ORDER Take Profit: 50 or as otherwise specified MAIN ORDER SL: 50 or as otherwise specified PENDING ORDER SL: 50 or as otherwise specified Increase lotsize: true/false Primary lotsize: 0.01 lots multiplier: 1.56 Activate Trailstop: True /false Trail stop: Trail start: from opening price Trailstop steps: select points points trade regulate per chart/symbol MAXIMUN TRADE ( chart ) : 1-90. maximum trade (symbol) : 1-90 I don't know how you would code this but what I want is that I want to be able to regulate how the pending orders opens. If set at zero on regulate, all the orders would open at the same price say 50pips away from the opening price. However if it is set at 6 the 10 pending orders would open at 6 pips apart from each orders.