Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Strategy ¶
type Strategy struct { api.User api.Exchange api.StrategyProcessor // contains filtered or unexported fields }
Strategy defines a basic strategy element that encapsulates generic api components it serves just as a declarative wrapper for building strategies as processors for providing to the engine
func NewStrategy ¶
func (*Strategy) WithProcessor ¶
func (s *Strategy) WithProcessor(processor api.StrategyProcessor) *Strategy
Click to show internal directories.
Click to hide internal directories.