Nothing in this demo constitutes professional and/or financial advice, nor does any information on this repo constitute a comprehensive or complete statement of the matters discussed or the law relating thereto.
This demo aims to create an intelligent and dynamic trading platform prototype by harnessing the power of deep reinforcement learning (DRL). Using the Stable baseline 3 framework, this demo showcases the capabilities of DRL in multi-stock trading scenarios, with a special focus on crypto markets.
- Hand on RL: gym environment and basic RL knowledge: https://www.wolai.com/davidzjw/iEYvTXN9zz8mnwZFRFt1Rb
- FinRL demo: multi-stock trading: https://www.wolai.com/davidzjw/7Mo7cbAhVjpCZK2PSSgETt
- Data source for crypto and some code analysis of FinRL: https://www.wolai.com/davidzjw/8gBjJXajTD8ncfUQhkvP1Z
- Hand on multi-crypto trading via DRL: https://www.wolai.com/davidzjw/3TUsZ1hAzvyKNtjwmG9uGH
- Some mathematical derivations for RL tradings: https://www.wolai.com/davidzjw/aAbJMKREaCwSCPg2dzoqQF
- fetchs crypto-trading data
- EDA
- DRL training and inference
crypto_trading/
├── agent
├── dataset
│ ├── daily-level
│ └── hour-level
├── model_saves
├── notebooks
│ ├── data_retrieve
│ ├── EDA
│ └── training
├── plot
│ ├── dataset
│ ├── fig_save
│ └── test_plot
├── processor
├── results
└── trading_env