Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 8/16/2005(UTC) Posts: 182
|
Hi,
I would like to plot the daily volatility in an intraday chart.
{Daily Volatility}
Tperiod:=Input("Time periods for HV",2,40,20);
SMA:=Input("SMA periods",1,10,5);
x:=Log(C/Ref(C,-1));
y:=Stdev(x,Tperiod)*sqrt(365)*100;
m:=Mov(y,SMA,S);
y;m
I have tried to convert it, but failed. Could anyone be kind enough to help me to convert it?
Sa
|
|
|
|
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.