When doing a historical data import on ETHUSD, I get an error if the volume field is fractional.
ETHUSD: Format error in line 11: Input string was not in a correct format.: '20160517 192500;12.5;13;12.5;13;0.79042777'
Import type 'NinjaTrader (beginning of bar timestamps)': Error on calling 'OnNextDataPoint' method: System.InvalidOperationException: Operation is not valid due to the current state of the object. at NinjaTrader.NinjaScript.ImportTypes.TextImportType .OnNextDataPoint() at NinjaTrader.NinjaScript.ImportTypes.ImportType.Imp ort(MarketDataType marketDataType, TimeZoneInfo sourceTimeZoneInfo, Boolean generateMinuteBars, Boolean generateDailyBars, IProgress progress)
Here are the first 12 lines of the import file: (ETHUSD.Last.txt)
20160517 191400;12.5;12.5;12.5;12.5;1
20160517 191500;12.5;12.5;12.5;12.5;0
20160517 191600;12.5;12.5;12.5;12.5;0
20160517 191700;12.5;12.5;12.5;12.5;0
20160517 191800;12.5;12.5;12.5;12.5;0
20160517 191900;12.5;12.5;12.5;12.5;0
20160517 192000;12.5;12.5;12.5;12.5;0
20160517 192100;12.5;12.5;12.5;12.5;0
20160517 192200;12.5;12.5;12.5;12.5;0
20160517 192300;12.5;12.5;12.5;12.5;0
20160517 192400;12.5;12.5;12.5;12.5;0
20160517 192500;12.5;13;12.5;13;0.79042777
20160517 192600;13;13;13;13;0
Note that if I change the volume from 0.79042777 to any integer value, it imports ok until the next non-integer volume in the file.
Is this a known issue?
Any workaround besides changing all the volumes to integer?
Thanks

Comment