Thread: 10points 3.mq4
View Single Post
  #50 (permalink)  
Old 09-06-2006, 01:26 PM
phoenix's Avatar
phoenix phoenix is offline
Senior Member
 
Join Date: May 2006
Posts: 287
phoenix is on a distinguished road
do you mean max lot size?

if yes..look for if(lotsi>100)lotsi=100; in your code

change the number into your need

or extern it to be adjustable
Reply With Quote