Syntax
|
Public FunctionRainbowOscillator(applyTo As ENUM_APPLIED_PRICE, levels As Integer, Ma As ENUM_MA_METHOD) As String
|
The rainbow oscillator is based upon multiple time frames of a moving average.
Parameters
| Key | Description |
| applyTo | Value can be one of ENUM_APPLIED_PRICE |
| levels | Level as integer |
| Ma | ENUM_MA_METHOD |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also