When I start this EA on a chart I'd like it to have the following inputs:

1. Magic #
2. Lot size
3. Indie One Pair to Buy
4. Indie One Pair to Sell
5. Profit in $
6. Open New Order (True= to open new orders and assign the inputted magical # to the new opened orders opened by the EA, False=do not open new orders)

Rules for closing transactions: close all open orders whose magic # equals the inputsignal, and combined profit of pairs with this magical # = profit input)

I've seens EA's where when instructed to close trades some are left available for some reason. I do not want TP, SL, slippage, or requote to impact the opening and closing of orders. I want open and closing of orders to be pressured until they are closed or open at the market, regardless of slippage or requote.

Trade context is active"; may occur when two or more orders want to be processed at exactly the exact same time. If a transaction is put and do not wait until it processes and attempt to set the same transaction or another transaction, the orders go into a loop and ";Tread context is busy"; is received. So with this EA one order must finish processing prior to the 2nd order is inditiatedon the open and close.

Please post the MQ4 document which should be available for future updates.

Your help in producing this EA will be appreciated.