Syntax
Public Function HighLowBands(period As Integer) As String |
High Low Bands consist of triangular moving averages calculated from the underling price, shifted up and down by a fixed percentage, and include a median value.
When prices raises above the upper band or fall below the lower band, a change in direction may occur when the price penetrates the band after a small reversal from the opposite direction.
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