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 = Time Series
n = Periods
Discussion:
Computes the slope of the line fitted between the current time series value and the time series value n periods ago.