Plot study from chart1 to chart2

Questions about MultiCharts and user contributed studies.
lopper70
Posts: 22
Joined: 17 Oct 2014
Has thanked: 2 times

Plot study from chart1 to chart2

Postby lopper70 » 13 Nov 2015

Hello, I want plot study from chart1 to chart2, you can do it?

example....I create an indicator in chart1, time frame setting 500 contract bar (or other time frame, and I minimize this chart).
in chart2 I setting time frame 15 minutes (I see only this chart in workspace) and want to import, or plotting, my indicator from chart1 to this chart2 and see it in this chart!

I not want create data1 and data2 because data2 (15 minutes) is not displayed good, many candles have a lot of space between them.

is this possible?

thank you

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

Re: Plot study from chart1 to chart2

Postby TJ » 13 Nov 2015

Hello, I want plot study from chart1 to chart2, you can do it?

example....I create an indicator in chart1, time frame setting 500 contract bar (or other time frame, and I minimize this chart).
in chart2 I setting time frame 15 minutes (I see only this chart in workspace) and want to import, or plotting, my indicator from chart1 to this chart2 and see it in this chart!

I not want create data1 and data2 because data2 (15 minutes) is not displayed good, many candles have a lot of space between them.

is this possible?

thank you
You can use GlobalVariables (GV) to transfer data between charts.

Do a search on this forum and on the Wiki for more information on GV.

You can study this code as a programming example
GlobalVariables GV Latency Tester
viewtopic.php?f=5&t=10780


Return to “MultiCharts”