Hei traders,
i am curious about the correct meaning for price
, stopPrice
when sending a new STOP
, TAKE_PROFIT
Order via API.
I want to place a Limit-Order. When i send the TAKE_PROFIT - order with correct Parameters, the order always get executed and filled at stopPrice
and not at the price
.
For my understanding, the stopPrice
was intendet as a trigger to write the the limit-order to the order-book with the price
as the execution-price.
Example.
ADAUSDT, LONG: I am in a position (1.1600USDT) and my TAKE_PROFIT
- Order is set with a stopPrice
at 1.1840USDT and a price
at 1.1850USDT. I want to sell at 1.1850USDT and not at 1.1840USDT!!!
But when the latest price > stopPrice
the order will be executed and filled before getting to 1.1850USDT
What am i doing wrong?