PureBytes Links
Trading Reference Links
|
They way I understand the "linked" option is when you create
a "linked" graph it always references the same formula file, so if
the file is changed, all the "linked" graphs change with it...
The graphs that are not "linked" have their own copy of the original
fomula that is unique to that chart... any changes only affect that
one graph...
My preference is to link all charts and make a new name for a specifc
change...
Walt
--- In amibroker@xxxxxxxxxxxxxxx, Yuki Taga <yukitaga@xxxx> wrote:
> Hi Walt,
>
> I notice that this can essentially be done anyway, by editing the
> chart. Apparently whether this happens (all charts are changed or
> just the one being edited) or not is dependent on whether the chart
> is 'linked' or not, an option I am still not fully conversant with.
>
> Another one for the Beta list. <g>
>
> Yuki
>
> Saturday, December 11, 2004, 12:27:46 PM, you wrote:
>
> h> Yuki,
>
> h> It can probably be done with static variables;
> h> The volume pane formula would create a static var like:
>
> h> StaticVarSet( name() +"HasVolP" , true )
>
> h> then the price chart would have this code:
>
> h> if (!staticVarGet(name() +"HasVolP"==true)
> h> plot(v,"v",colorBlue,styleHistogram|styleownscale);
>
> h> Walt
>
> h> --- In amibroker@xxxxxxxxxxxxxxx, Yuki Taga <yukitaga@xxxx>
wrote:
> >> I wonder if this is possible?
> >>
> >> For example, I have particular sheets that do not have a volume
> >> indicator in any pane. When such sheets are viewed, I'd like to
see
> >> the histogram overlay in my custom price chart, which is
invariably
> >> one of the panes on the sheet. On other sheets however, when one
of
> >> the panes is volume, I'd like to have the volume histogram
overlay
> >> disappear from the same custom price chart.
> >>
> >> I'm guessing this cannot be done, but it sure would be nice.
> >>
> >> Yuki
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|