Navigation

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

    gopalpatel

    @gopalpatel

    1
    Reputation
    6
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    gopalpatel Follow

    Best posts made by gopalpatel

    This user hasn't posted anything yet.

    Latest posts made by gopalpatel

    • RE: Invalid Token Error

      @vivekjha05 @admin123 same issue @admin

      {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''}

      posted in Python SDK
      G
      gopalpatel
    • RE: Internal Server Error while placing an order

      @techbytecache i think this error are result of some other error, api should be upgraded to give actual response from server ( mostly no trading allowed due to low liquidity etc, insufficient fund ) etc, in fact correct way is to get order through, and reject the order, instead of generating error at api level.

      posted in Bugs
      G
      gopalpatel
    • RE: can not retrieve SENSEX Option LTP

      @admin Trading Is Not Allowed In The Selected Contract Due To Low Liquidity.

      sometime it allows trading at ATM in sensex, sometime not, why ?

      posted in Python SDK
      G
      gopalpatel
    • RE: can not retrieve SENSEX Option LTP

      @gopalpatel LTP issue resolved. another one came.

      SmartApi/smartConnect.py", line 285, in placeOrder
      orderResponse= self._postRequest("api.order.place", params)['data']['orderid']
      TypeError: 'NoneType' object is not subscriptable

      sensex orders ( limit ) orders are not getting through.

      posted in Python SDK
      G
      gopalpatel
    • RE: can not retrieve SENSEX Option LTP

      @admin is sensex option available through api ? if yes, api.ltpData(instrument.EXCHANGE,instrument.TS,instrument.TOKEN) running this doesnt have any effect, why that could be ?

      posted in Python SDK
      G
      gopalpatel
    • can not retrieve SENSEX Option LTP

      can not retrieve SENSEX Option LTP

      SmartApi.smartExceptions.DataException: Couldn't parse the JSON response received from the server: b''

      posted in Python SDK
      G
      gopalpatel