1. EA should read comments of all open trades. The Comment has this code structure: "A: 1.10320 ;B: 1.10391" 2. The EA should change the TP/SL of all trades in the same side/Instrument depending on a formular sorted out of the comments Example: -EURUSD Sell 1.10500 Comment A:1.10455 -EURUSD Sell 1.10390 Comment A:1.10412 -EURUSD BUY 1.10100 Comment A:1.10300 -EURUSD Sell 1.10420 Comment A:1.10320 Result: If the Formular says take the highest TP all EURUSD Sell Trades have TP 1.10320 than A: should be for TP , B: for SL What formulars i need: 1. Highest TP+-(X) 2. Highest SL+-(Y) EA Should to this endless without limit MT4