We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abd9f86 + e2c7540 commit c9f1764Copy full SHA for c9f1764
pkg/cmd/backtest.go
@@ -43,7 +43,7 @@ func init() {
43
44
BacktestCmd.Flags().Bool("base-asset-baseline", false, "use base asset performance as the competitive baseline performance")
45
BacktestCmd.Flags().CountP("verbose", "v", "verbose level")
46
- BacktestCmd.Flags().String("config", "config/bbgo.yaml", "strategy config file")
+ BacktestCmd.Flags().String("config", "bbgo.yaml", "strategy config file")
47
BacktestCmd.Flags().Bool("force", false, "force execution without confirm")
48
BacktestCmd.Flags().String("output", "", "the report output directory")
49
BacktestCmd.Flags().Bool("subdir", false, "generate report in the sub-directory of the output directory")
0 commit comments