if i have a short position in stock A with upper price band = 100 if the stock price > 99, i cannot exit with a market order it gives an error because the market protection price > upper price band.
The market_protection parameter can be configured with any value greater than 0 (including decimal values such as 0.1, 0.2, etc.) up to 100.
In scenarios where the price is close to the circuit limits, you may consider using a lower market protection value (for example, 0.3 or 0.5) so that the order remains within the permissible price band.
For more details, please refer to the documentation.
if the stock price > 99, i cannot exit with a market order
it gives an error because the market protection price > upper price band.
In scenarios where the price is close to the circuit limits, you may consider using a lower market protection value (for example, 0.3 or 0.5) so that the order remains within the permissible price band.
For more details, please refer to the documentation.