mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
update trade kline red color code
This commit is contained in:
parent
1102fd0a1e
commit
ad41c14521
|
@ -130,7 +130,7 @@ func (k KLine) Color() string {
|
|||
if k.GetTrend() > 0 {
|
||||
return "#228B22"
|
||||
} else if k.GetTrend() < 0 {
|
||||
return "#800000"
|
||||
return "#DC143C"
|
||||
}
|
||||
return "#f0f0f0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user