GetChartID() appears to return the pane id, not the chart id -- at least in the sense that creating a new chart is a distinction operation from creating a new pane.
Is there a chart-level identifier? This would be useful in cases where different panes need to refer to a vector that is selected once in the chart (e.g. in the topmost pane). The chart-level id could be used as the name for a static variable, more flexible that global variables in a sense. --- In [email protected], "Tomasz Janeczko" <amibro...@...> wrote: > > MessageHello, > > It can be used anywhere. In AA window simply returns zero always, > simply because there is no underlying indicator here. > > Best regards, > Tomasz Janeczko > amibroker.com > ----- Original Message ----- > From: Graham > To: [email protected] > Sent: Monday, June 16, 2003 2:55 PM > Subject: RE: [amibroker] Detect ChartID > > > thanks Tomasz > I note that it cannot be used in the AA window, is this true > from Help file "Returns 0 if used in Automatic analysis. " > > > > Cheers, > Graham > > http://groups.msn.com/ASXShareTrading > > http://groups.msn.com/FMSAustralia > > -----Original Message----- > From: Tomasz Janeczko [mailto:amibro...@...] > Sent: Monday, 16 June 2003 8:31 PM > To: [email protected] > Subject: Re: [amibroker] Detect ChartID > > > Hello, > > Yes there is a way: > > GetChartID() > > http://www.amibroker.com/guide/afl/afl_view.php?name=GETCHARTID > > Best regards, > Tomasz Janeczko > amibroker.com > ----- Original Message ----- > From: Graham > To: AB yahoo group > Sent: Monday, June 16, 2003 3:28 AM > Subject: [amibroker] Detect ChartID > > > Is there some way to automatically detect the chartID for use with > studies? > I can find the chart id in the IB editor window, but I have to separate > scans for the different windows I want to use it in. > I would prefer a single scan for use with all chart panes. > To do this I would need to have mulitple buy/sell conditions eg > Buy = Cross(C, Study("RE",1110) or Cross(RSI(14),Study("RE",1011) etc; > > > Cheers, > Graham > > http://groups.msn.com/ASXShareTrading > > http://groups.msn.com/FMSAustralia > > > > > Send BUG REPORTS to b...@... > Send SUGGESTIONS to sugg...@... > ----------------------------------------- > Post AmiQuote-related messages ONLY to: [email protected] > (Web page: http://groups.yahoo.com/group/amiquote/messages/) > -------------------------------------------- > Check group FAQ at: > http://groups.yahoo.com/group/amibroker/files/groupfaq.html > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > > Send BUG REPORTS to b...@... > Send SUGGESTIONS to sugg...@... > ----------------------------------------- > Post AmiQuote-related messages ONLY to: [email protected] > (Web page: http://groups.yahoo.com/group/amiquote/messages/) > -------------------------------------------- > Check group FAQ at: > http://groups.yahoo.com/group/amibroker/files/groupfaq.html > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > Yahoo! Groups Sponsor > > > > > > Send BUG REPORTS to b...@... > Send SUGGESTIONS to sugg...@... > ----------------------------------------- > Post AmiQuote-related messages ONLY to: [email protected] > (Web page: http://groups.yahoo.com/group/amiquote/messages/) > -------------------------------------------- > Check group FAQ at: > http://groups.yahoo.com/group/amibroker/files/groupfaq.html > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. >
