Documentation ¶
Index ¶
- type Indicator
- func (cc *Indicator) Calculation(hash string, st *core.Calculation, opt map[string]interface{}) (res indicatortype.Result, err error)
- func (cc *Indicator) Init(option core.IndicatorOptions)
- func (cc *Indicator) IsValid(st *core.Calculation, opt map[string]interface{}, ast string) bool
- func (cc *Indicator) Name() string
- func (cc *Indicator) SetHash(strategyID, indicatorID string, opt map[string]interface{}) (hash string, err error)
- func (cc *Indicator) Title() string
- func (cc *Indicator) Trigger() map[int]string
- func (cc *Indicator) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indicator ¶
Indicator -
func (*Indicator) Calculation ¶
func (cc *Indicator) Calculation(hash string, st *core.Calculation, opt map[string]interface{}) (res indicatortype.Result, err error)
Calculation -
func (*Indicator) IsValid ¶
IsValid -
Click to show internal directories.
Click to hide internal directories.