new EFS user would like to know how I can take the standard deviation of the last 30 closes? I have tried to find the math function/format for this but seem to be unable to this point.
just trying to code this calculation in the simplest way possible:
HistVol = StdDev(Close,30)
thanks,
just trying to code this calculation in the simplest way possible:
HistVol = StdDev(Close,30)
thanks,
Comment