Skip to content

Commit

Permalink
Some links about high-frequency trading (#884)
Browse files Browse the repository at this point in the history
* Some links about high-frequency trading

* Update highfreq.rst

* Update highfreq.rst

* Update highfreq.rst
  • Loading branch information
you-n-g authored Feb 13, 2022
1 parent c149c86 commit 4bf127e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/component/highfreq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ The frequency of trading algorithm, decision content and execution environment c
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.

0 comments on commit 4bf127e

Please sign in to comment.