mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-14 02:53:50 +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"+
|
return fmt.Sprintf("%s Profit Today\n"+
|
||||||
"Profit %s %s\n"+
|
"Profit %s %s\n"+
|
||||||
"Net profit %s %s\n"+
|
"Net profit %s %s\n"+
|
||||||
"Trade Loss %s %s\n"+
|
"Gross Loss %s %s\n"+
|
||||||
"Summary:\n"+
|
"Summary:\n"+
|
||||||
"Accumulated Profit %s %s\n"+
|
"Accumulated Profit %s %s\n"+
|
||||||
"Accumulated Net Profit %s %s\n"+
|
"Accumulated Net Profit %s %s\n"+
|
||||||
"Accumulated Trade Loss %s %s\n"+
|
"Accumulated Gross Loss %s %s\n"+
|
||||||
"Since %s",
|
"Since %s",
|
||||||
s.Symbol,
|
s.Symbol,
|
||||||
s.TodayPnL.String(), s.QuoteCurrency,
|
s.TodayPnL.String(), s.QuoteCurrency,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user