PureBytes Links
Trading Reference Links
|
Here's the Tradestation version
Inputs: Length(8) ;
Vars: StochRSI(0) ;
StochRSI = XAverage((RSI(Close,Length) - Lowest(
RSI(Close, Length), Length ))/
(Highest(RSI(Close, Length), Length ) - (Lowest(RSI(Close, Length), Length))),3
) * 100;
Plot1(StochRSI,
"StochRSI");Plot2(80,"80");Plot3(20,"20");
Regards
John Manasco
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Tom
Alexander
To: <A title=realtraders@xxxxxxxxxxx
href="mailto:realtraders@xxxxxxxxxxx">realtraders@xxxxxxxxxxx
Sent: Wednesday, January 10, 2001 11:57
AM
Subject: [RT] Favor Request
Would someone be kind enough to send me the formula for the StoRSI
oscillator?
Thanks in advance.
Tom AlexanderTo
unsubscribe from this group, send an email to:<A
href="mailto:realtraders-unsubscribe@xxxxxxxxxxx">realtraders-unsubscribe@xxxxxxxxxxx
eGroups Sponsor
Click here for Business information
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxx
|