PureBytes Links
Trading Reference Links
|
Hello,
> Thanks alot Brett. Is the manual you are referring to the same as
> the AFL Function Reference(AFL 1.0-1.5) or is there a seperate manual
> that I dont know about? Another AFL question.....if I want to make 3
> condtional buy signals, do you or others know if I can setup 3
> conditional buy equations then have a buy signal only trigger if all
> three are met....such as
>
> establish cond1buy, cond2buy and cond3buy then write:
>
> buy=cond1buy AND cond2buy AND cond3buy;
> meaning that all conditions must be met before a buy signal is
> generated.......
Exactly.
> One last question. Is there any way to test formulas to see if they
> are giving the proper results? i.e. to see if the results are what
> one would expect?
Run Scan or Back test in Automatic Analysis window and double click on
the results line. This will show you buy/sell arrows generated by your formula.
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
>
> --- In amibroker@xxxx, brett_f1@xxxx wrote:
> > 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
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|