Open DT021 opened 4 years ago
bump
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.
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