Skip to content
EliteChart

MultiLineOutput\<K\>

Documentation


Documentation / @elitechart/indicators / MultiLineOutput

code
type MultiLineOutput<K> = Readonly<Record<K, readonly Opt[]>>;

Defined in: types.ts:19

A multi-line indicator output (MACD, Bollinger, Stochastic, Ichimoku, ...).

Type Parameters

K

K extends string