eugeneilyin / nrdtocsv

NinjaTrader 8 AddOn to convert NRD (*.nrd) market replay files to CSV (*.csv)
MIT License
25 stars 12 forks source link

Empty CSV file in some conditions #2

Open wil70 opened 1 year ago

wil70 commented 1 year ago

Hello,

Great addon - TY!

I found an issue, I downloaded one day (for example 2023-10-10) of "ES 12-23" from NT image

I can see in the Replay data being there image and also the file downloaded is there image

but when I use the converter the NRD to CSV, it generates an empy CSV file? image

image

I'm using NRDToCSV-1.2.0.zip

Thanks for yoru help

Wil

eugeneilyin commented 1 year ago

Seems like the format of the 20231010.nrd file us not compatible with NT internal conversion functionality or the file is not accessible or file writes are not permitted (less possible because the empty *.cvs file was created). Maybe the new updated file format provided which is not compatible with the internal NT conversion utility:

In any case the utility is only a useful wrapper around the NT functionality.

wil70 commented 1 year ago

Thanks @eugeneilyin, this is a great little utility!

Yes I can write in the folder. Same issue with other instruments.

I think this is an date index issue, why? because when I do several files then most of the files are being processed but not all (it seems first and last are not). If I do one file as describe above then it is not processesed.

Detail: Here is what I tried with multiple files I downloaded a few ES nrd. as you can see they are not empt files.

image and image

When I use the converter, it find the nrd and process them but most are empty except one csv file image image

wil70 commented 2 weeks ago

Hello, any update on this? TY