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

Re: Tomasz - Suggestion - Function(Foreign(...)



PureBytes Links

Trading Reference Links

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.