/algorithmic-trading

University project of the 6th semester about the conception and implementation of an algorithmic trading system for crypto currencies.

Primary LanguagePython

Algorithmic Trading

Screenshots

Screenshot 2021-06-04 173950 Screenshot 2021-06-04 174440 Screenshot 2021-06-04 173659 Screenshot 2021-06-04 173726 Screenshot 2021-06-04 175601

Requirements

  • Python3
  • Pip3

Getting Started

Create virtual environment (optional)

python3 -m venv /path/to/new/virtual/environment  
source /path/to/new/virtual/environment/bin/activate  

Install necessary packages

pip3 install -r requirements.txt

Usage

cd src  
python3 main_cli.py