mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
update default value for config param of backtest cmd to have same value with root cmd
This commit is contained in:
parent
abd9f86113
commit
e2c754040d
|
@ -43,7 +43,7 @@ func init() {
|
||||||
|
|
||||||
BacktestCmd.Flags().Bool("base-asset-baseline", false, "use base asset performance as the competitive baseline performance")
|
BacktestCmd.Flags().Bool("base-asset-baseline", false, "use base asset performance as the competitive baseline performance")
|
||||||
BacktestCmd.Flags().CountP("verbose", "v", "verbose level")
|
BacktestCmd.Flags().CountP("verbose", "v", "verbose level")
|
||||||
BacktestCmd.Flags().String("config", "config/bbgo.yaml", "strategy config file")
|
BacktestCmd.Flags().String("config", "bbgo.yaml", "strategy config file")
|
||||||
BacktestCmd.Flags().Bool("force", false, "force execution without confirm")
|
BacktestCmd.Flags().Bool("force", false, "force execution without confirm")
|
||||||
BacktestCmd.Flags().String("output", "", "the report output directory")
|
BacktestCmd.Flags().String("output", "", "the report output directory")
|
||||||
BacktestCmd.Flags().Bool("subdir", false, "generate report in the sub-directory of the output directory")
|
BacktestCmd.Flags().Bool("subdir", false, "generate report in the sub-directory of the output directory")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user