Calculates the value of this indicator for the given index without caching it.
index
Returns the result as a T.
T
@override T calculate(int index) => _closeValueIndicator.getValue(index);