Hi, it's not built in. Below is the function I use. It's a little more flexible than yours and will be quicker because it uses the built-in ROC function instead of looping. You can add in ln yourself to wrap the ROC.
function Volatility_afl(watchListName, sourceArray, measurePeriod, reportPeriod) { //begin Volatility
//Calculates volatility over a measuring period and reports it back scaled to reporting period
dailyChg = ROC(sourceArray, 1, true);
result = StDev(dailyChg, measurePeriod)*sqrt(reportPeriod);
return Nz(result);
} //end Volatility
__._,_.___
Posted by: rosenberggregg@yahoo.com
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (6) |
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
.
__,_._,___
EmoticonEmoticon