PureBytes Links
Trading Reference Links
|
I think in that version you can only use the close in the RSI,
something like
RSI(14)
but in later versions you can also give the indicator, I *think* it
would be something like
RSI(14,Mom(C,5))
I'm not sure how momentum is defined in MS (not access to it now - can
it take on negative values?) Rather do something like
RSI(14,C/Ref(C,-5))
to make sure it - C/Ref(C,-5) - is positive all the time.
Regards
MG Ferreira
TsaTsa EOD Programmer and trading model builder
http://www.ferra4models.com
http://fun.ferra4models.com
--- In equismetastock@xxxxxxxxxxxxxxx, "briankenyn2"
<briankenyn2@xxxx> wrote:
> Hi -
>
> I'm new to the group. Linda Raschke proposed using the RSI of a one or
> two period momentum indicator. In the 6.5 release, RSI can be dragged
> on to the indicator but does anyone know how it can be coded?
>
> Thanks in advance
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12htkjio7/M=362343.6886682.7839641.1493532/D=groups/S=1705375617:TM/Y=YAHOO/EXP=1124047007/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com">Make a difference. Find and fund world-changing projects at GlobalGiving</a>.</font>
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|