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

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



PureBytes Links

Trading Reference Links

You should know in advance if the indicator is a function of C or of 
HLC [Stochastic for example]. In the second case you should re-define 
C, H, L.
DT
--- In amibroker@xxxx, "Steve Davis" <_sdavis@xxxx> wrote:
> The generalized functions take arrays as arguments. For example:
> 
> RSIa(array, period);
> CCIa(array, period);
> 
> You can replace "array" with the Foreign(...) function. Search 
for "Foreign"
> in the help file for more info.
> 
> As far as I know, there is not a StochDa(array, period) function 
yet.
> 
> Perhaps it would be useful to have more of these flexible XXXa 
functions.
> 
> -Steve
> -----Original Message-----
> From: akaloustian [mailto:ara1@x...]
> Sent: Monday, October 21, 2002 11:17 PM
> To: amibroker@xxxx
> 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.