1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-15 16:56:54 +08:00

Update README.md

This commit is contained in:
you-n-g
2021-01-28 09:44:03 +08:00
committed by GitHub
parent 6835b2f67e
commit a0f22571de

View File

@@ -31,7 +31,7 @@ For more details, please refer to our paper ["Qlib: An AI-oriented Quantitative
- [Run a single model](#run-a-single-model) - [Run a single model](#run-a-single-model)
- [Run multiple models](#run-multiple-models) - [Run multiple models](#run-multiple-models)
- [**Quant Dataset Zoo**](#quant-dataset-zoo) - [**Quant Dataset Zoo**](#quant-dataset-zoo)
- [High frequency execution](#high-frequency-execution) - [High-frequency execution](#high-frequency-execution)
- [More About Qlib](#more-about-qlib) - [More About Qlib](#more-about-qlib)
- [Offline Mode and Online Mode](#offline-mode-and-online-mode) - [Offline Mode and Online Mode](#offline-mode-and-online-mode)
- [Performance of Qlib Data Server](#performance-of-qlib-data-server) - [Performance of Qlib Data Server](#performance-of-qlib-data-server)
@@ -271,12 +271,12 @@ Dataset plays a very important role in Quant. Here is a list of the datasets bui
[Here](https://qlib.readthedocs.io/en/latest/advanced/alpha.html) is a tutorial to build dataset with `Qlib`. [Here](https://qlib.readthedocs.io/en/latest/advanced/alpha.html) is a tutorial to build dataset with `Qlib`.
Your PR to build new Quant dataset is highly welcomed. Your PR to build new Quant dataset is highly welcomed.
# High Frequency Execution # High-Frequency Execution
High-frequency order execution is a very important problem in the financial market. High-frequency order execution is a very important problem in the financial market.
It aims to maximize the profit of order execution by intraday timing. It aims to maximize the profit of order execution by intraday timing.
AI has the potential to mine patterns from a huge mass of high-frequency trading data and helps users make better decisions during intraday trading. AI has the potential to mine patterns from a huge mass of high-frequency trading data and helps users make better decisions during intraday trading.
Here is a list of solutions built on `Qlib`. Here is a list of solutions built on `Qlib`.
- [Universal Trading for Order Execution with Oracle Policy Distillation](qlib/examples/trade/) - [Universal Trading for Order Execution with Oracle Policy Distillation](examples/trade/)
# More About Qlib # More About Qlib