Syntax
Public Function PrimeNumberBands(chart_ID As Long) As String
Description
Similar to the Prime Numbers Oscillator, the Prime Number Bands indicator finds the nearest prime number for the high and low, and plots the two series as bands.
Parameters
Key | Description |
chart_ID | Chart identifier, 0 is the current chart ,value of type Long |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
Sample
Public Sub main()AlertMessage (PrimeNumberBands(0)) 'Draws the indicator on chart and shows a message box with the indicator name.End Sub
See Also