Hello All,
I have up to 8 charts that I want to show the same support and resistance
number imputed through Parameters.
As I understand it using StaticVarSet( ''R1'', value ) in the main inputed
chart (value = number value for R1) and then StaticVarGet( ''varname'' ) in
the second through 8th chart should transfer the values.
1st chart:
StaticVarSet("R1",r1);
2nd chart:
R1 = StaticVarGet("R1");
Plot(R1,etc...
But NO transfer of values happen between charts, so how do you all do it?
Thanks in advance for any suggestions.
Jerry Gress
Stockton, Ca.