Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. prasan
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    prasan

    @prasan

    0
    Reputation
    5
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    prasan Follow

    Best posts made by prasan

    This user hasn't posted anything yet.

    Latest posts made by prasan

    • RE: Unable to place order: Order placement failed: 'NoneType' object is not subscriptable

      Hi @admin tried again, it worked now. Thanks

      posted in General Discussion
      P
      prasan
    • RE: Unable to place order: Order placement failed: 'NoneType' object is not subscriptable

      @admin Tried again, getting the same response. "Order placement failed: 'NoneType' object is not subscriptable"

      posted in General Discussion
      P
      prasan
    • RE: "Order placement failed: 'NoneType' object is not subscriptable"

      @HP Thanks.

      I tried this one as well, both AMO/NORMAL, same result..
      orderparams = {
      "variety": "AMO", # "NORMAL" "AMO", # , #
      "tradingsymbol": "CRUDEOIL21NOV630000PE",
      "symboltoken": "233501",
      "transactiontype": "BUY",
      "exchange": "MCX",
      "ordertype": "MARKET",
      "producttype": "CARRYFORWARD",
      "duration": "IOC", #"DAY"
      "price": "0",
      "squareoff": "0",
      "stoploss": "0",
      "quantity": 100 #quantity #lot size CRUDE 100, NIFTY 50
      }

      posted in Python SDK
      P
      prasan
    • "Order placement failed: 'NoneType' object is not subscriptable"

      P
      prasan 19 minutes ago

      Hi,

      Unable to place order through API, other APIs work. However able to place an order through web platform.

      Client ID :P479104

      Please advice.

      "Order placement failed: 'NoneType' object is not subscriptable"

      Illustrative orderparams:
      orderparams = {
      "variety": "AMO",
      "tradingsymbol": "CRUDEOIL21NOV630000PE",
      "symboltoken": "233501",
      "transactiontype": "BUY",
      "exchange": "NFO",
      "ordertype": "MARKET",
      "producttype": "CARRYFORWARD",
      "duration": "IOC",
      "price": "0",
      "squareoff": "0",
      "stoploss": "0",
      "quantity": 50 #quantity #lot size CRUDE 100, NIFTY 50
      }

      Tried with Normal, Day options as well, during the trading hours.

      posted in Python SDK
      P
      prasan
    • Unable to place order: Order placement failed: 'NoneType' object is not subscriptable

      Hi,

      Unable to place order through API, other APIs work. However able to place an order through web platform.

      Client ID :P479104

      Please advice.

      "Order placement failed: 'NoneType' object is not subscriptable"

      Illustrative orderparams:
      orderparams = {
      "variety": "AMO",
      "tradingsymbol": "CRUDEOIL21NOV630000PE",
      "symboltoken": "233501",
      "transactiontype": "BUY",
      "exchange": "NFO",
      "ordertype": "MARKET",
      "producttype": "CARRYFORWARD",
      "duration": "IOC",
      "price": "0",
      "squareoff": "0",
      "stoploss": "0",
      "quantity": 50 #quantity #lot size CRUDE 100, NIFTY 50
      }

      Tried with Normal, Day options as well, during the trading hours.

      posted in General Discussion
      P
      prasan