I would like my EA to wait 4 hours after a loss trade before it can trade again. Is that possible? i appreciate every idea.
-
I would like my EA to wait 4 hours after a loss trade before it can trade again. Is that possible? i appreciate every idea.
I hope it can be done somehow.
-
So you need that the last closed trade was a loss and then a four hours gap before to trade? If so, is this gap a minimum time period or an exact one? I mean do you want to trade exactly 4 hours after the last losing trade?
-
Yes, exactly, and it would be good if it can be an exact time value, but i can also work with minimum as well. I hope there is solution for this that you can share with me.
-
@botondking Hello, i cant build it for you atm. but the logic is that you use "check for profit trade" and "check for loss trade" then if it is loss use the "time".
Something like this should work. (dont look at ID numbers, its only made for you to help you)

-
Good advice!

-
Somehow i dont get it, i am not too familiar with this part of fxdreema, i dont understand how can i check the time passed after the last stop loss was hit.
But i really appreciate your time

-
@botondking Hi! Try this
https://fxdreema.com/shared/ApmVAPkFb

N.B.: respects the order of the blocks 9-10-11
-
Thank you very much!