Abbreviation:
Category: Change
Input Parameters:
Name | Range | Default |
Time Series | Close | |
Periods | Int >= 1 | 10 |
Calculation:
( Current X value – X value n periods ago ) / n
where
X = Velocity(Time Series, Periods)
n = Periods
Velocity represents Velocity
Discussion:
Computes the slope of the line between the current time series slope and the time series slope n periods ago.