imxeno / tradingview-scraper

A gateway to TradingView's data for your Node.js application!
ISC License
263 stars 60 forks source link

scrapping historical data with time frame #3

Open Winthan opened 5 years ago

Winthan commented 5 years ago

With the create_series, can we get historical data with a specific timeframe?

{"m":"resolve_symbol","p":["cs_f4rJLVoHtf7g","symbol_1","={\"symbol\":\"BITFINEX:ETHUSD\",\"adjustment\":\"splits\"}"]}

~m~75~m~{"m":"create_series","p":["cs_f4rJLVoHtf7g","s1","s1","symbol_1","45",300]}

imxeno commented 5 years ago

Hey @Winthan,

I am not really able to do research about this right now. If you are interested in extending the functionality of tradingview-scraper and implementing this feature, feel free to do it and submit a pull request.

Best regards, Piotr Adamczyk