10x Data Scraping with AsyncIO / Concurrency

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 7

  • @neonlinneonlin
    @neonlinneonlin 7 місяців тому

    I love your channel. It helps me a lot for building my own tools.

  • @totesthegoats8935
    @totesthegoats8935 2 роки тому

    Been Killing it with the films recently Chad!

  • @raffaelegirodoangelin6649
    @raffaelegirodoangelin6649 2 роки тому

    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

  • @tradingx-2030
    @tradingx-2030 2 роки тому

    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
      @ChadThackray  2 роки тому +1

      Good luck! I hear Rust has a steep learning curve at first

    • @tradingx-2030
      @tradingx-2030 2 роки тому

      @@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

    • @tradingx-2030
      @tradingx-2030 2 роки тому

      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.