Thank you so much Chad for sharing your knowledge !!!👏👏👏 I am a beginner in algorithmic trading. How can I transform data ticks or pips into Range Bars Chart? How can I transform 1 minutes chart into a Range Bars Chart? It's possible? Regards Raffaele
I think Python is not reliable and robust for processing high-volume & High speed realtime data. I occasionally get unknown Errors when dealing with Binance websocket. That is why I am studying Rust !
@@ChadThackray Thanks, Indeed.. It is pretty steep ! lol But I've already got a super stable/high-performance comparing to Python websocket-based server. It never fails with C++ like memory consumption! It's worth to learn it man~ The only downside is I cannot do DataAnalysis/ML stuff with Rust bc it has a poor ecosystem in terms of it so Python would be the #1 choice for ML thing
I think it just took a month to learn basic Rust and make a simple high-performance websocket server with Database system like TimescaleDB. so only for realtime ingest dataset consumption, learning Rust is definitely worth it.I can keep doing ML thing with Python communicating with Rust via Websocket.
I love your channel. It helps me a lot for building my own tools.
Been Killing it with the films recently Chad!
Thank you so much Chad for sharing your knowledge !!!👏👏👏
I am a beginner in algorithmic trading.
How can I transform data ticks or pips into Range Bars Chart?
How can I transform 1 minutes chart into a Range Bars Chart?
It's possible?
Regards
Raffaele
I think Python is not reliable and robust for processing high-volume & High speed realtime data. I occasionally get unknown Errors when dealing with Binance websocket. That is why I am studying Rust !
Good luck! I hear Rust has a steep learning curve at first
@@ChadThackray Thanks, Indeed.. It is pretty steep ! lol But I've already got a super stable/high-performance comparing to Python websocket-based server. It never fails with C++ like memory consumption! It's worth to learn it man~ The only downside is I cannot do DataAnalysis/ML stuff with Rust bc it has a poor ecosystem in terms of it so Python would be the #1 choice for ML thing
I think it just took a month to learn basic Rust and make a simple high-performance websocket server with Database system like TimescaleDB. so only for realtime ingest dataset consumption, learning Rust is definitely worth it.I can keep doing ML thing with Python communicating with Rust via Websocket.