- Windows 11
- Python version:3.8.18
- requirements.txt
The data required for each model is already in its respective folder. If you need to download new data, you can refer to 'get Financial Statements.ipynb' and 'get Trading Data.ipynb'. To use these scripts, you will need to apply for a FinMind token in advance.
-
Using GAT to obtain relationships between stocks -> GAT-main
-
Training a Stock-Picked Agent to obtain a portfolio of stocks with minimal risk -> Stock-Picked Agent
-
Using TCN-AE to compress daily technical indicators -> TCN-AE
-
Training a Trading Agent to execute daily stock operations -> Trading Agent
Each technical reference link is located within its respective folder.