have just compiled JArbitrager in Eclipse. when starting optimization mode with e.g. YMvsDIA with either BruteForce or DivideAndConquer JArbitrager is throwing a null pointer exception.
a little debug session showed that at line 263 in OptimizerRunner we have following situation: BackTestFileReader backTestFileReader = new BackTestFileReader(strFilename, null); //ekk as the second parameter for the instrument is null, BackTestFileReader is throwing this exception. It seems that this is a location still under construction :-) -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en.
