This repository contains a jupyter notebook template that will help you to build your algo-strategy to be deployed in Mizar
We set up your environment with all the tools you need to build a successful strategy. The dependencies that can be used in Mizar are listed in the requirements.txt file. If you need any additional dependency not listed in the requirements file please contact info@mizar.ai The python version should be >=3.8 .
Before installing the requirements please install TA-Lib dependencies Then you can install the requirements:
pip install requirements.txt