Hi

Im trying to calculate the standard deviation of the close price in the last 30 days. And then i want to compare it to the standard deviation of the close price from yesterday and then 30 days back again. But im mostly having trouble recalling the history in just close prices.

Im cooding in C# btw.

Thanks in advance:)

Author