This is an old revision of the document!
MOV Function
- MOV( <value>, <periods>, <MAType> )
Computes the moving average of the value over the specified number of periods using the specified moving average type.
MAType can be specified as follows:
Aliases
The following are aliases for the MOV function:
- SMA( <value>, <periods>)
- EMA( <value>, <periods>)
- SMMA( <value>, <periods>)
- LWMA( <value>, <periods>)
- LSMA( <value>, <periods>)
- HMA( <value>, <periods>)
- WILDERMA( <value>, <periods>)