Quote from MAESTRO:
![]()
I wasn't trying to be "mean"![]()
Mean or expected value used in the distribution formulas could be calculated using all sorts of interpolators. Moving average has a very bad reputation of being "late" and not representing the "mean" as such that the distribution of the price over it would be stable. There are higher degree polynoms that accomplish this task much better.
Higher degree polynoms ? Stuff like this :
f(x) = a0xn + a1xn-1 + a2xn-2 + ... + an
or more like this :