PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxx> 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: amibroker@xxxxxxxxxxxxxxx
> 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:amibroker@...]
> Sent: Monday, 16 June 2003 8:31 PM
> To: amibroker@xxxxxxxxxxxxxxx
> 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 bugs@xxx
> Send SUGGESTIONS to suggest@xxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (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 bugs@xxx
> Send SUGGESTIONS to suggest@xxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (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 bugs@xxx
> Send SUGGESTIONS to suggest@xxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (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.
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
|