Summary
The low limit of the chaos band.
Syntax
public IndicatorDataSeries Low{ get; }
Example 1
public override void Calculate(int index) { Print("Fractal Chaos Bands Low = {0}", _fractalChaosBands.Low[index]); }
public IndicatorDataSeries Low{ get; }
public override void Calculate(int index) { Print("Fractal Chaos Bands Low = {0}", _fractalChaosBands.Low[index]); }