PureBytes Links
Trading Reference Links
|
Been playing with HV Calcs this weekend using following AFL code:
per = Param( "Volatility Period", 20, 2, 365 );
days = Param("History days in Calc", 252,1,365);
Plot(100*StDev(log(C/Ref(C,-1)),per)*sqrt(days),"Volatility",3,1);
NOTE: 'days' default represents number of trading days in year rather
than calendar days. (Don't split hairs about anything between 250 and
256, since none of those values changes things much)
Example code was applied to GE daily chart and yields an HV 20day
result of 8.98457 using default Params.
I've researched enough to feel comfortable with the formula and Params
which were posted on this forum quite a long time ago.
But when I go to three (3) different web sites which are reputed to be
'expert' sites, I see three different values for current Historical
Volatility (all of which differ from my calculated result).
www.optionclub.com shows HV 20day value of 12.0
www.optionstrategist.com shows HV 20day value of 10
www.ivolatility.com shows HV 20day value of 13.74
Beats me how a universally accepted formula can yield such a diverse
set of results.
Anyone see anything obvious?
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h8fhv8m/M=362131.6882500.7825259.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1123476605/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Put more honey in your pocket. (money matters made easy) Welcome to the Sweet Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|