1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 07:16:54 +08:00

Update data.rst

This commit is contained in:
you-n-g
2021-01-12 18:43:05 +08:00
committed by GitHub
parent 4361a4049a
commit 64cf2e2df8

View File

@@ -126,17 +126,17 @@ After conversion, users can find their Qlib format data in the directory `~/.qli
The arguments of `--include_fields` should correspond with the column names of CSV files. The columns names of dataset provided by ``Qlib`` should include open, close, high, low, volume and factor at least. The arguments of `--include_fields` should correspond with the column names of CSV files. The columns names of dataset provided by ``Qlib`` should include open, close, high, low, volume and factor at least.
- `open` - `open`
The opening price The adjusted opening price
- `close` - `close`
The closing price The adjusted closing price
- `high` - `high`
The highest price The adjusted highest price
- `low` - `low`
The lowest price The adjusted lowest price
- `volume` - `volume`
The trading volume The adjusted trading volume
- `factor` - `factor`
The Restoration factor The Restoration factor. Normally, original_price = adj_price / factor
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. 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.