From ec8969a3ae24f0eddcc71309d6291246d760241e Mon Sep 17 00:00:00 2001 From: you-n-g Date: Wed, 23 Feb 2022 12:10:17 +0800 Subject: [PATCH] Update initialization.rst --- docs/start/initialization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/initialization.rst b/docs/start/initialization.rst index deec7ad91..7229fff93 100644 --- a/docs/start/initialization.rst +++ b/docs/start/initialization.rst @@ -49,7 +49,7 @@ The following are several important parameters of `qlib.init` (`Qlib` has a lot - ``qlib.constant.REG_CN``: China stock market. Different modes will result in different trading limitations and costs. - The region is just `shortcuts for defining a batch of configurations `_. Users can set the key configurations manually if the existing region setting can't meet their requirements. + The region is just `shortcuts for defining a batch of configurations `_, which include minimal trading order unit (``trade_unit``), trading limitation (``limit_threshold``) , etc. It is not a necessary part and users can set the key configurations manually if the existing region setting can't meet their requirements. - `redis_host` Type: str, optional parameter(default: "127.0.0.1"), host of `redis` The lock and cache mechanism relies on redis.