I am new to Zorro and just starting out. And it seems like I am missing something.
I have a zorro s subscription (monthly).

These are the changes I have made so.

ZorroFix.ini

Quote
VCPath = "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build"
HistoryFolder = "E:\zorro-data\History" // folder with the history files
StrategyFolder = "myStrategy" // folder with the strategy files
ZorroKey = "MY_S_KEY" // Zorro subscription token (if any)


Other settings are the same as default.

In my history folder ("E:\zorro-data\History"). I have the following files.

Accounts.csv
Quote

Name,Server,AccountId,User,Pass,Assets,CCY,Real,NFA,Plugin
FXCMDemo,FXCM,0,1234567,password,AssetsFXCM,USD,0,0,FXCM.dll


AssetsFXCM.csv file that comes with zorro installation.

When I open zorro. I do not see the account i just added in the dropdown.

I am probably missing something super obvious here. Could someone tell me what I might be doing wrong.

[Linked Image]