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