Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.18 KB

freqtrade_analysis_notebook

A Jupyter Notebook to make backtesting, analysis and plotting of freqtrade strategies easier

Issues

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

Prerequisites

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

Docker

Has been tested by @vaidab under docker. Some instructions that might be useful are in this issue

Installation

Copy both files into your user_data/notebooks folder.

Running

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.