Documentation
¶
Index ¶
Constants ¶
View Source
const ID = "xnav"
Variables ¶
This section is empty.
Functions ¶
func NewAssetMapFromBalanceMap ¶ added in v1.61.0
func NewAssetMapFromBalanceMap( priceSolver *pricesolver.SimplePriceSolver, priceTime time.Time, m types.BalanceMap, fiat string, ) asset.Map
Types ¶
type AllAssetSnapshot ¶ added in v1.61.0
type DebtAssetMap ¶ added in v1.61.0
func (DebtAssetMap) PlainText ¶ added in v1.62.0
func (m DebtAssetMap) PlainText() (out string)
func (DebtAssetMap) SlackAttachment ¶ added in v1.61.0
func (m DebtAssetMap) SlackAttachment() slack.Attachment
type State ¶
type State struct {
Since int64 `json:"since"`
}
func (*State) IsOver24Hours ¶
func (*State) SlackAttachment ¶
func (s *State) SlackAttachment() slack.Attachment
type Strategy ¶
type Strategy struct {
*bbgo.Environment
Interval types.Interval `json:"interval"`
Schedule string `json:"schedule"`
ReportOnStart bool `json:"reportOnStart"`
IgnoreDusts bool `json:"ignoreDusts"`
ShowBreakdown bool `json:"showBreakdown"`
ShowDebtDetails bool `json:"showDebtDetails"`
State *State `persistence:"state"`
// contains filtered or unexported fields
}
func (*Strategy) CrossRun ¶
func (s *Strategy) CrossRun(ctx context.Context, _ bbgo.OrderExecutionRouter, sessions map[string]*bbgo.ExchangeSession) error
func (*Strategy) CrossSubscribe ¶
func (s *Strategy) CrossSubscribe(sessions map[string]*bbgo.ExchangeSession)
func (*Strategy) Initialize ¶ added in v1.56.0
Click to show internal directories.
Click to hide internal directories.