PureBytes Links
Trading Reference Links
|
Hi:
The ROC is not listed in the Indicator Builder list, but if you go to the Help files and search on "rate of change" it will list one topic with that name. Under that topic it lists:
Rate of Change
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.
Don't know why, but there are other indicators that aren't listed in their regular list that can be found by going to the Help system.
Jay
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|