mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
add report header
This commit is contained in:
parent
f4991dbbfa
commit
2ddff59de6
|
@ -421,7 +421,9 @@ var BacktestCmd = &cobra.Command{
|
|||
|
||||
// put the logger back to print the pnl
|
||||
log.SetLevel(log.InfoLevel)
|
||||
|
||||
|
||||
log.Infof("BACK-TEST REPORT")
|
||||
log.Infof("===============================================")
|
||||
log.Infof("START TIME: %s", startTime.Format(time.RFC1123))
|
||||
log.Infof("END TIME: %s", endTime.Format(time.RFC1123))
|
||||
for _, session := range environ.Sessions() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user