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

[EquisMetaStock Group] Re: Stochastic RSI



PureBytes Links

Trading Reference Links

Take your pick - all versions

{pers:= Input("Enter Periods", 1, 200,14);
( ( Mov(RSI( pers ), 5, S)- LLV( Mov(RSI(pers ), 5, S) ,pers ) ) / ( (
HHV( Mov(RSI(pers ), 5, S) ,pers ) ) - LLV( Mov(RSI(pers ), 5, S),pers
) ) )

Rpers:= Input("Enter RSI Periods", 1, 200,14);
RSpers:= Input("Enter RSI Smoothing Periods", 1, 200, 5);
Spers:= Input("Enter Stochastic Periods",  1, 200, 13);
Smpers:= Input("Enter Stochastic Smoothing Periods", 1, 200, 8);

SRSI:= Mov( RSI(Rpers), RSpers, S);

(Sum( SRSI - LLV( SRSI, Spers), Smpers ) / Sum(HHV( SRSI, Spers) -
LLV(SRSI, Spers), Smpers) ) * 100}
 period:=Input("RSI Period",0,100,14);
 smooth:=Input("Smoothing Periods",0,100,5);

storsi:=( ( RSI( period ) - LLV( RSI(period ) ,period) ) / ( ( HHV(
RSI(period) ,period) ) - LLV(RSI(period),period) ) );

Mov(storsi,smooth,S)*100

Dusant
--- In equismetastock@xxxxxxxxxxxxxxx, "keith" <janus36@xxxx> wrote:
> recently on this or another forum, there was a discussion about
StochRSI, with some formulas , in particular,  a formula of Miner's 
StochRSI  14 and StochRSI 70
> 
> I recently had some computer problems and lost Miner's StochRSI formula
> 
> i've searched our message files but can't find it here, but i'd
appreciate a copy if anyone has it.
> 
> thanks   Keith


To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/