PureBytes Links
Trading Reference Links
|
md_nemo,
Go to this site:
http://trader.online.pl/MSZ/e-0-tytulowa-r.html
There are several RSI formulas there to choose from.
The 1 period ROC is the same as C - ref(C,-1).
In the newer versions of metastock you are allowed to input the data
array...RSI(Data Array, Periods). In older versions the data array
was assumed to be the close. So the formula could be as simple as
RSI(ROC(C,1,%),3)
or
X:= C-ref(C,-1);
RSI(X,3)
If you have the newer version.
If you are using an older version you could use one of the custom
formulas and simply plug in the X variable in place of close.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "md_nemo" <md_nemo@xxxx> wrote:
>
>
> Does anywane know how to create indicator (3)period RSI of (1)
period
> ROC please e-mail me md_nemo@xxxx
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|