Hello and good luck for this day!!! I try to write data in file with JForex2ExcelV2 I got an error NPE on row "calendar.setTimeInMillis (MasterTick.getTime());" I work with JForex platform. What can I do? Best regard and thank you for your help
tcsabina
Post subject: Re: NullPointerException in JForex2ExcelV2
Thank you very mutch for your reply!!!https://www.dukascopy.com/swiss/english/forex/jforex/forum/posting.php?mode=reply&f=77&t=51169# I used as you me suggested JForexExcelV3 End users. It's OK. The file is created when I stopped strategy. But I want writing lines on file opened that data arrives. Best regard
tcsabina
Post subject: Re: NullPointerException in JForex2ExcelV2
As I said, try to contact the user who have created this. You can send him a PM...
On the other hand, after a quick peek on the source I can say that the contents (tick data) are flushed from time to time to the output file. Try to decrease the 'limit' parameter. By default it is 1000, which means that the content will be updated after a 1000 tick or bar has been processed. Try to set it to 10-20, so after 10-20 ticks/bars are process, the content is flushed to the output.