Momentum Trading Algorithm
This repo is an adjusted implementation of momentum trading algorithm.
Python Algo Investment Strategy Backtests
- Create Virtual Env
- In console type the following command in Virtual Env
pip install -r requirements.txt
- open python in terminal
- Insert the following commands
from database import ( init_db )
init_db()
0 7 1 * * [path]/invest.sh > [outputpath]/mom-algo.log 2>&1