Construction error
-
Hello everyone. How should I do so that this robot, when moving the pending order, eliminates the previous pending order that it created. This configuration creates an order each time it moves but does not delete the previous one. Am I missing a block or is it misconfigured? Thanks for your help.
https://fxdreema.com/shared/yX7tHmV0e -
@campero What do you exactly mean? If you are moving a pending order you are not removing it but just changing its programmed open price. How many pending orders are supposed to be created that way?
-
I want to create a single pending order (cover), which follows the price at x distance. This is done by the robot but it does not delete the pending order that it created earlier. That means that after a few hours there are many pending orders created. I only want one, the first. Thanks for your help
-
I want a single pending order (cover) that moves following the price. The robot I built creates an order and when it moves to a new price it creates a new order and does not delete the previous one. There are 2 coverage orders left and I only want one.
-
@campero Ok, so if I understand it correctly, you want the EA to program just one buy or one sell pending order and moving it as price is evolving. Is that correct? There will never be two pendiong buys or two pending sells. Correct?
-
@l-andorrà said in Construction error:
Ok, so if I understand it correctly, you want the EA to program just one buy or one sell pending order and moving it as price is evolving. Is that correct? There will never be two pendiong buys or two pending sells. Correct?
Hi. I've been a little sick. If that's exactly what I want. That when opening an operation (purchase or sale) the robot opens a hedging operation (pending order,
purchase or sale) and that this pending order moves with the price thank you for your help. -
@campero Here you have the basic structure for buys only:

-
10 points Thank you for your help
-
@campero You're welcome.