How to check if pending order opened?
-
I want to trigger some tasks when a pending order is opened, I emntion when it changes from pending order to trade.
The onTrade Event is not helpful because it triggers also on placing the pending order.What is the right block to filter for only running trades instead of running and pending?
Thanks a lot for any advise
-
I guess I have to make filter block such as "Pending order triggered" or add some option in "Trade created". But if you are using "Trade created", it should not pass if pending order is created. I just tested it and it works as I expected
