Read past time data in the same day, (lost due to some power outages)

RED
@sujith , @rakeshr
I start my program every day @9AM(websocket), I store it in the form of candles for analysis later. But if there is a gap in the collection of data on a particular day, I can't use it. So is there a way to retrieve data lost during the gap.

=> (Other than running the same in cloud service and using it, this can't help my program build, as I store data in my personal computer for ML)
Tagged:
  • sujith
    You can use historical data API to fetch the missing candles, you need to subscribe for the add-on historical data subscription.
Sign In or Register to comment.