Qbot is an AI-oriented automated quantitative investment platform, which aims to realize the potential,
empower AI technologies in quantitative investment.
๐ค Qbot = ๆบ่ฝไบคๆ็ญ็ฅ + ๅๆต็ณป็ป + ่ชๅจๅ้ๅไบคๆ (+ ๅฏ่งๅๅๆๅทฅๅ
ท)
| | | |
| | | \_ quantstats (dashboard\online operate)
| | \______________ Qbot - vnpy, pytrader, pyfunds
| \____________________________ BackTest - backtrader, easyquant
\________________________________________ quant.ai - qlib, deep learning strategies
____________________________________
< Run ``./env_setup.sh`` to say hello >
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
export USER_ID="admin" # replace your info
export PASSWORD="admin1234." # replace your info
pip install -r requirements.txt
cd pytrader
python test_backtrade.py
python test_trader.py
# visualization
python ./qbot/main.py
Results and models are available in the model zoo.
status | benchmark | framework | DGCNN | RegNetX | addition | arXiv | |
---|---|---|---|---|---|---|---|
GBDT | โ | โ | XGBoost | โ | โ | Tianqi Chen, et al. KDD 2016 | โ |
GBDT | โ | โ | LightGBM | โ | โ | Guolin Ke, et al. NIPS 2017 | โ |
GBDT | โ | โ | Catboost | โ | โ | Liudmila Prokhorenkova, et al. NIPS 2018โ | โ |
MLP | โ | โ | pytorch | โ | โ | -- | โ |
LSTM | โ | โ | pytorch | โ | โ | Sepp Hochreiter, et al. Neural computation 1997 | โ |
GRU | โ | โ | pytorch | โ | โ | Kyunghyun Cho, et al. 2014 | โ |
ALSTM | โ | โ | pytorch | โ | โ | Yao Qin, et al. IJCAI 2017 | โ |
GATs | โ | โ | pytorch | โ | โ | Petar Velickovic, et al. 2017 | โ |
SFM | โ | โ | pytorch | โ | โ | Liheng Zhang, et al. KDD 2017 | โ |
TFT | โ | โ | tensorflow | โ | โ | Bryan Lim, et al. International Journal of Forecasting 2019 | โ |
TabNet | โ | โ | pytorch | โ | โ | Sercan O. Arik, et al. AAAI 2019 | โ |
DoubleEnsemble | โ | โ | LightGBM | โ | โ | Chuheng Zhang, et al. ICDM 2020 | โ |
TCTS | โ | โ | pytorch | โ | โ | Xueqing Wu, et al. ICML 2021 | โ |
Transformer | โ | โ | pytorch | โ | โ | Ashish Vaswani, et al. NeurIPS 2017 | โ |
Localformer | โ | โ | pytorch | โ | โ | Juyong Jiang, et al. | โ |
TRA | โ | โ | pytorch | โ | โ | Hengxu, Dong, et al. KDD 2021 | โ |
TCN | โ | โ | pytorch | โ | โ | Shaojie Bai, et al. 2018 | โ |
ADARNN | โ | โ | pytorch | โ | โ | YunTao Du, et al. 2021 | โ |
ADD | โ | โ | pytorch | โ | โ | Hongshun Tang, et al.2020 | โ |
IGMTF | โ | โ | pytorch | โ | โ | Wentao Xu, et al.2021 | โ |
HIST | โ | โ | pytorch | โ | โ | Wentao Xu, et al.2021 | โ |
Note: All the about 300+ models, methods of 40+ papers in quant.ai supported by Model Zoo can be trained or used in this codebase.
Click HERE to more detail.
We appreciate all contributions to improve Qbot. Please refer to CONTRIBUTING.md for the contributing guideline.
ๆ่ฐขๅคงๅฎถ็ๆฏๆไธๅๆฌข๏ผ
Code with โค๏ธ & โ๏ธ @Charmve 2022-2023