Thread
:
Although both MA lines are equal Orders where made
View Single Post
#
2
(
permalink
)
02-26-2007, 11:12 PM
ralph.ronnquist
Senior Member
Join Date: Oct 2006
Posts: 297
Try replacing
PHP Code:
if (
line1
==
line2
) return (
0
);
with
PHP Code:
if (
MathAbs
(
line1
-
line2
) <
Point
) return (
0
);
ralph.ronnquist
View Public Profile
Find all posts by ralph.ronnquist