Skip to content

Documentation / @finchart/indicators / Ichimoku

Type Alias: Ichimoku

Ichimoku = Computation<{ base: LineDataPoint[]; cloud: BandPoint[]; conversion: LineDataPoint[]; lagging: LineDataPoint[]; spanA: LineDataPoint[]; spanB: LineDataPoint[]; }>

Defined in: indicators/src/factories.ts:634