Hello,
Except making coffee almost everything is possible in
AFL.
The fact that some function uses OHLC arrays does NOT mean
that you can not change that !
At any time you can OVERWRITE OHLC arrays with ANY data
:
O = your data here
H = your data here
L = your data here
C = your data here
myadx = ADX(); // ADX calcualted from YOUR DATA
RestorePriceArrays(); // restore original arrays.
Best regards, Tomasz
Janeczko amibroker.com
----- Original Message -----
Sent: Tuesday, May 08, 2007 12:20
PM
Subject: Re: [amibroker] ADX
calculating
I doubt if that is possible in AFL since it takes the values
set by the system i.e.based on O,H,L,C as per the formulae created by Welles
Wilder - I am open to correction here. If you want to use your own values you
will have to get hold of a copy of the book by Welles Wilder and write the
code in AFL.
R
ps: if you cant get access to a copy of the
book let me know and I will copy the formulae from the book and send them to
you.
__._,_.___
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
__,_._,___
|