Modify stops + Break even
-
I need EA which:
- Creates 2 pending orders (done)
- After opening, if a slip occurs, it will update SL and TP (done)
- After the appearance of the X profit, Break even starts
Im sure than i have made mistake, can you help me what should i fix in my example?
https://fxdreema.com/shared/RlPbgP1te -
Connecting the "Break Even" block immediately below of "For each Trade" means that every tick the EA will be checking if what is specified is true, but you don't want that. You want it is checked after the opening, once the SL and TP have been updated if necessary. That means that it should be connectes immediately below of the "Modify Stop" block.
That way the break even condition will not be active until the SL and TP have been previously checked.
Hope it helps.
-
thanks a lot!
-
Hi again. Apparently I was wrong with my suggestion. I'm havig a similar problem with my trailing stop and this is not the solution. I'll be able to give you more info once I solve mine. Sorry.
-
Hi again. I can confirm that the correct way to deal with the trailing stop is the one found at the help section.
https://fxdreema.com/help/working-with/trailing-stop
I followed it in my case and now it works fine.
Hope it helps.