A Jupyter Notebook to make backtesting, analysis and plotting of freqtrade strategies easier
The pandas 2.0 release has broken quantstats so pin your pandas install to <2.0 if you want to use the notebook for now.
Awaiting this PR to merge: ranaroussi/quantstats#263
You will need to install jupyter to run this notebook. Please follow any Jupyter installation instructions for your OS or environment.
You will also need extra dependencies for running the notebook. If using an existing freqtrade install (setup.sh script), activate the environment and:
pip install tqdm quantstats
Has been tested by @vaidab under docker. Some instructions that might be useful are in this issue
Copy both files into your user_data/notebooks folder.
With your venv activated, start your jupyter server in the freqtrade folder, and open the ipynb file. Run the cells as normal.
If using an IDE like vscode, install the jupyter extension and open the freqtrade folder. Then open the ipynb file and run the cells as normal.