Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. rgangara
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 1

    Posts made by rgangara

    • Unable to login to https://smartapi.angelone.in

      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.

      posted in General Discussion
      R
      rgangara
    • RE: Unable to Place FNO Orders but EQUITY Orders Work

      @rgangara

      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

      posted in Python SDK
      R
      rgangara
    • RE: Unable to Place FNO Orders but EQUITY Orders Work

      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.

      posted in Python SDK
      R
      rgangara
    • Unable to Place FNO Orders but EQUITY Orders Work

      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.

      posted in Python SDK
      R
      rgangara