Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 372 Bytes

File metadata and controls

24 lines (19 loc) · 372 Bytes

Project-TradingSystem

FINM 32500 Final project

Running the code

Install the dependencies:

pip install -r requirements.txt

To run the strategy do:

python3 -u main.py

Can run certain components throught the test.py file. Un/comment the desired components.

python3 -u test.py

More examples are in the notebook file.

playground.ipynb