I am also facing same problem is this solved?
I
ishank0goyal4
@ishank0goyal4
0
Reputation
2
Posts
2
Profile views
0
Followers
0
Following
Best posts made by ishank0goyal4
This user hasn't posted anything yet.
Latest posts made by ishank0goyal4
-
RE: Getting error while placing MCX order
-
JSONDecodeError: Expecting value, DataException: Couldn't parse the JSON response received from the server: b''
![alt text](image url)
I am getting this error while placing MCX order can anyone please help me
orderparams = {
"variety": "NORMAL",
"tradingsymbol": "SILVERM23NOVFUT",
"symboltoken": "248401",
"transactiontype": "BUY",
"exchange": "MCX",
"ordertype": "MARKET",
"producttype": "INTRADAY",
"duration": "DAY",
"price": "70,0000",
"squareoff": "0",
"stoploss": "0",
"quantity": "5"
}
orderId= obj.placeOrder(orderparams)this is the code i'm running