tradingview-scraper
tradingview-scraper copied to clipboard
Getting last 20 bars for 5 or 15 minutes timeframe continuously
In your main code, csv is downloaded and it takes a lot of time. Is it possible to get only last 1- to 20 bars for a timeframe of 1 minute or 5 / 15 minutes? It must be continuous and stored in dataframe instead of csv. Thanks for help.
You probably shouldn't be using this if you can't figure it out
In your main code, csv is downloaded and it takes a lot of time. Is it possible to get only last 1- to 20 bars for a timeframe of 1 minute or 5 / 15 minutes? It must be continuous and stored in dataframe instead of csv. Thanks for help.
https://www.youtube.com/watch?v=qDrXmb2ZRjo. I think this would help you.