[][src]Module cxmr_ta_core::indicators

Structs

AverageTrueRange

Average true range (ATR).

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.

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).

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

The range of a day's trading is simply high - low. The true range extends it to yesterday's closing price if it was outside of today's range.