Position closed event with takeprofit/Stoploss on mql5 problem on MT5 build 4153 doesn't work
-
I used position closed event with closeBy takeprofit filter block on mql5, it worked on MT5 build on Oct 23 fine. the event is trigged. but not working on MT5 build 22 Jan 24 (build 4153), the event is not trigged. It only work without closeby filter.
Any solution?
-
Possibly how you have blooks set, but as it worked before, more likely admin changes. Contact him from the main page to check, you can try adding a shared link to look at, but unlikely to help.
-
"Position Closed" block is not working properly on MT5 build 22 Jan 24 (build 4153).
Any workaround, Please? -
You can connect a pink 'for each closed trade' immediately below it and select the last closed trade in it.
-
Thanks l'andorrà, thats how I created a workaround.
But unnecessarily 'for each closed trade' has to run for every tick to capture the position close event which happens once in a hour only.
Is there any custom code to capture position close event in the 'ontrade' tab
Thanks again. -
@rajeshkumarvga Yes, there must be a code for sure. Sadly, I'm not a programmer, so I cannot be of any help there.
