Module indicators

Source

Structs§

AverageTrueRange
Average true range (ATR).
BollingerBands
A Bollinger Bands (BB). (BB). It is a type of infinite impulse response filter that calculates Bollinger Bands using Exponential Moving Average. The Bollinger Bands are represented by Average EMA and standard deviaton that is moved ‘k’ times away in both directions from calculated average value.
BollingerBandsOutput
EfficiencyRatio
Kaufman’s Efficiency Ratio (ER).
ExponentialMovingAverage
An exponential moving average (EMA), also known as an exponentially weighted moving average (EWMA).
FastStochastic
Fast stochastic oscillator.
HHV
Returns the highest value in a given time frame.
LLV
Returns the lowest value in a given time frame.
Maximum
Returns the highest value in a given time frame.
Minimum
Returns the lowest value in a given time frame.
MoneyFlowIndex
Money Flow Index (MFI).
MovingAverage
moving average (ma).
MovingAverageConvergenceDivergence
Moving average converge divergence (MACD).
OnBalanceVolume
On Balance Volume (OBV).
RateOfChange
Rate of Change (ROC)
RelativeStrengthIndex
The relative strength index (RSI).
SimpleMovingAverage
Simple moving average (SMA).
SlowStochastic
Slow stochastic oscillator.
StandardDeviation
Standard deviation (SD).
TrueRange