HI, I need an expert advisor which will open multiple copies (child) of a position I opened manually (master). Key Inputs: -------------- TP1:<> TP2:<> TP3:<> TP4:<> TP5:<> SL1:<> SL2:<> SL3:<> SL4:<> SL5:<> Number of copies : <<1 to 4>> Max slippage in pips: <> Max retries : <<1 to 10 - if an attempt to open a postion is not sucessfull>> Key Features Needed: -------------------------- The EA should have the following key features: 1. Whenever a position is opended manually (master position) the EA should do the following: 1.a. Set Stop Loss and Take Profit as per the inputs given in TP1 & SL1. So master will get TP1 & SL1 levels. 1.b. After perfoming step (1.a) the EA should open a duplicate position (child 1) of the same size of master position but with TP2 & SL2 levels given in input. 1.c. These steps should be repeated 1 to 4 times based on the 'Number of copies' value given in input. Say, if number of copies=4, the 4th child position will get TP5 & SL5 values. 2. After step (1) is completed if I manually adjust any of the SL or TP levels on any position (master or child) it should accept those changes and keep it. Basically any manual change should override the values set by the EA. 3. By default, I prefer this EA running on any single chart and check for any manually opended positions in any chart/pair. 4. All the child positions should have some comments which are in increasing order. Say child1, child2, child3, child4. 5. TP and SL levels are in PIPS and should work fine on any broker. 6. If MT5 re-connects or EA had to restarts for some reason the existing positions shouldn't be affected or duplicated again! 7. Positions on multiple pairs shouldn't clash each other. Also the comments (step 4) on each position should be different for each pair.