Acceleration
The Acceleration of changes calculates current velocity of changes and velocity of changes n periods of time before.
Acceleration(Parameters)
- Range. Any range of data, e.g. array of Close, Low prices, Volume, etc.
- Output range. The cell reference for the range of output data.
- Period. Number of values used for calculation.
Acceleration(Syntax)
Acceleration(RANGE;PERIOD;DIRECTION)
Example
=Aceleration(A1:A3;2;0)
|