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

Re: [amibroker] Stochastic Rsi



PureBytes Links

Trading Reference Links

Herman,

For the last year, I prefer the TRIX(21) to the SMA(21) (if you are going to
incorporate the indicator into a "system" and use a trend qualifier).  The
TRIX(21) is a good itermediate judge of trend.

The fast StoRSI with "8's" and a 3-period EMA is a very solid oscillator.
Over the years, I have incorporated it into solid systems for the grains.

Take care,

Steve
----- Original Message ----- 
From: "Herman van den Bergen" <psytek@xxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, July 24, 2003 4:03 AM
Subject: RE: [amibroker] Stochastic Rsi


> Here is an earlier post, I think this idea was intended for the QQQ:
>
> // Steve Karnish StoRSI
> StochRsi=EMA((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-LLV(RSI(8),8)),3)*100;
> Buy=Cross(17,StochRsi) AND Ref(MA(C,21),-1) < MA(C,21);;
> Sell=Cross(StochRsi,83);
> Short=Cross(StochRsi,83) AND Ref(MA(C,21),-1) > MA(C,21);
> Cover=Cross(17,StochRsi);
>
> herman
>
> -----Original Message-----
> From: mleonsprint [mailto:mleonsprint@xxxxxxxxx]
> Sent: Thursday, July 24, 2003 1:45 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Stochastic Rsi
>
>
> Does anyone have the formula to the Stochastic Rsi?
>
> Thanks for your help
> Mark
>
>
>
> 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/
>
>
>
>
>
> 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/
>
>


------------------------ 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/