Skip to content

ChikouSpan Property

Summary

It is used as a support-resistance aid.

Signature

1
public abstract IndicatorDataSeries ChikouSpan {get; set;}

Return Value

IndicatorDataSeries

Declaring Type

cAlgo.API.Indicators.IchimokuKinkoHyo

Examples

1
 Print("ChikouSpan Value = {0}", ichimokuKinkoHyo.ChikouSpan.LastValue);

Last update: March 23, 2023