How to get the data values of the subgraph lines ?

Custom indicators, trading strategies, data export and recording and more...
N1cO
Posts: 1
Joined: Sat Oct 24, 2020 8:21 am

How to get the data values of the subgraph lines ?

Post by N1cO » Sat Oct 24, 2020 11:55 am

HI,

I couldn't find in the samples and javadocs how to get the data values of the subgraph lines ?

I have several indicators and I want to compare the position of lines, how can I get the data values of subgraphs via the api?

Thank you
 

Andry API support
Posts: 548
Joined: Mon Jul 09, 2018 11:18 am
Has thanked: 25 times
Been thanked: 85 times

Re: How to get the data values of the subgraph lines ?

Post by Andry API support » Mon Oct 26, 2020 4:03 pm

Hi!
Dou you mean built-in Bookmap indicators? It is currently imposible for them.
To get data from an indicator you need either:
 - API which gives access to data;
 - Source code so you are able to expose data.

Post Reply