From b70caff5226c2e962dfa691a0c9afa63b8887faa Mon Sep 17 00:00:00 2001 From: Dong Zhou Date: Fri, 22 Oct 2021 08:49:20 +0000 Subject: [PATCH] add doc --- qlib/backtest/exchange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/backtest/exchange.py b/qlib/backtest/exchange.py index 6d5e12a2d..67a11651d 100644 --- a/qlib/backtest/exchange.py +++ b/qlib/backtest/exchange.py @@ -96,7 +96,7 @@ class Exchange: **NOTE**: `trade_unit` is included in the `kwargs`. It is necessary because we must distinguish `not set` and `disable trade_unit` :param min_cost: min cost, default 5 - :param impact_cost: market impact cost rate (a.k.a. slippage) + :param impact_cost: market impact cost rate (a.k.a. slippage). A recommended value is 0.1. :param extra_quote: pandas, dataframe consists of columns: like ['$vwap', '$close', '$volume', '$factor', 'limit_sell', 'limit_buy']. The limit indicates that the etf is tradable on a specific day.