Trigger a block when an existing trade is closed by broker PT or SL
-
I have a number of scenario's where I use blocks to close trades & then write to the log &/or send push notifications.
Crazy thing is I can't figure out how to identify when a trade is closed at broker SL or PT. Obviously the trade is no longer live but how exactly can I identify this as an actionable event to trigger my reporting blocks ?
Many thanks
-
Go to "on Trade" and try to do something there. https://fxdreema.com/demo/mt4-event-trade
-
Excellent, many thanks.