droskill Tue, 02 Dec 2008 07:39:34 -0800
I'm wondering about AB calculates its EMA - as I understand it, there are two variations:
1. (2 / (Period + 1)) method. 2. (1 / Period) * 2 method. Which does AB use?