Thank you, but that sadly didn't totally solve my problem.

If I change my assetList to BFB,50,0.01,0,0,0.01,0.01,0,2,1,0.01,BF.B it doesn't change anything and I still get error 055.



So i continued to try some things and realized, that maybe the assetList() isn't really used like it should, since I also specify my history folder?

I tried another entry in my assetList:

BR,50,0.01,0,0,0.01,0.01,0,2,1,0.01,BR

This one of course works. I changed the Name to ABR:

ABR,50,0.01,0,0,0.01,0.01,0,2,1,0.01,BR

There is no other mention of ABR in my assetList (BUT there is an ABR.t6 file in my history folder which I specified).

Now run the script again with asset("ABR"), instead of looking in the assetList for ABR and then looking for the BR.t6 symbol the script is just taking a ABR.t6 file in my history folder (where one exists). Which I can recognize because the prices of ABR and BR are completely different.

So it seems like Zorro is happy about ABR with the Symbol BR being in the assetList, it still takes the ABR.t6 file in the history folder, although from my understanding now it should take the BR.t6 file.

Last edited by VizTra; 04/13/21 16:33.