Skip to content

SenkouSpanA Property

Summary

Leading span 1, this line forms one edge of the kumo, or cloud.If the price is above the Senkou span, the top line serves as the first support level while the bottom line serves as the second support level.

Signature

1
public abstract IndicatorDataSeries SenkouSpanA {get; set;}

Return Value

IndicatorDataSeries

Declaring Type

cAlgo.API.Indicators.IchimokuKinkoHyo

Examples

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

Last update: March 23, 2023