Hello guys,

I am trying to import an asset using Convert.c, but when I run it appears a message "Read 0 ticks" and the .bar file is generated with 0 Kb.

In the AssetsFix.csv I have included the asset with the following information:

Quote:
Name = WDOFUT
Price = 3190
Spread = 500
RollLong = 0
RollShort = 0
PIP = 0.001
PIPCost = 0.01
MarginCost = 0
Leverage = 10
LotAmount = 1
Commission = 0
Symbol


The asset data (exported from MT5) is (apparently) in the same format of the HistData.com. Below are some lines:

Quote:
2012.12.03,09:01,3293.920,3293.920,3293.920,3293.920,2
2012.12.03,09:02,3287.920,3287.920,3281.420,3281.420,2
2012.12.03,09:04,3285.920,3287.920,3283.920,3287.920,8
2012.12.03,09:05,3289.420,3289.420,3286.420,3286.420,2
2012.12.03,09:06,3288.420,3288.920,3288.420,3288.920,9
...


Any tips?