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.
Syntax
public IndicatorDataSeries SenkouSpanA{ get; set; }
Example 1
Print("SenkouSpanA Value = {0}", ichimokuKinkoHyo.SenkouSpanA.LastValue);