unable to fetch holding information using smart api @admin .
It's giving "AG8001" error.
User id S886927
unable to fetch holding information using smart api @admin .
It's giving "AG8001" error.
User id S886927
@admin said in SL order not working:
hat was the price at that time when you executed this order please post screen shot of ord
stock price around 2551.
My order param is
orderparams = {
"variety": "STOPLOSS",
"tradingsymbol": "RELIANCE-EQ",
"symboltoken": "2885",
"transactiontype": "SELL",
"exchange": "NSE",
"ordertype": "STOPLOSS_LIMIT",
"producttype": "INTRADAY",
"duration": "DAY",
"price": "2500",
"squareoff": "0",
"stoploss": "2499",
"quantity": "2"
}
system has rejected this order by response
warning16423 : Invalid Trigger price entered.
Executed order not displaying data on 4/10. But on that same day order has been executed, which was placed from api.
Hi Admin,
I have placed sell order with below param
param= {
"variety":"NORMAL",
"tradingsymbol":"ITC-EQ",
"symboltoken":"1660",
"transactiontype":"SELL",
"exchange":"NSE",
"ordertype":"LIMIT",
"producttype":"DELIVERY",
"duration":"DAY",
"price":"238",
"squareoff":"0",
"stoploss":"0",
"quantity":"974"
}
order id generated, but unable to see order in web view.
orderbook query returning "AB2001"