pending order details
-
is it possible to get pending order details and save them into the variable ? like the price of pending order , the tp and sl and volume of the pending order ?
-
The loop should be able to pick them up:

-
@roar thanks roar i tried it before , but its mixing everything up ,
-
@roar this is what i meant :
i am trying to send pending order details to the telegram channel,
so here is whats happening :i opened a buy trade and this is what i got in the telegram channel :

it sent the buy trade but also sent buy stop , buy limit , sell stop , sell limit which i didnt even placed on the chartthen i placed a sell limit and it sent sell limit , but also sent buy limit :

then i placed buy limit , and it sent sell limit and buy limit both :

-
Try putting some filter to that loop block, for example "Not more than 1 trades" starting from newest
-
@roar
tried that as well... It didn't workits working thanks roar
i was using the on trade event option , thats why it was mixing everything