Checks if the specified curve (custom study output) is currently included.
Visual Basic |
---|
Public Function IsCurveIncluded( _ ByVal curve_key As Variant _ ) As Boolean |
- curve_key
Curve number or curve name, must be either integer value or string
True, if the curve is included; False, otherwise
The call will throw an exception in case of incorrect type, non-existent curve number or name.