diff --git a/docs/component/data.rst b/docs/component/data.rst index 020b63ce82..b42eaf51a3 100644 --- a/docs/component/data.rst +++ b/docs/component/data.rst @@ -52,7 +52,8 @@ Also, ``Qlib`` provides a high-frequency dataset. Users can run a high-frequency Qlib Format Dataset -------------------- ``Qlib`` has provided an off-the-shelf dataset in `.bin` format, users could use the script ``scripts/get_data.py`` to download the China-Stock dataset as follows. -The price volume data look different from the actual dealling price because of they are **adjusted** (`adjusted price `_). And then you may find that the adjusted price may be different from different data sources. This is because different data sources may vary in the way of adjusting prices. Qlib normalize the price on first trading day of each stock to 1 when adjusting them. +The price volume data look different from the actual dealling price because of they are **adjusted** (`adjusted price `_). And then you may find that the adjusted price may be different from different data sources. This is because different data sources may vary in the way of adjusting prices. Qlib normalize the price on first trading day of each stock to 1 when adjusting them. +Users can leverage `$factor` to get the original trading price (e.g. `$close / $factor` to get the original close price). .. code-block:: bash