While I wait for the next Zorro version (that can hopefully fix the stats issue with nano accounts)... can you please confirm:

it seems that a very simple workaround I could do is to simply boost the number of (flat) Lots in my script, to make them above the threshold of the bug.

For example, if I just add "Lots = 10;" to the Workshop4_1 script while using my IBFX-downloaded Assets.dta and AssetsFix.dta files, the results may be correct.

I think the variance between the default Zorro Assets.dta file could just be the fact that my file is representing a USD deposit currency:

default Zorro Asset.dta Workshop4_1 result (EUR deposit currency):
Code:
Workshop4_1 compiling...............
Lookback set to 141 bars
BackTest: Workshop4_1 EUR/USD 2008..2013
Profit 460$  MI 7$  DD 137$  Capital 112$
Trades 424  Win 18%  Avg +14.5p  Bars 83
AR 83%  PF 1.46  SR 0.62  UI 15.9%  Error 41%



IBFX-US nano account (USD deposit currency):
(while also adding Lots = 10; in the script)
Code:
Workshop4_1 compiling...............
Lookback set to 141 bars
BackTest: Workshop4_1 EUR/USD 2008..2013
Profit 539$  MI 8$  DD 224$  Capital 219$
Trades 424  Win 18%  Avg +127.2p  Bars 83
AR 60%  PF 1.39  SR 0.54  UI 18.2%  Error 41%



I like this simpler fix/workaround (if you agree) and would like to be able to put this issue to bed. I don't care too much about $ values, I'm more concerned with accurate percentages.

THANKS