View Single Post
  #591 (permalink)  
Old 12-24-2008, 12:49 AM
droslan's Avatar
droslan droslan is offline
Junior Member
 
Join Date: Apr 2007
Posts: 7
droslan is on a distinguished road
Quote:
Originally Posted by nuozek View Post
I'm getting the following error:


Your_Lucky_EURGBP_rdb_v1 EURGBPm,M5: zero divide


Someone had the same problem?
try recompile with following changes. InsyaAllah will solve the problem.

// if (Digits == 5 || Digits == 3) {mypoint=10*(MarketInfo(OrderSymbol(),MODE_POINT)) ;} else {mypoint=(MarketInfo(OrderSymbol(),MODE_POINT));}
mypoint=(MarketInfo(Symbol(),MODE_POINT));
Reply With Quote