PureBytes Links
Trading Reference Links
|
Hi Tom,
Sometimes I change indicators from the origional to suite my fancy
but this is what I have.
Iff(C>LinearRegValue(C,40,1),StochRSI(N,TRAILING,PERIODS)+10,StochRSI
(N,TRAILING,PERIODS)-10)
Inputs: N=15, Trailing=14, Periods=3
and the function
StochRSI = (Summation((RSI(C,N)-Lowest(RSI
(C,N),Trailing)),Periods)/Summation((Highest(RSI(C,N),Trailing)-Lowest
(RSI(C,N),trailing)),Periods)*100)
Prosper
--- In realtraders@xxxxxxxxxxx, "Tom Alexander" <gta3@xxxx> wrote:
> Would someone be kind enough to send me the formula for the StoRSI
oscillator?
>
> Thanks in advance.
>
> Tom Alexander
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxx
|