tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.33k stars 744 forks source link

Stocks streaming/live data #193

Open DT021 opened 3 years ago

DT021 commented 3 years ago

Is there any examples of US stocks streaming/live data implementation? I cannot find anything on that whatsoever. I am having hard time putting that together. I would even be willing to pay someone if they can put together a detailed tutorial on how to do that and tie that to the saveload_backend module. Thank you

DT021 commented 3 years ago

bump

timocov commented 3 years ago

What are you looking for? Server-side or client-side implementation?

Is there any examples of US stocks streaming/live data implementation?

I don't think that there is a difference with non-US stocks implementation, it doesn't really matter what you stream from the datafeed.

I would even be willing to pay someone if they can put together a detailed tutorial on how to do that and tie that to the saveload_backend module

saveload_backend isn't about streaming the data, it's about saving/restoring charts, it's different kind of services. You need to look at https://github.com/tradingview/yahoo_datafeed - this is datafeed.

As client-side implementation sample you can look at https://github.com/tradingview/charting-library-tutorial.