mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
fix backtest yaml
This commit is contained in:
@@ -62,13 +62,16 @@ port_analysis_config: &port_analysis_config
|
|||||||
topk: 50
|
topk: 50
|
||||||
n_drop: 5
|
n_drop: 5
|
||||||
backtest:
|
backtest:
|
||||||
limit_threshold: 0.095
|
start_time: 2017-01-01
|
||||||
|
end_time: 2020-08-01
|
||||||
account: 100000000
|
account: 100000000
|
||||||
benchmark: *benchmark
|
benchmark: *benchmark
|
||||||
deal_price: close
|
exchange_kwargs:
|
||||||
open_cost: 0.0005
|
limit_threshold: 0.095
|
||||||
close_cost: 0.0015
|
deal_price: close
|
||||||
min_cost: 5
|
open_cost: 0.0005
|
||||||
|
close_cost: 0.0015
|
||||||
|
min_cost: 5
|
||||||
|
|
||||||
task:
|
task:
|
||||||
model:
|
model:
|
||||||
|
|||||||
@@ -56,13 +56,16 @@ port_analysis_config: &port_analysis_config
|
|||||||
topk: 50
|
topk: 50
|
||||||
n_drop: 5
|
n_drop: 5
|
||||||
backtest:
|
backtest:
|
||||||
limit_threshold: 0.095
|
start_time: 2017-01-01
|
||||||
|
end_time: 2020-08-01
|
||||||
account: 100000000
|
account: 100000000
|
||||||
benchmark: *benchmark
|
benchmark: *benchmark
|
||||||
deal_price: close
|
exchange_kwargs:
|
||||||
open_cost: 0.0005
|
limit_threshold: 0.095
|
||||||
close_cost: 0.0015
|
deal_price: close
|
||||||
min_cost: 5
|
open_cost: 0.0005
|
||||||
|
close_cost: 0.0015
|
||||||
|
min_cost: 5
|
||||||
|
|
||||||
task:
|
task:
|
||||||
model:
|
model:
|
||||||
|
|||||||
@@ -56,13 +56,16 @@ port_analysis_config: &port_analysis_config
|
|||||||
topk: 50
|
topk: 50
|
||||||
n_drop: 5
|
n_drop: 5
|
||||||
backtest:
|
backtest:
|
||||||
limit_threshold: 0.095
|
start_time: 2017-01-01
|
||||||
|
end_time: 2020-08-01
|
||||||
account: 100000000
|
account: 100000000
|
||||||
benchmark: *benchmark
|
benchmark: *benchmark
|
||||||
deal_price: close
|
exchange_kwargs:
|
||||||
open_cost: 0.0005
|
limit_threshold: 0.095
|
||||||
close_cost: 0.0015
|
deal_price: close
|
||||||
min_cost: 5
|
open_cost: 0.0005
|
||||||
|
close_cost: 0.0015
|
||||||
|
min_cost: 5
|
||||||
|
|
||||||
task:
|
task:
|
||||||
model:
|
model:
|
||||||
|
|||||||
Reference in New Issue
Block a user