Incorrect Stop Loss and Target Set

While placing following order through the api.

{
"symbol": "NSE:OFSS-EQ",
"qty": 1,
"type": 2,
"side": 1,
"productType": "BO",
"limitPrice": 0,
"stopPrice": 0,
"validity": "DAY",
"disclosedQty": 0,
"offlineOrder": false,
"stopLoss": 4432.45,
"takeProfit": 4456.75
}

However, upon execution, I noticed that the stop-loss and target prices were not set according to the values I provided. They are significantly different from what I input. Can someone assist me? What am I doing wrong here?

1
4 replies