tick value - multiply?

 

I have this to calculate my lot size.

Am I supposed to be multiplying it instead?


double Lots = NormalizeDouble((AccountBalance()*0.00001)/(MarketInfo(Symbol(), MODE_TICKVALUE)), 2);

 
Division and Multiplication usually can be implemented to say the same things. As long as, you're getting whatever percentage you're looking for, that's whats important. In my opinion. :) {disclaimer: I'm not a math guy.}
Reason: