From d0ff5eea9d205d93ba23472df5a41b76159ea55c Mon Sep 17 00:00:00 2001 From: you-n-g Date: Fri, 10 Dec 2021 17:39:15 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 730a376fe..7ed0ef42c 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,11 @@ Users could create the same dataset with it. We recommend users to prepare their own data if they have a high-quality dataset. For more information, users can refer to the [related document](https://qlib.readthedocs.io/en/latest/component/data.html#converting-csv-format-into-qlib-format)*. ### Automatic update of daily frequency data (from yahoo finance) + > This step is *Optional* if users only want to try their models and strategies on history data. + > > It is recommended that users update the data manually once (--trading_date 2021-05-25) and then set it to update automatically. - - > For more information refer to: [yahoo collector](https://github.com/microsoft/qlib/tree/main/scripts/data_collector/yahoo#automatic-update-of-daily-frequency-datafrom-yahoo-finance) + > + > For more information, please refer to: [yahoo collector](https://github.com/microsoft/qlib/tree/main/scripts/data_collector/yahoo#automatic-update-of-daily-frequency-datafrom-yahoo-finance) * Automatic update of data to the "qlib" directory each trading day(Linux) * use *crontab*: `crontab -e`