Self remove EA or self stop EA
-
Created my first EA https://fxdreema.com/shared/tenB2AdMc
It works great for my need however , there is one functionality left.The EA should self remove itself or stop working completely if there is no trade happened within the current one (H4,D1 or w1) bar period
How to achieve this?
Thx a million,
Andy -
Something like this?
For each Closed Trade (with "Not more than..." set to 1) -> check age (check the Close time) -> Terminate
-
@fxdreema thx, is that custom mql code?
-
@fxdreema Can I use candle expiration functionality to achieve this? pls reply thx