Summary
The highest high of the period
Syntax
public IndicatorDataSeries Top{ get; set; }
Example 1
//... private DonchianChannel donchian; //... Print("Top Value = {0}", donchian.Top.LastValue);
public IndicatorDataSeries Top{ get; set; }
//... private DonchianChannel donchian; //... Print("Top Value = {0}", donchian.Top.LastValue);