Quote:
Originally Posted by nuozek
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));