Navigation

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

    VickyRawat

    @VickyRawat

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

    VickyRawat Follow

    Best posts made by VickyRawat

    This user hasn't posted anything yet.

    Latest posts made by VickyRawat

    • RE: Reason for Rejection : 265

      @Moderator_1 , @Moderator_2 , Please reply...

      posted in Bugs
      V
      VickyRawat
    • RE: How do I get historical Stock Data

      @devenderweb

      historicDataParams={
                      "exchange": exchange,
                      "symboltoken": instrument_token,
                      "interval":interval,
                      "fromdate": from_date,
                      "todate":  to_date
                  }            
                  
      data=self.obj.getCandleData(historicDataParams)
      
      posted in General Discussion
      V
      VickyRawat
    • OHLC candle data delay at the time of market opening, and given an extra candle of 9:00 AM, which is wrong

      I am facing some critical issues encountered while utilizing the Smart API in Python for retrieving 15-minute candle data for NIFTY and BANKNIFTY using the getCandleData() method of the Smart API in Python.

      Firstly, there is a significant delay in data retrieval, particularly noticeable during market opening time. The data is delayed by more than one minute (delay till 9:16:08 in screenshot), hampering real-time analysis and decision-making capabilities.

      Secondly, there is an intermittent occurrence of extra candle data being returned for 9:00 AM (see second last candle in screenshot). This inconsistency in data retrieval has led to erroneous decisions being made by our algorithm, impacting our trading strategies.

      See the screenshots illustrating the discrepancies encountered. We urgently request your prompt attention to resolve these issues as they are critically affecting our trading operations.

      0303259a-8ac9-44aa-8fd1-5e4eb596feeb-image.png

      3383e362-d959-470a-8b73-33414d022e11-image.png

      posted in Bugs
      V
      VickyRawat