mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix profit stats wording
This commit is contained in:
parent
53204f47ea
commit
4bb9fb7e1b
|
@ -279,11 +279,11 @@ func (s *ProfitStats) PlainText() string {
|
|||
return fmt.Sprintf("%s Profit Today\n"+
|
||||
"Profit %s %s\n"+
|
||||
"Net profit %s %s\n"+
|
||||
"Trade Loss %s %s\n"+
|
||||
"Gross Loss %s %s\n"+
|
||||
"Summary:\n"+
|
||||
"Accumulated Profit %s %s\n"+
|
||||
"Accumulated Net Profit %s %s\n"+
|
||||
"Accumulated Trade Loss %s %s\n"+
|
||||
"Accumulated Gross Loss %s %s\n"+
|
||||
"Since %s",
|
||||
s.Symbol,
|
||||
s.TodayPnL.String(), s.QuoteCurrency,
|
||||
|
|
Loading…
Reference in New Issue
Block a user