Includes the specified curve (custom study output) to be present in the requested custom study.
Visual Basic |
---|
Public Sub IncludeCurve( _ ByVal curve_key As Variant _ ) |
- curve_key
Curve number or curve name, must be either an integer or string
The call will throw an exception in case of incorrect type, non-existent curve number or name.
Upon the creation of CQGCustomStudyRequest instance, all curves are included by default.
If the IncludeCurve method is called on an instance, where all curves are already included, all curves become excluded except the one specified by curve_key.
Otherwise, curve_key is included in addition to the already-included other curves.