I am trying to login to Smartapi angelone to input my static IP. However, after providing my userid, OTP, it asks for PIN. I provided correct PIN but there is no response on clicking the button.
Pls resolve this ASAP.
Posts made by rgangara
-
Unable to login to https://smartapi.angelone.inposted in General Discussion
-
RE: Unable to Place FNO Orders but EQUITY Orders Workposted in Python SDK
Pathetic customer support services.
Its 20 days and no response yet.simple code
orderparams = {
"variety": "NORMAL",
"tradingsymbol": "NIFTY30NOV2319750CE",
"symboltoken": str(58682),
"transactiontype": "BUY",
"exchange": "NFO",
"ordertype": "LIMIT",
"producttype": "INTRADAY",
"duration": "DAY",
"price": str(100),"squareoff": 10,
"stoploss": 40,
"quantity": str(2), "triggerprice": str(105)}
Throwing up error : TypeError: 'NoneType' object is not subscriptable
Even without using the str() for numbers, same issue
Can you respond ASAP ?
Unable to place Orders -
RE: Unable to Place FNO Orders but EQUITY Orders Workposted in Python SDK
Admin,
Can you pls respond ? I am unable to place NFO Orders with Place_Order API but Equity Orders work fine.Pls respond at the earliest... Its urgent.
-
Unable to Place FNO Orders but EQUITY Orders Workposted in Python SDK
Re: [Unable to Place orders for Options Trading](able to place orders for equity)
I am also facing same problem
This works fine
{'variety': 'NORMAL', 'tradingsymbol': 'SBIN-EQ', 'symboltoken': 3045, 'transactiontype': 'BUY', 'exchange': 'NSE', 'ordertype': 'MARKET', 'producttype': 'INTRADAY', 'duration': 'DAY', 'price': 100, 'squareoff': '0', 'stoploss': '100', 'quantity': 100, 'triggerprice': 100}This gives error
{'variety': 'NORMAL', 'tradingsymbol': 'BANKNIFTY30NOV23FUT', 'symboltoken': 57919, 'transactiontype': 'BUY', 'exchange': 'NFO', 'ordertype': 'MARKET', 'producttype': 'INTRADAY', 'duration': 'DAY', 'price': 100, 'squareoff': '0', 'stoploss': '100', 'quantity': 2, 'triggerprice': 80}Pls resolve this at the earliest.