I had placed an delivery stop loss limit order with below payload through API.
{
"quantity": 10,
"product": "D",
"validity": "DAY",
"price": 310,
"tag": "trading_api_08-11-2024",
"instrument_token": "NSE_EQ|INE750C01026",
"order_type": "SL",
"transaction_type": "BUY",
"disclosed_quantity": 0,
"trigger_price": 304.65,
"is_amo": false
}
API response:
{'data': {'order_id': '241108025179336'}, 'status': 'success'}
But no stop loss is showing in UI and it was not sold when trigger price was reached.
Please check this issue: @Upstox @Pradeep_Jaiswar