Mathieu2301 / TradingView-API

📈 Get real-time stocks from TradingView
1.31k stars 307 forks source link

Is there a way to get all the data from a chart at once? #229

Closed BigFav closed 4 months ago

BigFav commented 4 months ago

Is your feature request related to a problem? Please describe. Currently the ReplayMode example uses a step function. This leads to getting data points one-by-one.

Describe the solution you'd like An example that shows how to get all of the replay/historical data at once for a config without needing to step through each candle.

BigFav commented 4 months ago

Hmm seems like updating the step to be a larger number works to some degree. Is still a bit finicky, but immensely better than going 1-by-1.