Summary
Gets or sets the lowest low of the period.
Syntax
public IndicatorDataSeries Bottom{ get; set; }
Example 1
//... private DonchianChannel donchian; //... Print("Bottom Value = {0}", donchian.Bottom.LastValue);
public IndicatorDataSeries Bottom{ get; set; }
//... private DonchianChannel donchian; //... Print("Bottom Value = {0}", donchian.Bottom.LastValue);