[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: making a plot conditional on existence of another pane



PureBytes Links

Trading Reference Links

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 --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/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/