> What happened to the reset() method from the Strategy.java base class ? >
None of my strategies use reset(), so I assumed it's not used by anyone. What's your use case? > Also, the close() method is gone from BackTestFileWriter.java; shouldn't > we close() the > open "writer" file in there? The close() was actually never called, so I removed it. It should probably be called when JBT exits. -- 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.
