How to create a condition for when a pending order has just been executed?
-
How to create a condition for when a pending order has just been executed?. For example, if the pending order is executed, then create another pending order.
-
On trade tab, trade created->place pending order
-
And which block is used to distinguish if the executed order is a buy or sell order?
-
Trade created block, infact most blocks have buy/sell, just select what you want.
-
Thank you