Fred,
Thanks for the MA shift code....it
works great.
I've been reading Bill Williams 3rd
book,"Trading Chaos", 2nd edition which defines the Alligator System in great
detail. It's also heavy on "Trader Psychology".....even a little "Zen" thrown
in. I'm not sure where this is going but it's been a great
read.
thanks again,
.....Joe
----- Original Message -----
Sent: Thursday, February 26, 2009 8:13
PM
Subject: Re: [amibroker] Bill Williams
Alligator System II
I have no experience with the system ... but to plot the averages beyond
the end of prices shift them in the plot statement instead of in the
calculation i.e.
AlligatorJaw = Wilders(A,13);
AlligatorTeeth = Wilders(A,8);
AlligatorLips = Wilders(A,5);
Plot (AlligatorJaw, "Jaw", ParamColor("Jaw's
Color",colorBlue), ParamStyle("Jaw's
Style", styleThick),0,0,8);
Plot (AlligatorTeeth,"Teeth", ParamColor("Teeth's Color",colorRed), ParamStyle("Teeth's Style", styleThick),0,0,5);
Plot (AlligatorLips, "Lips", ParamColor("Lips's Color",colorGreen), ParamStyle("Lips's Style", styleThick),0,0,3);----- Original Message ----- From: Joseph Platt
Date: Thursday, February 26, 2009 2:27 pm Subject: [amibroker]
Bill Williams Alligator System II To:
amibroker@xxxxxxxxxps.com
> > > I wonder if
anyone is trading or has traded the Bill Williams > Alligator System II
as it exists in the AFL library. > > According to the William's
"Profitunity" website, the 3 moving > averages representing the "Jaws",
"Teeth", and "Lips" are > supposed to > be shifted into the
future 8, 5 and 3 units respectively. I > think the > code does
provide for the shift (internally) but the averages > don't >
project visually beyond the last charted bar on the right edge > of the
> chart. > > I would like to try the system but don't
won't to get involved > with > Metastock or Trade Station for
the sake of experimenting with > it. > Bill Williams website
goes at great length describing the setup > for > both Metastock
and Trade Station. > > The buy and sell fractals are marked on
the charts where they > occur...not as continuous lines like the
Amibroker version. > > Would appreciate any information from
anyone that's had some > experience with the AB version. >
> thanks, > > Joe Platt > >
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|