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

Re: [amibroker] Re: Newbie



PureBytes Links

Trading Reference Links

Here's a few links to help get you started
the main reference would be the help menu on the top bar
Whilst there's not a section dedicated to how to write afl code
you can find the syntax for all ami codes in the help files

http://www.amibroker.com/newsletter/index.html
http://www.amibroker.com/news.html

The library has an excellent selection of code written by members I have
found that by cut & pasting these and then modifying them to suit my needs a
great help in learning afl's code .
http://www.amibroker.com/library/

also check the files section in the egroup
http://groups.yahoo.com/group/amibroker

If you have other specific question just ask the group TJ or someone else
will usually help ..

Hope this helps David
----- Original Message -----
From: "Bryan Johnson" <bryan1@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, October 02, 2001 12:05 AM
Subject: [amibroker] Re: Newbie


> Where are the docs?
>
> Bryan
>
> --- In amibroker@xxxx, "David Holzgrefe" <dtholz@xxxx> wrote:
> > LOL that sound like so many of us in the beginning .. have a good
> read of
> > the docs ... the code goes in the exclamation ! auto analyzer
> window and ,
> > no there is no need to compile ..
> >
> > start off modifying simple formula posted in the egroup area of Ami
> > and before long you will be writing your own codes
> >
> > ----- Original Message -----
> > From: "Bryan Johnson" <bryan1@xxxx>
> > To: <amibroker@xxxx>
> > Sent: Monday, October 01, 2001 1:41 PM
> > Subject: [amibroker] Re: Newbie
> >
> >
> >
> >
> > > I'm so new I don't even know where to put the code. What buttons
> do> I
> > click and how do I compile if there is such a thing in Amibroker?
> > >
> > > Is there a file for beginners to get assistance in where to start?
> > >
> > > Is there a weekly chat that meets at a certain time?
> > >
> > > Bryan
> > >
> > >
> > > --- In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> > > > Hello,
> > > >
> > > > If you want to detect n-day trend in MACD() and Stoch
> > > > you might try something like this:
> > > >
> > > > n = 10; // you may change this as you want
> > > > buy = roc( macd(), n ) > 0 AND roc( stochd(), n ) > 0;
> > > > sell = roc( macd(), n ) < 0 AND roc( stochd(), n ) < 0;
> > > >
> > > > (for simplicity it is long only, for short add
> > > > cover = buy;
> > > > short = sell;
> > > > )
> > > >
> > > > Best regards,
> > > > Tomasz Janeczko
> > > > ===============
> > > > AmiBroker - the comprehensive share manager.
> > > > http://www.amibroker.com
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: "Bryan Johnson" <bryan1@xxxx>
> > > > To: <amibroker@xxxx>
> > > > Sent: Sunday, September 30, 2001 5:17 AM
> > > > Subject: [amibroker] Newbie
> > > >
> > > >
> > > > > Hi
> > > > >
> > > > > I'm new to Amibroker and have the demo version. I'd like to
> know
> > > if
> > > > > there is a shortcut to testing out the scenario:
> > > > >
> > > > > When both the daily Macd and daily slow stochastic are going
> in
> > > the
> > > > > same direction, to trade in that direction.
> > > > >
> > > > > I'm not at all familiar with AFL. Any response is welcome.
> > > > >
> > > > > Bryan
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Your use of Yahoo! Groups is subject to
> > > http://docs.yahoo.com/info/terms/
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> > >
> > >
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>