Navigation

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

    techalgo

    @techalgo

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

    techalgo Follow

    Best posts made by techalgo

    This user hasn't posted anything yet.

    Latest posts made by techalgo

    • multiple websockets

      when I am connecting second websocket using same API key OR if I create separate API key under same account, both websockets are getting disconnected. It seems system does not allow more than one web socket connection.

      can you please clarify how to connect using more than one websockets ? as per documentation up to 3 web sockets are allowed.

      posted in Python SDK
      T
      techalgo
    • Number of websocket per user ?

      As per documentation we can have three websocket connection and each websocket can have 1000 instruments.
      Test#1

      1. First I created websocket with 1000 instruments and this is working without any issues
      2. when I started second websocket with another 1000 instruments using the same API KEY, within two minutes one of the websocket will terminate abruptly.

      Test#2 using different API_KEY

      1. started first websocket with 1000 instrument using one API_KEY
      2. started second websocket with another 1000 instruments with second API_KEY. In this case also, one of the websocket gets terminated within two minutes.

      Please suggest how to run 3 websockets using smartapi ?

      posted in Python SDK
      T
      techalgo
    • RE: Historical data for options

      @admin
      Do you have any timeline for this ? It will be very helpful for backtesting

      posted in Python SDK
      T
      techalgo
    • RE: How to get tick values of all the stocks subscribed lets say 100, every second in a single tick in list form

      @admin
      Do you have any timeline for this ?

      posted in Python SDK
      T
      techalgo