ML Bot for Tinkoff Investment.
Project runs with Python 3.8+.
Install required libraries with command: pip3 install -r requirements.txt
.
Add token for Tinkoff Open API into file token.txt
in root folder.
- global_rank_parser - tool for parsing top X companies from Forbes rank.
- candles_loader - tool for load historical data for top X companies from global_rank_parser export.
This repository contain links to some submodules.
To init them, use command: git submodule update --init
.