Navigation

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

    Posts made by MOIB1200

    • Trailing Stoploss issue

      Dear Friends, can any one send me trailing stop loss working JSON

      posted in Python SDK
      M
      MOIB1200
    • RE: challenges using Smartapi

      Each individual will face issue depending on their setup. Let me know if you need any help from me. So that i can help you to setup and execute.

      posted in General Discussion
      M
      MOIB1200
    • RE: 'NoneType' object is not subscriptable

      @MOIB1200 Please qty as number instead of string.

      posted in Python SDK
      M
      MOIB1200
    • 'NoneType' object is not subscriptable

      Dear Team,
      I am using first time algo trading. During order placement i am getting below error,

      Order placement failed: {} 'NoneType' object is not subscriptable

      Input Parameter as follows,
      orderparams = {
      "variety": "NORMAL",
      "tradingsymbol": "RVNL-EQ",
      "symboltoken": "2246",
      "transactiontype": "BUY",
      "exchange": "NSE",
      "ordertype": "MARKET",
      "producttype": "INTRADAY",
      "duration": "DAY",
      "price": "76",
      "squareoff": "0",
      "stoploss": "0",
      "quantity": qty
      }

      posted in Python SDK
      M
      MOIB1200