no trade till next day after a win
-
***hi everyone. how can I let my EA stop trading for the day (then resume trading the next day) after winning on trade? thank u.
-
on trade tab - trade closed - check profit (last closed) - set flag to false
on tick tab - check flag in buy/sell tree, once per daily bar - switch flag to true -
I just use on/off block.
-
@iman2242 You can use a general structure like this:
https://fxdreema.com/shared/LHZfs3gvb
You will have to add the maximum number of open trades per day.