How to auto close EA
-
Dear sirs
As the Topic, How to auto close EA
Not close trade, wat i mean is close EA
Like if i continue lose 3 times in an hour, close EA till i hand set up again
Thx for ur help
-
@jemmyca You need to create a variable controlling when the EA is active. A simple boolean true/false can do the job. Only when its value is true the EA works and it stopn when it is false.
-
@l-andorrà thank you sir,.
Sry i am so new at fxdreema....do u have any example for this action? Thx a lot again!!
-
@jemmyca Sure. Here you have a simplified version: