PureBytes Links
Trading Reference Links
|
Hello hans,
Thursday, February 24, 2000, 1:13:05 AM, you wrote:
>> C > C[x] then {trend is up};
he> A simple MA should give better results :-)
Just do some math:
C - C[x] =
C + C[1] - C[1] + ... + C[x-1] - C[x-1] - C[x] ~
MA(C, x-1) - MA(C, x-1)[1] > 0
--
Best regards,
DT mailto:dimatl@xxxxxxxxx
|