Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugPlot ¶
type DebugPlot struct {
// contains filtered or unexported fields
}
func NewDebugPlot ¶
type EnsembleIndicator ¶
type EnsembleIndicator struct {
Children []WeightedIndicator
}
func (*EnsembleIndicator) DrawDebug ¶
func (i *EnsembleIndicator) DrawDebug(d *DebugPlot) error
func (*EnsembleIndicator) GetSignal ¶
func (i *EnsembleIndicator) GetSignal() (s Signal, err error)
type MACDIndicator ¶
type MACDIndicator struct {
// contains filtered or unexported fields
}
func NewMACD ¶
func NewMACD(cfg config.MACD, bars barsProvider) *MACDIndicator
func (*MACDIndicator) DrawDebug ¶
func (i *MACDIndicator) DrawDebug(d *DebugPlot) error
func (*MACDIndicator) GetSignal ¶
func (i *MACDIndicator) GetSignal() (s Signal, err error)
type RSIIndictor ¶
type RSIIndictor struct {
// contains filtered or unexported fields
}
func NewRSI ¶
func NewRSI(cfg config.RSI, bars barsProvider) *RSIIndictor
func (*RSIIndictor) DrawDebug ¶
func (i *RSIIndictor) DrawDebug(d *DebugPlot) error
func (*RSIIndictor) GetSignal ¶
func (i *RSIIndictor) GetSignal() (s Signal, err error)
type WeightedIndicator ¶
type WeightedIndicator struct {
Weight float64
Indicator tradingIndicator
}
Click to show internal directories.
Click to hide internal directories.