mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 07:16:54 +08:00
Some links about high-frequency trading (#884)
* Some links about high-frequency trading * Update highfreq.rst * Update highfreq.rst * Update highfreq.rst
This commit is contained in:
@@ -28,4 +28,11 @@ The frequency of trading algorithm, decision content and execution environment c
|
|||||||
Example
|
Example
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
An example of nested decision execution framework for high-frequency can be found `here <https://github.com/microsoft/qlib/blob/main/examples/nested_decision_execution/workflow.py>`_.
|
An example of nested decision execution framework for high-frequency can be found `here <https://github.com/microsoft/qlib/blob/main/examples/nested_decision_execution/workflow.py>`_.
|
||||||
|
|
||||||
|
|
||||||
|
Besides, the above examples, here are some other related work about high-frequency trading in Qlib.
|
||||||
|
|
||||||
|
- `Prediction with high-frequency data <https://github.com/microsoft/qlib/tree/main/examples/highfreq#benchmarks-performance-predicting-the-price-trend-in-high-frequency-data>`_
|
||||||
|
- `Examples <https://github.com/microsoft/qlib/blob/main/examples/orderbook_data/>`_ to extract features form high-frequency data without fixed frequency.
|
||||||
|
- `A paper <https://github.com/microsoft/qlib/tree/high-freq-execution#high-frequency-execution>`_ for high-frequency trading.
|
||||||
|
|||||||
Reference in New Issue
Block a user