Tâche terminée
Spécifications
Fix "lock profit" function not closing properly.
The attached EA is a basket trade manager, able to handle TP, TS, BE,SL, Jumping Stop on group of positions that can be "All the trades" or "specific trades" (eg: by comment, by pair, by magic, etc)-
within the Jumping Stop function the EA has a "Lock Profit function" based on 2 inputs:
1 - "breakeven" Input (eg: 200€)
2 - move SL After Breakeven of XX Pips or XX $. (50 €).
So in case the pair goes back, it should automatically close the position when the moves back to 50€ (or same logic with pips).
While the Lock profit seems working properly when the EA manages "all the positions", when managing "Only This pair" the EA identifies the Lock Profit to close, but the closing function doesn't then really close all the selected positions.
Job request is: Fix the "Close positions" within Locked profit function and check that CLosing function on "locked profit" works both on "pips" AND "$" AND on all Pair selection (eg: by magic number, by Ticket") .
After this request, if case of satisfactory work a new job request will be assigned to the same developer: "add partial close position" to be linked to "Trailing Stop" function

