@techbytecache @admin I am facing the same issue. Client code S851433.
supriyom083
@supriyom083
Best posts made by supriyom083
Latest posts made by supriyom083
-
RE: AB1004 Something Went Wrong, Please Try After Sometime Since Aug 31
-
unable to fetch gttlist
@admin
unable to fetch gttlist from last 2 days. Client code S886927.
Please look into this issue ASAP. -
Unable to fetch gttlist
Hi Team,
unable to fetch gttlist using python sdk from last 3 days. please look into the issue ASAP. -
unable to fetch holding information
unable to fetch holding information using smart api @admin .
It's giving "AG8001" error.
User id S886927 -
RE: SL order not working
@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.
-
SL order not working
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. -
RE: placed order not reflecting in web view.
Executed order not displaying data on 4/10. But on that same day order has been executed, which was placed from api.
-
placed order not reflecting in web view.
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"