What about creating a separate eclipse project for new strategy, distribute it as jar and give it to runner to run together with parameters file (which can include symbols also, so no need for creating separate strategy for each contract)? Seems it is not simple task, especially for strategy using multiple trading vehicles. There can be few ways how strategy runner picks up a new strategy to run: upon detecting new strategy file in a directory, or upon detecting modification in some configuration file, or upon user activation, or from combination of those, etc. The major advantage is it can be automated and makes framework modular. Following same idea, the Indicator can also be separated. Any opinions on this idea?
On Wed, Sep 10, 2008 at 10:38 PM, dyno <[EMAIL PROTECTED]> wrote: > > What I like to have is an automated strategy development process, > which can run multiple strategies in sequence without human > interaction. The results are stored in files with embedded pictures of > snapshots of optimization map. I can run it once before I go to bed > and the results are waiting for me next morning. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
