Automated Cryptocurrency Trading Bot with Python - Pt. 3 Double Bottom Bollinger Bands Backtesting

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

КОМЕНТАРІ • 7

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

    and keep on making content! would be so great, your code is beautifull compared to other ways of making bots!

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

    Hey hope you are doing good and had great holidays. I wanted to thank you for the content you are putting, it's wonderful keep feeding us. I was wondering if you had a discord channel for the community ?

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

      Thank you for the kind words. I don’t have a discord channel currently, perhaps I will create one in the near future

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

    can anyone help me ? why cant i run the program in jupyter? I have problems importing i get this error
    ImportError: cannot import name 'plot_results' from 'plot_utils' (C:\Users\jeppe\Anaconda3\lib\site-packages\plot_utils\__init__.py) i clearly dont have plot results in my plot_utils but why?

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

      See the link in the description to download plot_utils.py from my GitHub page, and place it in the same folder as your Jupyter notebook :)

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

    hello, thanks for the excellent work. I'm trying to use that graphics library but I can't. Can you tell me how to install?

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

      Part 1 covers python library installation, this one is called plotly. A simple “pip install plotly” is all 🙂