PDA

View Full Version : Interesting error message


scjohn
03-02-2005, 03:41 AM
AT 'ORDER OIF' ABORTED: Missing or bad parameter - The process cannot access the file ""C:\Program Files\NinjaTrader 4\AT\order.txt"" because it is being used by another process."



What would be the other process? My program. Was I writing/creating the files at the same time that NT was trying to read it?

NinjaTrader_Ray
03-02-2005, 03:50 AM
correct

scjohn
03-02-2005, 05:38 AM
If that is the case then NT should not have deleted the order file. NT should wait, cycle again, and then try opening the file, again.