Types
Adx
type
Average directional index algorithm. Read here about how to use it.
Atr
type
Average true range algorithm. Read here about how to use it.
Bb
type
Bollinger bands algorithm. Read here about how to use it.
Cci
type
Commodity channel index algorithm. Read here about how to use it.
Change
type
Algorithm to calculate change of a series of values. Read here about how to use it.
Corr
type
Correlation coefficient algorithm. Read here about how to use it.
CumSum
type
Cumulative sum algorithm. Read here about how to use it.
Dev
type
Mean absolute deviation algorithm. Read here about how to use it.
Donchian
type
Donchian channels algorithm. Read here about how to use it.
Ema
type
Exponential moving average algorithm. Read here about how to use it.
FixNan
type
Algorithm that replaces all math.nan values with the most recent corresponding non-nan values in a series. Read here about how to use it.
See also:
NanToZeroHighest
type
Algorithm that returns the maximum value over a given period. Read here about how to use it.
See also:
SinceHighestLinReg
type
Linear regression algorithm. Read here about how to use it.
Lowest
type
Algorithm that returns the minimum value over a given period. Read here about how to use it.
See also:
SinceLowestMa
type
Moving average algorithm. Read here about how to use it.
Macd
type
Moving average convergence/divergence algorithm. Read here about how to use it.
Median
type
Moving median algorithm. Read here about how to use it.
Mfi
type
Money flow index algorithm. Read here about how to use it.
Mfv
type
Money flow volume algorithm. Read here about how to use it.
NanToZero
type
Algorithm that replaces all math.nan values with zeros in a series. Read here about how to use it.
See also:
FixNanNetVolume
type
Net volume algorithm. Read here about how to use it.
PercentRank
type
Percent rank algorithm. Read here about how to use it.
Percentile
type
Percentile algorithm. Read here about how to use it.
PivotHighLow
type
PivotHighLow algorithm. Read here about how to use it.
Rma
type
RMA algorithm is a moving average algorithm that is used to calculate RSI. Read here about how to use it.
Roc
type
Rate of change algorithm. Read here about how to use it.
Rsi
type
Relative strength index algorithm. Read here about how to use it.
Sar
type
Parabolic stop and reverse algorithm. Read here about how to use it.
SinceHighest
type
Algorithm that returns the number of bars after the maximum price for the given period. Read here about how to use it.
See also:
HighestSinceLowest
type
Algorithm that returns the number of bars after the minimum price for the given period. Read here about how to use it.
See also:
LowestSinceTrue
type
Read here about how to use it.
Sma
type
Simple moving average algorithm. Read here about how to use it.
StdDev
type
Standard deviation algorithm. Read here about how to use it.
Stoch
type
Stochastic algorithm. Read here about how to use it.
Sum
type
Sliding sum algorithm. Read here about how to use it.
Supertrend
type
Supertrend algorithm. Read here about how to use it.
Tr
type
True range algorithm. Read here about how to use it.
Tsi
type
True strength index algorithm. Read here about how to use it.
Uo
type
Ultimate oscillator algorithm. Read here about how to use it.
Vwap
type
Volume weighted average price algorithm. Read here about how to use it.
Vwma
type
Volume weighted moving average algorithm. Read here about how to use it.
Wma
type
Weighted moving average algorithm. Read here about how to use it.
ZigZag
type
ZigZag algorithm that identifies pivot high and low points based on price movements. Read here about how to use it.
See also:
PivotHighLow