PureBytes Links
Trading Reference Links
|
Hi all,
As the others already wrote RSIa and CCIa functions allow calculation
of RSI and CCI from any array (including Foreign) easily.
For all other functions you can redefine C (and in some cases OHL) array(s)
(as Dimitris wrote already).
More XXa functions will come.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Stephane Carrasset" <nenapacwanfr@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, October 22, 2002 5:34 PM
Subject: [amibroker] Re: Tomasz - Suggestion - Function(Foreign(...)
> we have it already
>
> Ndx=RSIa(Foreign("^NDX","c"),14);
> SPX=RSIa(Foreign("^SPX","c"),14);
> DJI=RSIa(Foreign("^DJI","c"),14);
> Plot(Ndx,"Ndx",4,1);
> Plot(Spx,"Spx",5,1);
> Plot(Dji,"Dji",6,1);
>
> stephane
> > Very good idea, which I think Tomasz has already taken care of.
> >
> > I don't suppose you have tried a form : RSI(Foreign(...),14) ?
> Did it work?
> >
> > rma
> > ----- Original Message -----
> > From: akaloustian
> > To: amibroker@xxxx
> > Sent: Monday, October 21, 2002 10:17 PM
> > Subject: [amibroker] Tomasz - Suggestion - Function(Foreign(...)
> >
> >
> > Tomasz,
> >
> > It would be useful to have functions like StochD(), RSI() etc to
> > accept an argument of a ticker.
> >
> > Example: RSI("IBM",14);
> >
> > This would allow us to have several indicators of our choice
> without
> > any regard for the selected stock, thus the ability to have
> several
> > screens setup to monitor predefined conditions.
> >
> > While we can do this in a roundabout way now, it is rather
> > cumbersome...
> >
> > Useful for EOD, but particularly useful for RT applications
> >
> > Ara
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> >
> >
> > Post AmiQuote-related messages ONLY to: amiquote@xxxx
> > (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.
>
>
>
> 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 http://docs.yahoo.com/info/terms/
>
>
>
|