On Wed, Sep 10, 2008 at 9:51 PM, Igor Zotov <[EMAIL PROTECTED]> wrote:
> 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? > Once you open up command line or api access to the functionality in jbt, then you really don't need all of this jbt customization. You can do it all outside of jbt. If you have a strategy that you want to try with multiple sets of parameters, you just script out a strategy class (with the parameters hard coded) for each set and then run each one from the command line (or api) and get back the results of each. The file watching, etc. can be done easily outside of jbt. 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. >> >> All you need to do is pass in enough info for jbt to do its job, then your script that is controlling jbt can process any output files that jbt produces and page you when its done. It is just up to your imagination at that point. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
