Types
Adx
type
Average directional index algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Atr
type
Average true range algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Bb
type
Bollinger bands algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Cci
type
Commodity channel index algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Change
type
Algorithm to calculate change of a series of values. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Corr
type
Correlation coefficient algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.CumSum
type
Cumulative sum algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Dev
type
Mean absolute deviation algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Donchian
type
Donchian channels algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Ema
type
Exponential moving average algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.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.
Parent
Inherited fields
Context.calc_on
function.NanToZero
Highest
type
Algorithm that returns the maximum value over a given period. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.SinceHighest
LinReg
type
Linear regression algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Lowest
type
Algorithm that returns the minimum value over a given period. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.SinceLowest
Ma
type
Moving average algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Macd
type
Moving average convergence/divergence algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Methods
src
for fast_len
, slow_len
and sig_len
bars periods using moving averages specified by ma_source
and ma_signal
argument.Static methods
src
for fast_len
, slow_len
and sig_len
bars periods using moving averages specified by ma_source
and ma_signal
argument.Median
type
Moving median algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Mfi
type
Money flow index algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Mfv
type
Money flow volume algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.NanToZero
type
Algorithm that replaces all math.nan
values with zeros in a series. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.FixNan
NetVolume
type
Net volume algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.PercentRank
type
Percent rank algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Rma
type
RMA algorithm is a moving average algorithm that is used to calculate RSI. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Roc
type
Rate of change algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Rsi
type
Relative strength index algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Sar
type
Parabolic stop and reverse algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.SinceHighest
type
Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Highest
SinceLowest
type
Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Lowest
SinceTrue
type
Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Sma
type
Simple moving average algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.StdDev
type
Standard deviation algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Stoch
type
Stochastic algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Sum
type
Sliding sum algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Supertrend
type
Supertrend algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Tr
type
True range algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Tsi
type
True strength index algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Uo
type
Ultimate oscillator algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Vwap
type
Volume weighted average price algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Vwma
type
Volume weighted moving average algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.Wma
type
Weighted moving average algorithm. Read here about how to use it.
Parent
Inherited fields
Context.calc_on
function.