CQG API 4.0 - Revised
IncludeCurve Method
See Also  Send Feedback
curve_key

Curve number or curve name, must be either an integer or string

CQGCustomStudyRequest Interface : IncludeCurve Method

Glossary Item Box

Description

Includes the specified curve (custom study output) to be present in the requested custom study.

Syntax

Visual Basic
Public Sub IncludeCurve( _
   ByVal curve_key As Variant _
) 

Parameters

curve_key

Curve number or curve name, must be either an integer or string

Remarks

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.

See Also