Documentation ¶ Index ¶ func BollingerBands(period, stdDeviation int, upDnBandColor, midBandColor string) plot.Indicator func EMA(period int, color string) plot.Indicator func RSI(period int, color string) plot.Indicator func Stoch(periodK, peridodD int, colorK, colorD string) plot.Indicator Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BollingerBands ¶ func BollingerBands(period, stdDeviation int, upDnBandColor, midBandColor string) plot.Indicator func EMA ¶ func EMA(period int, color string) plot.Indicator func RSI ¶ func RSI(period int, color string) plot.Indicator func Stoch ¶ func Stoch(periodK, peridodD int, colorK, colorD string) plot.Indicator Types ¶ This section is empty. Source Files ¶ View all Source files bollingerbands.go ema.go rsi.go stoch.go Click to show internal directories. Click to hide internal directories.