PureBytes Links
Trading Reference Links
|
I can offer a little help with a couple of questions. For ATR, try
this link http://www.equis.com/free/taaz/avertrurang.html it also has
descriptions for most other TA terms too.
For other areas to asist with program writing, print out copies of
all the newsletters and the manual. The newsletters also contain
some links to AFL code that is different from what is printed on the
newsletter. Download and read those. I also went through each of
the sample indicators and printed the code out from too for ideas on
how to write code.
For your last question, I'm not sure of the answer but I have seen
reference in I think a newsletter for how to do a trend line and
likely liner regression.
Brett
--- In amibroker@xxxx, acs64@xxxx wrote:
> Hello,
>
> I am new to AFL and am trying to write some simple programs with
it.
> I have printed AFL Function Reference (AFL 1.0-1.5). Is this the
> latest reference regarding AFL, and is there other areas I could
> check to assist with program writing? Also, would someone please
> explain the meaining of atr (average true range indicator)? One
more
> question. If I wanted to determine the slope of a best fit line
> drawn through 5 consecutive past prices, would ROC provide this
> result? Thank you in advance.
>
> Larry
|