@arunparida12 Same issue fetched.
Posts made by HunterGP
-
b'Access denied because of exceeding access rateposted in Bugs
Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'
When I try to fetch candle data this type of error accrued Nowadays, Please give a solution.
-
There is a code error in Python SDK.posted in Test
https://github.com/angelbroking-github/smartapi-python
obj=SmartConnect(api_key="your api key",
#optional
#access_token = "your access token",
#refresh_token = "your refresh_token") <-errorthe closing round bracket is commented out, i suggest rectifying the code.
-
Python place order is returning an error.posted in Python SDK
I'm trying to place a order via API and my script is returning me an error.
refreshToken= ['data']['refreshToken']
^
Syntaxerror: 'invalid synatx' -
Does placing a "normal" sell order, close the position we've bought?posted in Python SDK
So if i have bought 100 quantities of SBIN and later i make a sell API request
which looks something like this
{
"variety":"NORMAL",
"tradingsymbol":"SBIN-EQ",
"symboltoken":"3045",
"transactiontype":"SELL",
"exchange":"NSE",
"ordertype":"MARKET",
"producttype":"INTRADAY",
"duration":"DAY",
"price":"194.50",
"squareoff":"0",
"stoploss":"0",
"quantity":"100"
}will this close or exit my existing order?
-
How to send raw HTTP calls to place and modify orders?posted in General Discussion
I dont want to use any SDK, how do i do it?
-
Is it possible to update stoploss multiple times after the order execution?posted in General Discussion
Is it possible to update stoploss multiple times after the order execution?