An open API service indexing awesome lists of open source software.

https://github.com/chenglongchen/long-capital

Quant Trading with Microsoft Qlib (https://github.com/microsoft/qlib)
https://github.com/chenglongchen/long-capital

algorithmic-trading deep-learning finance fintech investment machine-learning python qlib qlib-tutorial quant quant-trading quantitative-finance quantitative-trading reinforcement-learning rl stock-trading

Last synced: 11 days ago
JSON representation

Quant Trading with Microsoft Qlib (https://github.com/microsoft/qlib)

Awesome Lists containing this project

README

          

# Long-Capital: Quant Trading with Microsoft [Qlib](https://github.com/microsoft/qlib)

## Performance
|Method| Signal Model | Trading Strategy | AR | IR |
| :--- | :------- |:------- | :-----------: | :-----------: |
| [Supervised Learning](examples/sl.ipynb) | LGBM | TopkDropoutStrategy | TBD |TBD |
| [Reinforcement Learning](examples/rl.ipynb) | LGBM | TopkDropoutDiscreteRerankDynamicParamStrategy | TBD |TBD |

## Dependency
- My fork of [Qlib](https://github.com/microsoft/qlib): https://github.com/ChenglongChen/qlib
- You can get crowd source data from [investment_data](https://github.com/chenditc/investment_data)