Documentation
¶
Index ¶
Constants ¶
View Source
const ( OPEN = "open" CLOSE = "close" HIGH = "high" LOW = "low" VOLUME = "volume" MEDIAN = "median" TYPICAL = "typical" )
View Source
const ( TR = "tr" ATR = "atr" GAIN = "gain" LOSS = "loss" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndicatorEnum ¶
type IndicatorEnum string
const ( LOWEST IndicatorEnum = "lowest" HIGHEST IndicatorEnum = "highest" )
const ( SMA IndicatorEnum = "sma" RMA IndicatorEnum = "rma" EMA IndicatorEnum = "ema" RSI IndicatorEnum = "rsi" ROC IndicatorEnum = "roc" )
func (IndicatorEnum) Id ¶
func (e IndicatorEnum) Id(params ...interface{}) string
Click to show internal directories.
Click to hide internal directories.