Time based exit
-
Is it possible to close a trade/trades after a certain period of time after entry'? Irrespective of the trade being profit or loss?
I'm on my iPad not laptop so can't try blocks to see what works. So sorry if it's actually obvious.
-
expiration parameter in block Buy/Sell (EA must be running) .... for pendings must not be running because it depends on brokers side ...
-
Awesome thank you. That works a treat. I really appreciate your help.
-
Remember that the EA must work for this. Expiration is natural for pending orders and happens on the server, but expiration for trades is not. The EA monitors the time on every tick and decides when to close the trade.