PureBytes Links
Trading Reference Links
|
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/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/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/
|