the charts need to be refreshed. either click on them, or include the
RequestTimedRefresh function


-- 
Cheers
Graham Kav
AFL Writing Service
http://www.aflwriting.com


On 27/08/07, Jerry Gress <[EMAIL PROTECTED]> wrote:
> 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.

Reply via email to