If you place an order with a stop-loss and then close the program (MT4).
Is my stop-loss taken care of even thou MT4 isn’t running?
In other words: Does the program locally store/handle my orders or does the server?
If you place an order with a stop-loss and then close the program (MT4).
Is my stop-loss taken care of even thou MT4 isn’t running?
In other words: Does the program locally store/handle my orders or does the server?
Hi niklas,
If you place an order with a set stoploss with/without a takeprofit you don’t need keep MT4 open. If you run an EA, script or a trailing stop, then you do need to keep MT4 running to modify the order.
nice, thanks!