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

Re: [amibroker] Measure a stocks' volatility with AB ?



PureBytes Links

Trading Reference Links

Hello, Derek,

I don't know if this is what your are looking for, but this is what I
use for volatility:

pds=20;//Set your time period
Graph0 = StDev(log(C/Ref(C,-1)),pds)*sqrt(365)*100;

Anthony



dereklebrun wrote:

> Hi is there any technical analysis way to measure a stock's price
> volatility in AB ?
> If yes, how ?
>
> Thanks,
> Derek
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.