well... it took my too long to realize that dataDOTpy needs to be running for frontendDOTpy to update! haha, but good troubleshooting experience. Just curious, could this method be used to produce a live candlestick chart where you can see the candles updating while one is open oscillating on one single candle for x timeframe and then create new candle once previous is closed to repeat process? thanks again for the videos, these are incredible learning tools. Cheers.
Perfect, I will try to plot two or multiple traces. Any thoughts how can I specify which trace I will return an update value? Imagine I create multiple traces in a figure and want to update only one trace
Great video, was wondering, if you have to pass auth data in json dumps,it returns the connected/auth result and tries to label it as data and save it. Is there a way to not have the json.dumps auth data appear
the binance api docs under aggregate trade streams it seems they have removed aggregate trade id from the payload response. Can this project still be done without the aggregate trade ID ??
never mind .... i think I was looking at streams of futures, not spot. ignore that last comment, but will leave incase anyone else is really really simple like me. :)
Nice video sir
well... it took my too long to realize that dataDOTpy needs to be running for frontendDOTpy to update! haha, but good troubleshooting experience. Just curious, could this method be used to produce a live candlestick chart where you can see the candles updating while one is open oscillating on one single candle for x timeframe and then create new candle once previous is closed to repeat process? thanks again for the videos, these are incredible learning tools. Cheers.
aaaand, just seeing you have candlestick chart vids ... maybe I should start there! again, much thanks.
Glad you're enjoying them!
can this be used for realtime xauusd historical data without being too delayed i was thinking of using best realtime data in a intraday trading bot
thanks for the best video! is there an way to refresh not to use interval but websocketio or something? i want to make chat server with dash!
Interesting. Honestly not something I know much about. I'd go with django + channels for that kind of thing
Great tutorial! Is it possible to plot multiples y axis in real time?
I imagine it is, haven't tried it myself though
Perfect, I will try to plot two or multiple traces.
Any thoughts how can I specify which trace I will return an update value? Imagine I create multiple traces in a figure and want to update only one trace
Great video, was wondering, if you have to pass auth data in json dumps,it returns the connected/auth result and tries to label it as data and save it. Is there a way to not have the json.dumps auth data appear
the binance api docs under aggregate trade streams it seems they have removed aggregate trade id from the payload response. Can this project still be done without the aggregate trade ID ??
never mind .... i think I was looking at streams of futures, not spot. ignore that last comment, but will leave incase anyone else is really really simple like me. :)
Nice project.
One question, shouldn't you close the db connection after reading the data in your front end file?
yeah, closing it is best practice. Doesn't matter too much in this project as we're not leaving the dashboard running for a long period of time