PureBytes Links
Trading Reference Links
|
checking your formulas you posted....they each return a different value....
So..what would the real value be for this **Average price volatility in
percent**....
Filter=1;
PercentVolatility1 = StDev(Close,12) / Close * 100;
AddColumn(percentvolatility1,"PV1");
PercentVolatility2 = ATR(10) / Close * 100;
AddColumn(percentvolatility2,"PV1");
myAverage = MA(Close,10);
NonStdDev = HHV(abs(Close-myAverage),10);
PercentVolatility3 = NonStdDev / Close * 100;
AddColumn(percentvolatility3,"PV2");
Thankl you
Anthony
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get a FREE REFINANCE QUOTE - click here!
http://us.click.yahoo.com/2CXtTB/ca0FAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Attachment:
chucks volatility.JPG
Attachment:
Description: "Description: JPEG image"
|