Skip to content
EliteChart

IndicatorFn\<Params, Output\>

Documentation


Documentation / @elitechart/indicators / IndicatorFn

code
type IndicatorFn<Params, Output> = (bars, params) => Output;

Defined in: types.ts:22

Shape every indicator function accepts.

Type Parameters

Params

Params

Output

Output

Parameters

bars

readonly Bar[]

params

Params

Returns

Output