-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
The option in Grid Trading Mode is not working correctly.
Notice in the image that it lost the upward movement.
However, I disabled the "Order by order trailing" option and it works as expected (it doesn't lose upward or downward movements), but it creates a new grid when it exceeds the last order.
I just wanted to inform you that I was the one who suggested the order by order to you.
You implemented it, and I thank you very much, but it's not entirely correct.
The order by order is creating mirror orders, but the correct way would be to delete the last opposite order (or perhaps the last two) and create a new order with the same increment as the previous ones.
With the "Order by Order tracking" option disabled:
Ideally, this would be the case:
Thanks!