Skip to content

Commit 4bf127e

Browse files
authored
Some links about high-frequency trading (#884)
* Some links about high-frequency trading * Update highfreq.rst * Update highfreq.rst * Update highfreq.rst
1 parent c149c86 commit 4bf127e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/component/highfreq.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,11 @@ The frequency of trading algorithm, decision content and execution environment c
2828
Example
2929
===========================
3030

31-
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>`_.
31+
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>`_.
32+
33+
34+
Besides, the above examples, here are some other related work about high-frequency trading in Qlib.
35+
36+
- `Prediction with high-frequency data <https://github.com/microsoft/qlib/tree/main/examples/highfreq#benchmarks-performance-predicting-the-price-trend-in-high-frequency-data>`_
37+
- `Examples <https://github.com/microsoft/qlib/blob/main/examples/orderbook_data/>`_ to extract features form high-frequency data without fixed frequency.
38+
- `A paper <https://github.com/microsoft/qlib/tree/high-freq-execution#high-frequency-execution>`_ for high-frequency trading.

0 commit comments

Comments
 (0)