Total Lot size changes to more decimal places
-
Hey Guys, I found a problem, i have a condition where
buy lots == sell lotsBut the problem is when the lot is added upto 0.06. it now shows 0.0600005 which will make the buy lots != sell lots
What would be the work around on this?

-
Add a shared link to see where this is doing this, but NormalizeDouble(variable name,2); will fix
-
@jstap hello. that made the trick.
thank you!
-
