Attributes | Name and Description |
---|---|
|
caplin.chart.series.Adapter()
|
Attributes | Name and Description |
---|---|
<static>
|
Array
transform(Array points)
Receives chart series data in Caplin Format and returns the same data in a format that the chart will understand. |
►
caplin.chart.series.Adapter()
►
<static>
Array
transform(Array points)
Receives chart series data in Caplin Format and returns the same data in a format that the chart will understand.
Array | points | The series data in Caplin Platform format: [ [ timestamp, open, high, low, close
(,volume) ], ... ] . |