Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 5/21/2005(UTC) Posts: 16
|
What is the metastock formula for the Historical Volatility Ratio (HVR) for 10/100 & 6/100 with a 50% ratio. i.e. 10 days historical volatility should be less that 50% the 100 days historical volatility and 6 days historical volatility should be less that 50% the 100 days historical volatility.
Regards,
KL Koo
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
klkoo,
I don't quite understand your question, but I hope my formula for Historical Volatility Ratio (below) helps...
---8<---------------------------------
prd1:=Input("Short Period",1,2560,6);
prd2:=Input("Long Period",1,2560,100);
x:=Log(C/Ref(C,-1));
HVR:=Stdev(x,LastValue(Min(prd1,prd2)))/Stdev(x,LastValue(Max(prd1,prd2)));
HVR;
---8<---------------------------------
wabbit :D
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.