caplin.chart.Series implements this interface as it's the primary "manager" for studies. If you will write a new study class that uses another study as the base for it'fs calculations, then your study class must implement this interface as it will become the listener for study data of its "inner" study.
Attributes | Name and Description |
---|---|
|
caplin.chart.study.StudyListener()
|
Attributes | Name and Description |
---|---|
|
void
onStudyData(Object study, Array data)
Called whenever new study data is available. |
►
caplin.chart.study.StudyListener()
►
void
onStudyData(Object study, Array data)
Called whenever new study data is available.
Object | study | The caplin.chart.Study object that provided the data. |
Array | data | Study data in the Caplin format. How this looks will depend on each individual study. |