tradingview-scraper icon indicating copy to clipboard operation
tradingview-scraper copied to clipboard

OHLC DATA

Open returnsomeday2 opened this issue 3 years ago • 6 comments

Hi,

Is it possible to scrap ohlc candle data using the library? so far, I found the volume available in the provided examples but don't know if we can pull open close high low as well?

returnsomeday2 avatar Feb 22 '22 00:02 returnsomeday2

The project seems outdated. It doesn't reploy to pings so connection is closed early. Initial OHLC is received after the create_series call in a timescale_update message. Later on one has to monotor the du messages but take the last one for a given interval. You may get some 20 du messages per minute but they are all partial except for the last one. In this way values seem to match with a later timescale_update from a new connection short of some insignificant floating point rounding errors.

akostadinov avatar Jul 11 '23 16:07 akostadinov

@akostadinov I am new to web-sockets, could you please show how this can be implemented. Thanks :)

madanmohan0507 avatar Oct 26 '23 03:10 madanmohan0507

@madanmohan0507 , I'm not a python person. I made a ruby dump app in a private project. Invited you as collaborator. You can check it out if you want.

akostadinov avatar Oct 26 '23 04:10 akostadinov

@akostadinov Thank you so much for your help. I'll definitely check it out. :)

madanmohan0507 avatar Oct 26 '23 05:10 madanmohan0507

@akostadinov is it possible to please get an invite to that app too? I'm interested in trying to implement OHLC minutes data reading in python

fredthedead avatar Jan 18 '24 10:01 fredthedead

@fredthedead , you're in

akostadinov avatar Jan 18 '24 11:01 akostadinov