No trade nearby, Please How to open only on losing side
-
Please How to open only for the losing side, from the last grid order

-
Not sure what you exactly mean. Do you mean you want to open a sell only when the last buy in a grid is already open, maybe?
-
@l-andorrà, that's right,
case 0: if (price < (OrderOpenPrice() - distance)) { //BUY SYMBOL_ASKcase 0: if (price > (OrderOpenPrice() + distance)) { //SELL SYMBOL_BID
-
@fxDreema Bug Block *No trade nearby*@l-andorrà I managed to fix the bug in the source code, I hope @fxDreema fixes it internally


-
@alok I don't use this block very often, but every time it works right, around, losing side, winning side, or at least as per instructions

-
@ambrogio said in No trade nearby, Please How to open only on losing side:
ma
The distance works well /2 but when using martingale there are times when it gets lost in the count, because of opening an order on the winning side, when the price returns it starts the martingale again from the beginning.