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

Re: AFL



PureBytes Links

Trading Reference Links

The seperate manual is the user's guide from the online help system.

To print it out, do these steps:
1. Start AmiBroker
2. Click Help
3. Click Help Topics
4. Click on the Contents Tab
5. Highlight "AmiBroker 3.55 User's Guide"
6. Click on Print.

My printed copy is 75 pages.

Brett


--- In amibroker@xxxx, acs64@xxxx wrote:
> 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.......
> 
> Or is this syntax way out in left field? 
> 
> 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?
> 
> Thanks again,
> 
> Larry
> 
> --- 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