Those errors imply your trade size is invalid. You don’t need fractional position sizes in Builder to get your micro lot. Builder works in “shares”, not lots. A full-size forex lot is 100000 shares, a mini lot is 10000 shares, etc. In Builder, the point value should be 1, and the number of shares should be 1000 for a lot size of .01 (i.e., 0.01 x 100000).
Mike Bryant
Subject: Invalid trade volume error in MT4 tester
Because of the way MT4 works, you need to select “Every tick” as the Model when running strategies, as advised in the user’s guide. If you do that, you should get similar results unless you have a significant number of trades that exit on the bar of entry. In that case, as discussed in a number of other posts, you will probably not get good results. I generally advise against such strategies. If that defines your strategies, you should move to a smaller bar size so that your trades are not exiting on the same bar that they entry on.
Mike Bryant
Subject: Re: Invalid trade volume error in MT4 tester