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

Re: FibboGatto from MS formula



PureBytes Links

Trading Reference Links

Hi David,
Here it is.

/*Buy&Sell for FibboGatto*/
X=ma(((c+ref(c,-1)+ref(c,-2)+ref(c,-3)+ref(c,-5)+ref(c,-8)+ref(c,-13)
+ref(c,-21)+ref(c,-34)+ref(c,-55)+ref(c,-89)+
ref(c,-144))/c)*-1,5);
S=EMA(((c+ref(c,-1)+ref(c,-2)+ref(c,-3)+ref(c,-5)+ref(c,-8)+ref(c,-13)
+ref(c,-21)+ref(c,-34)+ref(c,-55)+ref(c,-89)+
ref(c,-144))/c)*-1,34);
Y=X-S;

BUY= Y >= REF(Y,-1) AND REF(Y,-1) < REF(Y,-2);
SELL= Y <= REF(Y,-1) AND REF(Y,-1) > REF(Y,-2);

Hope this helps.
CC Chen

--- In amibroker@xxxx, "David Holzgrefe" <dtholz@xxxx> wrote:
> let me repeat that in english :)
> 
> It looks good from my quick view is there an AA buy sell formula to 
aid
> backtesting ?
> 
> ----- Original Message -----
> From: "David Holzgrefe" <dtholz@xxxx>
> To: <amibroker@xxxx>
> Sent: Thursday, November 08, 2001 10:12 PM
> Subject: Re: [amibroker] FibboGatto from MS formula
> 
> 
> > it look good from my quick view is the and AA buy sell formula to 
aid
> > backtesting ?
> >
> > Thanks David
> > ----- Original Message -----
> > From: <bbj@xxxx>
> > To: <amibroker@xxxx>
> > Sent: Thursday, November 08, 2001 9:00 PM
> > Subject: [amibroker] FibboGatto from MS formula
> >
> >
> > > Hi All,
> > > I translated a MS formula into AFL.
> > > Readings,
> > >
> > > Buy when red color turns into orange( below zero line) or 
orange
> > > color turns into green color(abobe the zero line)
> > > Sell when green color turns into orange color( above zero line)
or
> > > orange color turns into red color(below zero line).
> > >
> > > All your comments are highly appreciated.
> > >
> > >
> > >
> > >
> > >
> > > 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/
> >
> >