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: [email protected]
>
>
> 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
>
>