Is there a way to get data from a dashboard indicator, and save it to something like a CSV?

 

Hi all.

I have an indicator which produces a dashboard that displays statistics in percentages.

I want to write some kind of script to loop through every single symbol that I have showing on the navigator, and get the data for it, and put it in a CSV.

If it's not possible to do it for all of them, then just the current opened symbol.


Looking for some community experience to see if this is possible and what would be the best method to go about doing this.

Thanks!

 
  1. No objects created on non-opened chart, so not possible.
  2. On opened charts, read the objects.
  3. If you have the source code, or can guess based on the dashboard text, just read the symbol's data; forget the dashboard.
 
William Roeder:
  1. No objects created on non-opened chart, so not possible.
  2. On opened charts, read the objects.
  3. If you have the source code, or can guess based on the dashboard text, just read the symbol's data; forget the dashboard.

Unfortunately I don't have access to the source code of the indicator, nor do I have an exact idea of how it works.

I would have thought you'd be able to somehow pull it from the dashboard?

 
JingleJongle: I would have thought you'd be able to somehow pull it from the dashboard?

Answered in #1.2

Reason: