From 02e34eb9e9f7d65d9dd782e8d023e44b9014619e Mon Sep 17 00:00:00 2001 From: al Date: Sun, 30 May 2021 08:27:21 +0800 Subject: [PATCH] Add import stock pool (csi300) in documentation --- docs/component/data.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/component/data.rst b/docs/component/data.rst index ff0d0c2d7..cd30ee98b 100644 --- a/docs/component/data.rst +++ b/docs/component/data.rst @@ -152,6 +152,16 @@ After conversion, users can find their Qlib format data in the directory `~/.qli In the convention of `Qlib` data processing, `open, close, high, low, volume, money and factor` will be set to NaN if the stock is suspended. +Stock Pool (Market) +-------------------------------- + +``Qlib`` defines `stock pool `_ as stock list and their date ranges. Predefined stock pools (e.g. csi300) may be imported as follows. + +.. code-block:: bash + + python collector.py --index_name CSI300 --qlib_dir --method parse_instruments + + Multiple Stock Modes --------------------------------