PureBytes Links
Trading Reference Links
|
Frank Kaeberlein wrote:
>How do I "convert" a 0.2 exponential average into an equivalent period of
>days?
The formula for the exponential average weighting factor is
w = 2 / (length + 1)
Solving for length in days, we get
length = 2 / w - 1
So if w=0.2, then length = 2 / 0.2 - 1 = 9 days.
--
,|___ Alex Matulich -- alex@xxxxxxxxxxxxxx
// +__> Director of Research and Development
// \
// __) Unicorn Research Corporation -- http://unicorn.us.com
|