[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Historical Volatility



PureBytes Links

Trading Reference Links

Hi,

Is this the correct formula for 21 day historical volatility??

HistVol = StDev(log(C/Ref(C,-1)),21)*100*sqrt(250);


thanks

Allan