TradeMaster is a first-of-its kind, best-in-class open-source platform for quantitative trading (QT) empowered by reinforcement learning (RL), which covers the full pipeline for the design, implementation, evaluation and deployment of RL-based algorithms.
Update | Status |
---|---|
Update TradeMaster Website (Market Simualtor) | ๐จ Updated on 21 Sep 2023 |
Update TradeMaster Website (Market Dynamics Modeling Tool) | ๐ง Updated on 7 July 2023 |
Support automatic feature generation and selection | ๐จ Update tutorial on 11 May 2023 |
Release TradeMaster Python package | ๐ณ Updated on 11 May 2023 |
Build TradeMaster website | ๐ณ Available at here on 23 April |
Write TradeMaster software documentation | ๐ฌ Updated on 11 April 2023 |
Release Colab version | ๐ฌ Updated on 29 March 2023 |
Incldue HK Stock and Future datasets | ๐งญ Updated #131 #132 on 27 March 2023 |
Support Alpha158 | ๐จ Updated #123 #124 on 20 March 2023 |
Release TradeMaster 1.0.0 | Released v1.0.0 on 5 March 2023 |
TradeMaster is composed of 6 key modules: 1) multi-modality market data of different financial assets at multiple granularity; 2) whole data preprocessing pipeline; 3) a series of high-fidelity data-driven market simulators for mainstream QT tasks; 4) efficient implementations of over 13 novel RL-based trading algorithms; 5) systematic evaluation toolkits with 6 axes and 17 measures; 6) different interfaces for interdisciplinary users.
Here are the installation tutorials for different operating systems and docker:
We provide tutorials covering core features of TradeMaster for users to get start with.
Algorithm | Dataset | Market | Task | Code Link |
---|---|---|---|---|
EIIE | DJ 30 | US Stock | Portfolio Management | tutorial |
DeepScalper | BTC | Crypto | Intraday Trading | tutorial |
SARL | DJ 30 | US Stock | Portfolio Management | tutorial |
PPO | SSE 50 | China Stock | Portfolio Management | tutorial |
ETEO | Bitcoin | Crypto | Order Execution | tutorial |
Double DQN | Bitcoin | Crypto | High Frequency Trading | tutorial |
We also provide a colab version of these tutorials that can be run directly. (colab tutorial)
- Automatic hyperparameter tuning
- Automatic feature generation
- Financial data imputation with diffusion models
- Train RL agents with Alpha158 technical indicators
- White paper
- Market dynamics modeling
- Website API
- Agent training Demo
- Market dynamics modeling tool
- Market simulator web service
Dataset | Data Source | Type | Range and Frequency | Raw Data | Datasheet |
---|---|---|---|---|---|
S&P500 | Yahoo | US Stock | 2000/01/01-2022/01/01, 1day | OHLCV | SP500 |
DJ30 | Yahoo | US Stock | 2012/01/01-2021/12/31, 1day | OHLCV | DJ30 |
BTC | Kaggle | Foreign Exchange | 2000/01/01-2019/12/31, 1day | OHLCV | FX |
Crypto | Kaggle | Crypto | 2013/04/29-2021/07/06, 1day | OHLCV | Crypto |
SSE50 | Yahoo | China Stock | 2009/01/02-2021/01/01, 1day | OHLCV | SSE50 |
Bitcoin | Binance | Crypto | 2021/04/07-2021/04/19, 1min | LOB | Binance |
Future | AKshare | Future | 2023/03/07-2023/03/28, 5min | OHLCV | Future |
HS30 | AKShare | HK Stock | 1988/12/30-2023/03/27, 1day | OHLCV | HS30 |
Dates are in YY/MM/DD format.
OHLCV: open, high, low, and close prices; volume: corresponding trading volume; LOB: Limit order book.
Users can download data of the above datasets from Google Drive or Baidu Cloud (extraction code:x24b)
TradeMaster provides efficient implementations of the following algorithms:
DeepScalper based on Pytorch (Shuo Sun et al, CIKM 22)
OPD based on Pytorch (Fang et al, AAAI 21)
DeepTrader based on Pytorch (Wang et al, AAAI 21)
SARL based on Pytorch (Yunan Ye et al, AAAI 20)
ETEO based on Pytorch (Lin et al, 20)
Investor-Imitator based on Pytorch (Yi Ding et al, KDD 18)
EIIE based on Pytorch (Jiang et al, 17)
Classic RL based on Pytorch and Ray: PPO A2C Rainbow SAC DDPG DQN PG TD3
TradeMaster provides many visualization toolkits for a systematic evaluation of RL-based quantitative trading methods. Please check this paper and repository for details. Some examples are as follows:
PRIDE-Star is a star plot containing normalized score of 8 key financial measures such total return (TR) and Sharpe ratio (SR) to evaluate profitability,risk-control and diversity:
| TradeMaster
| โโโ configs
| โโโ data
| โ โโโ algorithmic_trading
| โ โโโ high_frequency_trading
| โ โโโ order_excution
| โ โโโ porfolio_management
| โโโ deploy
| โ โโโ backend_client.py
| โ โโโ backend_client_test.py
| โ โโโ backend_service.py
| โ โโโ backend_service_test.py
| โโโ docs
| โโโ figure
| โโโ installation
| โ โโโ docker.md
| โ โโโ requirements.md
| โโโ tools
| โ โโโ algorithmic_trading
| โ โโโ data_preprocessor
| โ โโโ high_frequency_trading
| โ โโโ market_dynamics_labeling
| โ โโโ missing_value_imputation
| โ โโโ order_excution
| โ โโโ porfolio_management
| โ โโโ __init__.py
| โโโ tradmaster
| โ โโโ agents
| โ โโโ datasets
| โ โโโ enviornments
| โ โโโ evaluation
| โ โโโ imputation
| โ โโโ losses
| โ โโโ nets
| โ โโโ preprocessor
| โ โโโ optimizers
| โ โโโ pretrained
| โ โโโ trainers
| โ โโโ transition
| โ โโโ utils
| โ โโโ __init__.py
| โโโ unit_testing
| โโโ Dockerfile
| โโโ LICENSE
| โโโ README.md
| โโโ pyproject.toml
| โโโ requirements.txt
PRUDEX-Compass: Towards Systematic Evaluation of Reinforcement Learning in Financial Markets (Transactions on Machine learning Research 2023)
Reinforcement Learning for Quantitative Trading (Survey) (ACM Transactions on Intelligent Systems and Technology 2023)
Deep Reinforcement Learning for Quantitative Trading: Challenges and Opportunities (IEEE Intelligent Systems 2022)
Commission Fee is not Enough: A Hierarchical Reinforced Framework for Portfolio Management (AAAI 21)
- [AI็งๆ่ฏ่ฎบ]TradeMasterๆๆฐๅๅธๆฒ็ๅทฅๅ ท็ฎฑ๏ผๆข็ดข้ๅไบคๆ็ๅ จๆฐ็ปดๅบฆ
- [AAAI Summer Syposium]Call for participation on RL4Fintech syposium in Singapore
- [็ฅไน]็จๅผบๅๅญฆไน ๅจ้่ๅธๅบไธ่ต้ฑ๏ผๅๆด็ๅทฅๅๅธๅ จๆฐๅบไบๅผบๅๅญฆไน ็้ๅไบคๆๅนณๅฐTradeMaster
- [ๆบๅจไนๅฟ]ๅๆด็ๅทฅๅๅธ้ๅไบคๆๅคงๅธTradeMaster๏ผๆถต็15็งๅผบๅๅญฆไน ็ฎๆณ
- [่ฟ็ญนORๅธทๅน]้ๅไบคๆๅคงๅธTradeMaster
- [Medium]Introduction on TradeMaster
- [AAAI-23 Bridge Program]Host a tutorial on reinforcement learning for quantitative trading with TradeMaster
- This repository is developed and maintained by AMI group at Nanyang Technological University.
- We have positions for software engineer, research associate and postdoc. If you are interested in working at the intersection of RL and quantitative trading, feel free to send us an email with your CV.
If you have any further questions of this project, please contact [email protected]