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

RE: [amibroker] Re: FibboGatto from MS formula


  • To: bbj@xxxx
  • Subject: RE: [amibroker] Re: FibboGatto from MS formula
  • From: "John Pyle" <jmp23834@xxxx>
  • Date: 8 Nov 2001 16:38:51 -0000

PureBytes Links

Trading Reference Links

Is there an article that this system is based on. I would like to get more background. ----- Original Message ----- From: To: amibroker@xxxxxxxxxxxxxxx Sent: 11/8/01 10:05:04 AM Subject: [amibroker] Re: FibboGatto from MS formula 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" 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" > To: > 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: > > To: > > 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/> >> >Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.   --- John Pyle