PureBytes Links
Trading Reference Links
|
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 <pleasenospamplease@xxxxxxxxxxx> 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.
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|