Thread: 10points 3.mq4
View Single Post
  #3944 (permalink)  
Old 06-25-2009, 05:17 PM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 20,082
Blog Entries: 243
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
It is not difficult to change your version from 4 to 5 digit.
But there is some error with this part of the code:

Code:
if (MaxTrades>12) { mylotsi=NormalizeDouble(mylotsi*1.5,1); }
				     else { mylotsi=NormalizeDouble(mylotsi*2,1); }
I am not a coder sorry ...
Can not fix.
__________________
My blog on TSD
Reply With Quote