Automated Cryptocurrency Trading Bot with Python - Pt. 2 Bollinger Bands Backtesting

Поділитися
Вставка
  • Опубліковано 17 жов 2024
  • Part 2 of the automated cryptocurrency trading series. In this video, we backtest a simple trading strategy using Bollinger Band Indicators.
    Full code:
    main backtest: github.com/The...
    plot_utils functions: github.com/The...

КОМЕНТАРІ • 18

  • @schimtt7576
    @schimtt7576 2 роки тому +4

    over two years from the beginning of the pandemic started to learn python, trading bot, and AI.
    to be honest, this channel is one of the best informative and educational series I found.
    I hope, we will see more videos from him with only 2 parts that answer most of my questions.
    I have a suggestion could you please create combined indicators like RSI, MACD, and (Bollinger band or Stochastic)
    or Risk Management (Passive & Active strategy).
    Again, Thanks

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

      Trading bots are mostly scams... but there are exceptions. You just need a lot a patience to backtest and run many bots, discard the ones that are scams and keep playing with the ones that are good. EDIT: since so many of you ask, yes I use Galileo FX. .

  • @stevemackidd1249
    @stevemackidd1249 3 роки тому +1

    Again, a great video. I have the tools now. I am going to try to implement the double band approach with real world trading. Thanks!

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

    Great videos mate, one of the best on the subject to be honest. Thanks for sharing your work

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

    best series ive found on the subject!

  • @itayhilel2168
    @itayhilel2168 3 роки тому

    love the video, two suggestions for next vids 1) take all tweets for a coin then only if the coin is trending positive then implement a bot with a strategy like this video. 2) buy a coin a second after its newly listed on binance

    • @theprincipalcomponent
      @theprincipalcomponent  3 роки тому

      I do like the idea of featurizing Twitter sentiment… that could be interesting

  • @kishanpanchal3781
    @kishanpanchal3781 2 роки тому +2

    Hey man, Nice video. please record on 1080p. Kinda hard to read.

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

    Nice video altough it would be amazing if there were some zoom function implemented in the browser, just to see the code better :)

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

    Using only the month of April 2022:
    Initial balance: 1000
    Buys: 409
    Sells: 409
    End balance: 541
    What do you guys think of the strategy?

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

    Does anyone confuse about "from plot_utils import plot_results"? I got an ImportError : cannot import name 'plot_results' from 'plot_utils' , Thanks! Very great video

    • @theprincipalcomponent
      @theprincipalcomponent  2 роки тому +1

      Thank you, plot_utils.py can be found on my GitHub page linked in the description. Simply download this file and place it in the same folder as your main Python script :)

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

      @@theprincipalcomponent Thank you

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

    Thanks you are so good.

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

    bro, thank you very much

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

    Nice