最小二乗法によって計算された移動平均です。
指標には2つの入力パラメータがあります。
計算:
ここで
Sum[i] = (Period - N)*Price[i] + (Period - N - 1)*Price[i-1] + … + (1 - N)*Price[i-Period+1]、 N = (Period + 1)/3、 L2 = Period*(Period + 1)/6です。
MetaQuotes Software Corp.によりロシア語から翻訳された
元のコード: https://www.mql5.com/ru/code/20422