mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +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"`
|
FloatProfit fixedpoint.Value `json:"floatProfit"`
|
||||||
GridProfit fixedpoint.Value `json:"gridProfit"`
|
GridProfit fixedpoint.Value `json:"gridProfit"`
|
||||||
ArbitrageCount int `json:"arbitrageCount"`
|
ArbitrageCount int `json:"arbitrageCount"`
|
||||||
|
TotalFee fixedpoint.Value `json:"totalFee"`
|
||||||
|
Volume fixedpoint.Value `json:"volume"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Strategy struct {
|
type Strategy struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user