Thread
:
MT3 Questions
View Single Post
02-01-2006, 04:10 PM
4xCoder
Member
Join Date: Nov 2005
Posts: 54
You may be running into a floating point issue. I haven't wriiten MT3 in a long time but try something like below to see if it fixes the problem.
tt= spread ;
spr =(ask - bid)/Point;
if Abs(spr-tt) < .5 then
end
4xCoder
View Public Profile
Find all posts by 4xCoder