Documentation ¶
Index ¶
Constants ¶
View Source
const ( RSI = "RSI" MACD = "MACD" StochasticOscillator = "StochasticOscillator" AverageDirectionalIndex = "AverageDirectionalIndex" OnBalanceVolume = "OnBalanceVolume" AccumulationDistributionLine = "AccumulationDistributionLine" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseIndicator ¶
type BaseIndicator struct { }
type TradeIndicator ¶
type TradeIndicator interface { }
func NewIndicator ¶
func NewIndicator(name string) *TradeIndicator
NewIndicator : will create new indicator based on the item pattern
Click to show internal directories.
Click to hide internal directories.