PureBytes Links
Trading Reference Links
|
upperstderrband = MA(LinearReg(C,8) + 2* StdErr(LinearReg(C,8),8),3);
lowerstderrband = MA(LinearReg(C,8) - 2* StdErr(LinearReg(C,8),8),3);
--- In amibroker@xxxxxxxxxxxxxxx, "traderix2003" <d.adam@xxxx> wrote:
> Hi Steve,
>
> thank you very much for your answer. Have you a AFL formula for the
> Standard Error Bands?
> I could see it by a friend but he had Tradestation.
>
> Regards
>
> Daniel
>
> >
> > Try exiting after price closes above or below the Standard Error
> Bands (8
> > period linear regression; 2 standard errors, and a 3 period
sma).
> If price
> > continues to move in your direction, hugging the linear
regression
> line, it
> > keeps you in the trade. If price spikes in your direction,
you're
> out. If
> > price moves against you, hopefully, you have a stop-strategy in
> place.
> >
> > Take care,
> >
> > Steve
> > ----- Original Message -----
> > From: "traderix2003" <d.adam@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Friday, July 25, 2003 3:28 AM
> > Subject: [amibroker] INDICATOR FOR EXIT
> >
> >
> > I´m still loking for a good indicator only to EXIT my trades
> > (commodities).I tried almost everything and retain those three:
> > . R SQUARED + LINEAR REGRESSION SLOPE
> > . STOCH RSI
> > . TRIX
> >
> > Who has experience with those indicators?
> > Perhaps has somebody a better idea?
> >
> > Welcome to all innovative ideas!
> >
> > Regards. Daniel
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > --------------------------------------------
> > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges & Refill Kits for Your Epson at Myinks.com
Free shipping on orders $50 or more to the US and Canada.
http://www.c1tracking.com/l.asp?cid=5705&lp=home/epson.asp
http://us.click.yahoo.com/brYXfA/_xWGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|