Documentation ¶
Index ¶
- func BollingerBands(period int, stdDeviation float64, upDnBandColor, midBandColor string) plot.Indicator
- func CCI(period int, color string) plot.Indicator
- func EMA(period int, color string) plot.Indicator
- func MACD(fast, slow, signal int, colorMACD, colorMACDSignal, colorMACDHist string) plot.Indicator
- func OBV(color string) plot.Indicator
- func RSI(period int, color string) plot.Indicator
- func SMA(period int, color string) plot.Indicator
- func Spertrend(period int, factor float64, color string) plot.Indicator
- func Stoch(fastK, slowK, slowD int, colorK, colorD string) plot.Indicator
- func WillR(period int, color string) plot.Indicator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BollingerBands ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.