mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
grid2: add totalFee field and volume field
This commit is contained in:
parent
7fec736e7a
commit
fa692d835f
|
@ -32,6 +32,8 @@ type GridProfitStats struct {
|
|||
FloatProfit fixedpoint.Value `json:"floatProfit"`
|
||||
GridProfit fixedpoint.Value `json:"gridProfit"`
|
||||
ArbitrageCount int `json:"arbitrageCount"`
|
||||
TotalFee fixedpoint.Value `json:"totalFee"`
|
||||
Volume fixedpoint.Value `json:"volume"`
|
||||
}
|
||||
|
||||
type Strategy struct {
|
||||
|
|
Loading…
Reference in New Issue
Block a user