mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
backtest: show symbols
This commit is contained in:
parent
4cd646e346
commit
e51fb641af
|
@ -210,7 +210,7 @@ var BacktestCmd = &cobra.Command{
|
|||
log.Infof("adjusted sync start time %s to %s for backward market data", startTime, syncFromTime)
|
||||
}
|
||||
|
||||
log.Info("starting synchronization...")
|
||||
log.Infof("starting synchronization: %v", userConfig.Backtest.Symbols)
|
||||
for _, symbol := range userConfig.Backtest.Symbols {
|
||||
|
||||
for _, sourceExchange := range sourceExchanges {
|
||||
|
|
Loading…
Reference in New Issue
Block a user