Documentation ¶
Index ¶
- Constants
- func NewMultitrend2() blocks.Block
- type MultiTrend2
- func (blk *MultiTrend2) GetDescription() string
- func (blk *MultiTrend2) GetInputs() blocks.Inputs
- func (blk *MultiTrend2) GetOutputs() blocks.Outputs
- func (blk *MultiTrend2) GetParams() blocks.Params
- func (blk *MultiTrend2) GetType() string
- func (blk *MultiTrend2) GetWarmupPeriod() int
- func (blk *MultiTrend2) Init() error
- func (blk *MultiTrend2) IsWarm() bool
- func (blk *MultiTrend2) Update(cur *models.Bar, isLast bool)
Constants ¶
View Source
const ( TypeMultitrend2 = "Multitrend2" DescrMultitrend2 = `Aggregates two trend inputs (uptrend=1, downtrend=-1)` NameVotesNeeded = "votesNeeded" NameThresh = "thresh" )
Variables ¶
This section is empty.
Functions ¶
func NewMultitrend2 ¶
Types ¶
type MultiTrend2 ¶
type MultiTrend2 struct {
// contains filtered or unexported fields
}
func (*MultiTrend2) GetDescription ¶
func (blk *MultiTrend2) GetDescription() string
func (*MultiTrend2) GetInputs ¶
func (blk *MultiTrend2) GetInputs() blocks.Inputs
func (*MultiTrend2) GetOutputs ¶
func (blk *MultiTrend2) GetOutputs() blocks.Outputs
func (*MultiTrend2) GetParams ¶
func (blk *MultiTrend2) GetParams() blocks.Params
func (*MultiTrend2) GetType ¶
func (blk *MultiTrend2) GetType() string
func (*MultiTrend2) GetWarmupPeriod ¶
func (blk *MultiTrend2) GetWarmupPeriod() int
func (*MultiTrend2) Init ¶
func (blk *MultiTrend2) Init() error
func (*MultiTrend2) IsWarm ¶
func (blk *MultiTrend2) IsWarm() bool
Click to show internal directories.
Click to hide internal directories.