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

Re: Try this Re: storsi 13,8,5,3



PureBytes Links

Trading Reference Links

Hi Lionel:  Here it is. (see below)
13 refers to the RSI length,8 is the stochastic
period, 5 is a moving avg of the stochasticrsi and 3 is a mov avg of the mov
avg.  You can play around with the FIB number groups such as 21,13,8,5 or
8,5,3,2 or 34,21,13,8 to see different results,
or whatever #'s you want.
Paula :)

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

----- Original Message -----
From: "Lionel Issen" <lissen@xxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Saturday, July 29, 2000 12:06 PM
Subject: Re: Try this Re: storsi 13,8,5,3


> Paula:
> Do you have a V6.5 for this indicator or a text file for this indicator?
> When I tried to transfer it, V6.5 organizer couldn't read it.   Equis can
> change the organizer format to force us to upgrade, but they cant change
> their file format to make Equis a better and more user friendly program.
>
> In the indicator name "storsi 13,8,5,3", what does each number refer to?
>
> The indicator looks promising and I want to experiment with other
> parameters.
>
> Lionel Issen
> lissen@xxxxxxxxx
> ----- Original Message -----
> From: Paula <hotair003@xxxxxxxxxxxxx>
> To: <metastock@xxxxxxxxxxxxx>
> Sent: Friday, July 28, 2000 6:56 PM
> Subject: Try this Re: storsi 13,8,5,3
>
>
> > Try this. I'm pretty sure it's right. Checked it against Miners program
> and
> > it looks the same. Have sent text ,as well as indicator for MS.
Indicator
> > exported from Ms Pro 7.0.I don't know if it will transfer into your
> > indicator builder properly.
> > Paula
> >
> >
> > ----- Original Message -----
> > From: "DaveK" <dnkohn@xxxxxxxxx>
> > To: <metastock@xxxxxxxxxxxxxxxxxx>
> > Sent: Friday, July 28, 2000 6:30 PM
> > Subject: storsi 13,8,5,3
> >
> >
> > > Has anyone had experience with a storsi 13,8,5,3 ? I have been trying
to
> > code for it but is a bit beyond me. I'm using storsi for
> > > different cycles. This is an example of a storsi (8,5)
> > > Mov((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-(LLV(RSI(8),8))),5,E)*100
> > >
> > > if this is not correct, please let me know and if you may know how to
> code
> > a 13,8,5,3 I'd appreciate the help.
> > > I understand that Robert Miner is using it with good results.
> > >
> > > Thanks much.
> > >
> > >
> >
>
>