PureBytes Links
Trading Reference Links
|
Hi, Reni
I found this formula, I think it is the ratio:
GraphXSpace=10;
Hv6=(StDev(log(C/Ref(C,-1)),6) * sqrt(260)*100);
Hv10=(StDev(log(C/Ref(C,-1)),10) * sqrt(260)*100);
hv100=(StDev(log(C/Ref(C,-1)),100) * sqrt(260)*100);
x=Hv6/Hv100*100;
y=Hv10/Hv100*100;
Plot( IIf(x>y,x,y), WriteIf(x>y,"HRV 6","HRV 10"), IIf(x>y,5,7), 8 );
Plot(50,"Trigger",1,5);
Could somebody check it??
Best regards Traderix
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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
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/
|