【calcB】
[code][LegacyColorValue = TRUE];Inputs: Length(Numeric);
Vars: X(0);
X = BarNumber;
Value1 = Summation(X * Close, Length) - (Length * Average(X, Length) * Average(Close, Length));
Value2 = Summation(Square(X), Length) - (Length * Square(Average(X, Length)));
calcB = Value1/Value2;
[/code]
页:
[1]