This repository contains a google collaboratory that describes how the strategy was built and the profits of using it in this interval for Bitcoin cryptocurrency. To learn more about how the algorithm works access the wiki of the repository.
To execute this script just download the file from Bollinger-bands-strategy.zip and install the next libraries:
Pandas:
pip install pandas
Numpy:
pip install numpy
Matplotlib:
pip install matplotlib
To execute the script place the boll.py file and the dataset in the same folder, then run the script:
python boll.py
For more information about how it works access the Wiki.