timeShift property

int timeShift
final

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;