Awesome... thanks laugh

I noticed that the precision doesn't make much difference for major pairs like those included by default with Zorro. However, for some exotic crosses it does seem to make a difference.

Also, I noticed that Zorro (or perhaps the broker?) seems to not be rounding correctly when producing the PIPCost in Assets.dta. It seems to be just truncating the decimal places.

An example is this:
When I download IBFX assets by forcing LotFactor = 0.1:
Code:
EURNZD  1.66161 0.00048 -0.8970 0.6900 0.0001 0.0789 26.22 1000.0



But when I download IBFX with its correct LotFactor of 0.01:
Code:
EURNZD  1.67708 0.00060 -0.8970 0.6900 0.0001 0.0078 2.61 100.0



So I would prefer to see 0.00789 (or even more precision), or at the very least it should be rounded to 0.0079

Please check other critical figures also for rounding issues, in case you find that this is a Zorro issue.
THANKS