Skip to content

vaidab/freqtrade_analysis_notebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Jupyter Notebook 68.4%
  • Python 31.6%