API Reference
Namespaces
Classes
Events
Global
Externals

Class: Study

CIQ.ReferenceData. Study (options)

Registers a study that can be added to the chart via Dataset


new Study(options)

Parameters:
Name Type Description
options object

Study options

Properties
Name Type Description
id string

Study library ID

name string

Study name

inputs object

Study inputs

outputs object

Study outputs

panelName string

Study panel Name

parameters object

Study parameters

Since:
  • 10.1.0

Members


<nullable> onAdd :StudyCallback

Called when the study is added to the chart

Type:
  • StudyCallback
Since:
  • 10.1.0


<nullable> onCalculate :StudyCallback

Called when the study is calculated from quote data

Type:
  • StudyCallback
Since:
  • 10.1.0


<nullable> onRemove :StudyCallback

Called when the study is removed from the chart

Type:
  • StudyCallback
Since:
  • 10.1.0


<nullable> onRender :StudyCallback

Called when the study is rendered on the chart

Type:
  • StudyCallback
Since:
  • 10.1.0

Methods


<nullable> onInitialize()

Called when the study is added to the chart

Since:
  • 10.1.0