PureBytes Links
Trading Reference Links
|
Thank you rsb44 !!!
The Code is so simple - if you know it ...
--------------------
ROC(CLOSE,1,percent)
--------------------
review, what a silly question !!!
Thanks a lot !!!
Best regards :
MS Leopard
--- In equismetastock@xxxxxxxxxxxxxxx, "rsb_44" <rsb_44@xxx> wrote:
>
> This is from the Help file in MS.(Using the Help file really helps to
> keep one's head cool. You should try it.):
>
> *************************************************************
>
> Function: Rate of Change [roc()]
>
>
> SYNTAX roc( DATA ARRAY, PERIODS, DIFF_METHOD )
>
> FUNCTION Calculates the PERIODS rate-of-change of DATA ARRAY
> expressed as DIFF_METHOD.
>
> Valid DIFF_METHODs are PERCENT and POINTS (these can be abbreviated
> as % and $).
>
> EXAMPLE The formula "roc( CLOSE, 12, PERCENT )" returns the 12-
> period percent rate-of-change of the closing prices.
>
> **************************************************************
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, dagalic <no_reply@> wrote:
> >
> > Hello together,
> >
> > i had tried in the last few days to create some simple indicators
> and
> > need your help to complete they that it works !!!
> >
> > ROC in Value is clear ...
> > --------------------------
> > ((C-Ref(CLOSE,-7))/Ref(CLOSE,-7)*100)
> >
> > But with ROC in Percent i have some problems !!!
> > I only get a hot head !!! Could someone realize it for me ???
> >
> > Thanks ahead :
> > MS Leopard
> >
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|