SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus -- Ignore unavailable to you. Want to Upgrade?


To: sean sanders who wrote (9022)3/15/1999 10:00:00 PM
From: TechTrader42  Read Replies (1) | Respond to of 11149
 
Sean: Here's the Metastock formula for StochRSI(8,5):

Mov((RSI(8)- LLV(RSI(8),8)) /(HHV(RSI(8),8)-(LLV(RSI(8),8))),5,E)*100

Here's a QP2 scan that gives the same values:

output="test.lst";
daystoload=500;
integer i;
//for i = -2 to 0 step 1 do
set stochrsi = 8, 8, 5, e;
println symbol , ", ", stochrsi(0);
//next i;

To get values for stochrsi(14), change set stochrsi to:

set stochrsi = 14, 14, 14, e;