PureBytes Links
Trading Reference Links
|
It does the job. Thanks for your help.
--- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxx> wrote:
>
> if you are trading another issue and want signal from XAO, use the
> Setforeign function
>
> SetForeign("XAO"); // This replaces all the price data regardless of what
> symbol you may have selected.
>
> Buy_XAO = PDI(14)>(MDI(14);
>
> RestorePriceArray(); // removes the SetForeign() data, but the signal
> remains available
>
> rest of your code
>
>
> ----- Original Message -----
> From: <kenharold@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, July 03, 2009 11:24 PM
> Subject: [amibroker] How do I use use an index as a filter for a buy signal?
>
>
> > Can someone assist with the code required to set a flag based on the ASX
> > index, XAO. I want my buy signal to only operate when PDI(14)>(MDI(14)for
> > the XAO. Any assistance would be appreciated.
> >
> >
> >
> > ------------------------------------
> >
> > **** 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
> >
> >
> >
> >
>
------------------------------------
**** 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/
|