Hi,
I'm newbe in AFL. Sorry for "stupid" question.
I have
some lines of code:
....
P = ParamField("Price", -1);
b
= LinRegSlope (p, 60);
bv = LastValue (LinRegSlope (p,
60));
...
I know that b is an array and bv is a numeric value.
But why b <> bv?
Even sometimes b > 0 and bv < 0 (or
opposite).
I check vslues with _TRACE function and
DebugView.
Regards,
Piotr Rysak