Syntax
Public FunctionMassIndex(period As Integer) As String
|
The Mass Index identifies price changes by indexing the narrowing and widening change between high and low prices.
According to the inventor of the Mass Index, reversals may occur when a 25-period Mass Index raises above 27 or falls below 26.5.
Parameters
Key | Description |
Period | Period as integer |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also