Skip to content

Commit 85cc748

Browse files
authored
fix bugs in the documentation (#1918)
* fix bugs in the documentation * fix docs error
1 parent 950408e commit 85cc748

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

docs/component/workflow.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,16 @@ Below is a typical config file of ``qrun``.
5555
n_drop: 5
5656
signal: <PRED>
5757
backtest:
58-
limit_threshold: 0.095
58+
start_time: 2017-01-01
59+
end_time: 2020-08-01
5960
account: 100000000
6061
benchmark: *benchmark
61-
deal_price: close
62-
open_cost: 0.0005
63-
close_cost: 0.0015
64-
min_cost: 5
62+
exchange_kwargs:
63+
limit_threshold: 0.095
64+
deal_price: close
65+
open_cost: 0.0005
66+
close_cost: 0.0015
67+
min_cost: 5
6568
task:
6669
model:
6770
class: LGBModel

scripts/data_collector/yahoo/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ pip install -r requirements.txt
5050
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data_1min --region cn --interval 1min
5151
# us 1d
5252
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/us_data --region us --interval 1d
53-
# us 1min
54-
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/us_data_1min --region us --interval 1min
55-
# in 1d
56-
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/in_data --region in --interval 1d
57-
# in 1min
58-
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/in_data_1min --region in --interval 1min
5953
```
6054

6155
### Collector *YahooFinance* data to qlib

0 commit comments

Comments
 (0)