How to read a value from anothet Chart  [SOLVED]

Questions about MultiCharts and user contributed studies.
mno
Posts: 46
Joined: 11 Feb 2010
Has thanked: 16 times
Been thanked: 5 times

How to read a value from anothet Chart

Postby mno » 28 Jan 2016

Hello,

I would like to read a value from another chart, ie a data series withou actually having to have a another chart overlap from the one retrieving it.

Is there a way to say GetValue(Chart3, Variable) and gives me the value?

Any help would be appreciated.

Thank you.

mno

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: How to read a value from anothet Chart  [SOLVED]

Postby TJ » 29 Jan 2016

Hello,

I would like to read a value from another chart, ie a data series withou actually having to have a another chart overlap from the one retrieving it.

Is there a way to say GetValue(Chart3, Variable) and gives me the value?

Any help would be appreciated.

Thank you.

mno
To exchange data between charts, you can use GlobalVariables.

viewtopic.php?f=5&t=2483



Just a note before you jump into the ether... The easiest, and by far the most confident way of accessing another data is to have everything in the same chart. Because once you remove something from the same chart, you are introducing timing problems and connection worries.


Return to “MultiCharts”