Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. shenoytech
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 2
    • Topics 4
    • Posts 28
    • Best 0
    • Groups 0

    Topics created by shenoytech

    • S

      No able to generate feed_token today:
      Python SDK • • shenoytech

      3
      0
      Votes
      3
      Posts
      39
      Views

      S

      @admin yes there is no issue ,you can close the discussion

    • S

      Streaming only 5-7 scripts even when subscribed to nifty50 stocks why?
      Python SDK • • shenoytech

      8
      0
      Votes
      8
      Posts
      97
      Views

      S

      @dorje , I am new to algo trading, is it possible to share sample code to me please?

    • S

      Python Streaming Tick Data Problem.
      Python SDK • • shenoytech

      21
      0
      Votes
      21
      Posts
      334
      Views

      G

      @dorje Can i get this code please, I have been trying alot, but only getting above three lines and not feed..

    • N

      Incorrect Websocket Data
      Test • • nvegupta

      6
      2
      Votes
      6
      Posts
      59
      Views

      N

      @sejpalsinh said in Incorrect Websocket Data:

      if you found any s

      I got to know that Brokers do not provide Tick-by-Tick data. The data provided by AngelOne is aggregated data, provided at almost one second frequency.
      So, high or low prices cannot be known by 'last_traded_price'.
      There are parameters 'high_price_of_the_day' and 'low_price_of_the_data' in the tick data, but the issue is that it includes pre-opening session data too, so these prices may not represent the high and low prices of the actual trading session.