Great, I will work on this today!

One other question please... what is the recommended procedure if the assets in my broker are named in a nonstandard way? For example IBFX uses a suffix so all assets end in m for mini accounts like this: EURUSDm USDCHFm

Your loop in Download.c is specifically looking for "EUR/USD" so should I adjust all those to "EURUSDm" etc?

I'm guessing NOT, because I remember reading somewhere that when using MT4, you still pull the actual data from FXCM datafeeds, which probably needs to be in the FXCM format of "EUR/USD". Therefore, how can I adjust my data so that it is able to be used in my scripts from either broker (I haven't decided yet whether I will use FXCM or IBFX but want my scripts to be broker-neutral anyway).

I vaguely remember you mentioning a code snippet that needs to be placed somewhere (top of scripts?) to let Zorro know to swap names.

THANKS