Summary
Gets the Result Series of the Swing Index indicator.
Syntax
public IndicatorDataSeries Result{ get; }
Example 1
public override void Calculate(int index) { //Print the current value of SwingIndex to the log Print("The current value of SwingIndex is {0}", _swingIndex.Result[index]); }