mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 08:45:16 +00:00
grid2: add profit stats since field
This commit is contained in:
parent
a7c8da7e88
commit
19478b1fbc
|
@ -3,6 +3,7 @@ package grid2
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/slack-go/slack"
|
"github.com/slack-go/slack"
|
||||||
|
|
||||||
|
@ -22,6 +23,7 @@ type GridProfitStats struct {
|
||||||
Volume fixedpoint.Value `json:"volume,omitempty"`
|
Volume fixedpoint.Value `json:"volume,omitempty"`
|
||||||
Market types.Market `json:"market,omitempty"`
|
Market types.Market `json:"market,omitempty"`
|
||||||
ProfitEntries []*GridProfit `json:"profitEntries,omitempty"`
|
ProfitEntries []*GridProfit `json:"profitEntries,omitempty"`
|
||||||
|
Since *time.Time `json:"since,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func newGridProfitStats(market types.Market) *GridProfitStats {
|
func newGridProfitStats(market types.Market) *GridProfitStats {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user