Skip to content

Comparative study between statistical and machine learning based strategies for high frequency trading of assets

Notifications You must be signed in to change notification settings

VishiK-on-github/algorithmic-trading-strategies

Repository files navigation

Before you proceed to run the notebooks, setup a python virtual environment as follows :

py -python-version -m venv virtual-environment-name

After setting up the environment, activate the environment as follows (instructions for windows) :

virtual-environment-name\Scripts\activate.bat

After activating the python environment, download the dependencies required to run all the notebooks :

pip install -r requirements.txt

You are good to go !