To use a study adapter you pass it to caplin.chart.Series#addStudy and the Series
will use
it to transform the study data before passing it onto the chart.
Attributes | Name and Description |
---|---|
|
caplin.chart.study.Adapter()
|
Attributes | Name and Description |
---|---|
<static>
|
Array
transform(Array points)
Receives study data in Caplin format and returns the same data in a format that the chart will understand. |
►
caplin.chart.study.Adapter()
►
<static>
Array
transform(Array points)
Receives study data in Caplin format and returns the same data in a format that the chart will understand.
Array | points | The study data in Caplin Platform format. |