Hi guys,

I have created t6 file from csv because I'd like to backtest futures data using Zorro Trader. Will be fantastic to do this.

I have created this Assets file to intercept t6 file created but in Zorro I don't see this assets in the scroll list. Why?

Here the file!

In my function run I use
Code:
function run()
{
assetList("AssetsFutures");


Where I wrong?

Thanks to help me