Syntax
Public Function MoneyFlowIndex(volumeVal As ENUM_VOLUME_METHOD, period As Integer) As String |
The Money Flow Index measures money flow of a security, using volume and price for calculations.
Market bottoms below 20 and tops above 80. Divergence of price and Money Flow Index are also used.
Parameters
Key | Description |
volumeVal | The value can be one of ENUM_VOLUME_METHOD |
period | Period as integer |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also