Skip to content

Commit c9f1764

Browse files
authored
Merge pull request #1600 from lanphan/minor1
2 parents abd9f86 + e2c7540 commit c9f1764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/backtest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func init() {
4343

4444
BacktestCmd.Flags().Bool("base-asset-baseline", false, "use base asset performance as the competitive baseline performance")
4545
BacktestCmd.Flags().CountP("verbose", "v", "verbose level")
46-
BacktestCmd.Flags().String("config", "config/bbgo.yaml", "strategy config file")
46+
BacktestCmd.Flags().String("config", "bbgo.yaml", "strategy config file")
4747
BacktestCmd.Flags().Bool("force", false, "force execution without confirm")
4848
BacktestCmd.Flags().String("output", "", "the report output directory")
4949
BacktestCmd.Flags().Bool("subdir", false, "generate report in the sub-directory of the output directory")

0 commit comments

Comments
 (0)