timeShift property
The shift value for the PreviousValueIndicator to calculate the pervious value of.
It will be calculated this way by using period:
timeShift = period ~/ 2 + 1
Implementation
final int timeShift;
The shift value for the PreviousValueIndicator to calculate the pervious value of.
It will be calculated this way by using period:
timeShift = period ~/ 2 + 1
final int timeShift;