Only Buy Stops
-
Hello!, I have a question, How may I place pending orders but to be buy stops for example and avoid the buy limits?
-
Provided the current price is below the pending price
-
@Boillot84 For a buy, if you need a stop, you need to use a positive number here:

For a limit it needs to be a negative number:

The opposite for sells, of course.
-
Thank yo very much for your answers @l-andorrà & @sktsec , the thing is that I use a custom level to place the order and some times this is below the price and open limit orders that I would like to avoid it.
Gracias por las respuestas, el tema es que uso un custom level para poner la orden y a veces esta queda por debajo del precio y me pone una limit, me gustaría evitar eso.
I do it deleting at the moment of the creation using " ifpending order limit/delete order limit"
Lo hago eliminandolas nada más se crean usando "if pending order limit/delete order limit", no he encontrado otra manera.
Gracias y saludos!
-

-
@Boillot84
You can probably add the condition that the current price is below the pending buy order price -
@sktsec I tried but still opening trades below, dunno the reason.
-
with this condition block -
@Boillot84
Seeing you adjust the indicator value, should it be minus rather than plus ? -
@sktsec Exactly.
-
@sktsec So, to imitate the level of the pending order with the price offset, shal I adjust with a negative value of the range? In this case I need to change the offset price to a negative value to be higher than the indicator
In my mind was the opposite, I will try, thank you very much for your help!