Struct technical_indicators::indicators::Ichimoku [] [src]

pub struct Ichimoku<'chart> { /* fields omitted */ }

Methods

impl<'chart> Ichimoku<'chart>
[src]

[src]

[src]

Return Ichimoku chart with default settings.

[src]

A moving average of the highest high and lowest low over the last turning_line_period data points.

[src]

A moving average of the highest high and lowest low over the last standard_line_period data points.

[src]

The average of the turning line (i.e Tenkan Sen) and standard line (i.e. Kijun Sen), plotted lagging_span_displacement data points ahead.

[src]

The average of the highest high and lowest low over the last span_b_period data points, plotted lagging_span_displacement data points ahead.

[src]

The closing price plotted lagging_span_displacement data points behind.