Turn OFF EA
-
I am looking for a way to set the EA so that after making a daily profit it turns off and does not open trades anymore. Is this even possible on fxdreema? That would be very helpful.
-
check profit period of time < above place trade tree.
-
@KenAdams
what is daily profit? pips or money? you should first find your profile is confirmed.
after that using a Condition block to turn off Ea by Terminate block -
Why terminate EA? Using other blocks/variables the EA will restart when needed without human input.
-
@Xfire I meant money but pips will be fine too.
-
@jstap
Because many times EA first makes profit and then losses -
@KenAdams Yes such is EA trading but, why would you think it makes sense to terminate, just stop the trading until it's time to restart.
-
@jstap I know, but sometimes I can't do it because of work. Also, I want to see how it looked in the backtest.
-
Terminate for back test, once working change for a bool variable for live