PureBytes Links
Trading Reference Links
|
The
generalized functions take arrays as arguments. <SPAN
class=843104403-22102002>For
example:
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>RSIa(array, period);
<FONT face=Arial color=#0000ff
size=2>CCIa(array, period);
<FONT face=Arial color=#0000ff
size=2>
<SPAN
class=843104403-22102002>You can replace
"array" with the Foreign(...) function. <SPAN
class=843104403-22102002><SPAN
class=843104403-22102002><FONT face=Arial
color=#0000ff size=2>Search for "Foreign" in the help file for more
info.
<SPAN
class=843104403-22102002>
<SPAN
class=843104403-22102002>As far as I know, there is not a StochDa(array, period)
function yet.
<SPAN
class=843104403-22102002>
<FONT face=Arial color=#0000ff
size=2>Perhaps it would be useful to have more of these flexible XXXa
functions.
<SPAN
class=843104403-22102002><FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial color=#0000ff
size=2>-Steve
<FONT face=Tahoma
size=2>-----Original Message-----From: akaloustian
[mailto:ara1@xxxx]Sent: Monday, October 21, 2002 11:17
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [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 applicationsAraPost
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|