Why wasn't my pending order deleted
-
I have a condition to delete the pending order when price is greater than the sellmid1 line (in a sell) the case was true here but line was not deleted
https://fxdreema.com/shared/aaVrXV18b


Thanks
-
Would it be because I am using the pick by name earlier for a different line and grabbing price level 1, in the second time I use that call should I set at price level 2 maybe??
-
Anyone?? is there another way??
-
Would this work? What's the difference between price 1, 2 and 3?

-
@bmarchand Check your boolean blocks, you are using a variable that are currently setting to FALSE, please use a constant, also don't type true/false in capital letter

-
I set it to true in the blocks when I create the order

-
so i don't know, maybe #122 is executed before #184
-
Well thats strange, the buy worked perfectly, pending was just deleted

-
OK, I figured it out, I wasn't turning the last set of blocks back on when I hit my reset button!!
-
