Volume-weighted Exponential Moving Average
While I was working on a smoothing function, I came across the EMA (exponential moving average) which basically applies exponentially-decreasing weights to older observations. This is commonly used in finance, and can offer some protection against lags in trend movements. As I was looking to combine this moving average with ... [Read more...]