Velocity
Returns the velocity of changes of the current value and the value PERIOD time periods ago.
Velocity(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.
Velocity(Syntax)
Velocity(RANGE;PERIOD;DIRECTION)
Example
=Velocity(A1:A10;10;1)
|