Navigation

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

    st2024

    @st2024

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

    st2024 Follow

    Best posts made by st2024

    This user hasn't posted anything yet.

    Latest posts made by st2024

    • RE: HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url:

      @premesh-patel can we do it to 100s or more??

      posted in Python SDK
      S
      st2024
    • Only 1 quantity squared off
      netpos = obj.position()
      
      if netpos['data'] != None : 
          for o in netpos['data'] :
              if int(o['netqty']) != 0 : 
                  transactiontype = "SELL" if int(o['netqty']) > 0 else "BUY"
                  place_order(o['symboltoken'],o['tradingsymbol'],o['lotsize'],transactiontype,'MARKET',0,'NORMAL',o['exchange'],int(o['netqty'])
                  time.sleep(0.2)
      

      Hey @admin , in the above code, if i have more than 1 quantity of a position, then too only 1 quantity is squared off.
      can you please check??

      posted in Python SDK
      S
      st2024
    • Live data of banknifty

      Is there any way by which we can fetch live data (OHLC) of banknifty In 1 second timeframe. @admin

      posted in Python SDK
      S
      st2024
    • RE: Request to add Nifty and Banknifty spot live data

      @harish is it done now??

      posted in General Discussion
      S
      st2024