EA TERMINATING
-
When an EA terminates does the current Trades Also Terminates...
-
No, unless you specifically program it to do that then removed from the chart.
-
@elimax3833
Unless you explicitly close the trades, say, in something like deinit() -
@sktsec i added Close trades then terminate below it, and it works, thanks sir