Skip to main content
Algorithms package of Indie language.

Types

Adx

type Average directional index algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Atr

type Average true range algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Bb

type Bollinger bands algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Cci

type Commodity channel index algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Change

type Algorithm to calculate change of a series of values. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Corr

type Correlation coefficient algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


CumSum

type Cumulative sum algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Dev

type Mean absolute deviation algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Donchian

type Donchian channels algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Ema

type Exponential moving average algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


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

Methods

Static methods

See also: NanToZero

Highest

type Algorithm that returns the maximum value over a given period. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods

See also: SinceHighest

LinReg

type Linear regression algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Lowest

type Algorithm that returns the minimum value over a given period. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods

See also: SinceLowest

Ma

type Moving average algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Macd

type Moving average convergence/divergence algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Median

type Moving median algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Mfi

type Money flow index algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Mfv

type Money flow volume algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


NanToZero

type Algorithm that replaces all math.nan values with zeros in a series. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods

See also: FixNan

NetVolume

type Net volume algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


PercentRank

type Percent rank algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Percentile

type Percentile algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


PivotHighLow

type PivotHighLow algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


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

Methods

Static methods


Roc

type Rate of change algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Rsi

type Relative strength index algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Sar

type Parabolic stop and reverse algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


SinceHighest

type Algorithm that returns the number of bars after the maximum price for the given period. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods

See also: Highest

SinceLowest

type Algorithm that returns the number of bars after the minimum price for the given period. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods

See also: Lowest

SinceTrue

type Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Sma

type Simple moving average algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


StdDev

type Standard deviation algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Stoch

type Stochastic algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Sum

type Sliding sum algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Supertrend

type Supertrend algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Tr

type True range algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Tsi

type True strength index algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Uo

type Ultimate oscillator algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Vwap

type Volume weighted average price algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Vwma

type Volume weighted moving average algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


Wma

type Weighted moving average algorithm. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods


ZigZag

type ZigZag algorithm that identifies pivot high and low points based on price movements. Read here about how to use it.

Parent

Inherited fields

Methods

Static methods

See also: PivotHighLow