Skip to content

Top Property

Summary

Gets or sets the highest high of the period.

Signature

1
public abstract IndicatorDataSeries Top {get; set;}

Return Value

IndicatorDataSeries

Declaring Type

cAlgo.API.Indicators.DonchianChannel

Examples

1
2
3
4
 //...
 private DonchianChannel donchian;
 //...
 Print("Top Value = {0}", donchian.Top.LastValue);

Last update: March 23, 2023