Search results

  1. T

    TrueTrade, Java/IB trading & backtesting

    Okay, I wiped out my eclipse workspace and started afresh, taking screen caps as I went. I see now what you mean about having duplicate com.ats.model directories under com.ats.model. What happened there? I tried to create a new named version with SVN so that people could chose to get the...
  2. T

    TrueTrade, Java/IB trading & backtesting

    Ah the joys of eclipse plugin naming conventions. Yes, the com.ats.model project has a com.ats.model package, and com.ats.client also has a com.ats.client package. The eclipse group decided that they would name their plugins based on the Java naming standard so now we have this difficulty...
  3. T

    TrueTrade, Java/IB trading & backtesting

    Good ideas! I changed the create_tables.sql in SVN to match your suggestions. Added that to the TechReferences wiki page, thanks again.
  4. T

    TrueTrade, Java/IB trading & backtesting

    Yeah, I used those to bootstrap myself and forgot they were still there. Do you think this is useful? I'm happiest deleting all insert statements entirely, however it will make it a bit empty. At the very least the insert statements should properly reflect the current table structure, and...
  5. T

    TrueTrade, Java/IB trading & backtesting

    True dat. K, the InstallGuide is fixed. Thanks for catching these things for me. I had to change a lot of the code structure to fit Google's organization requirements and to try to separate strategies for custom development and most of the docs were written against an older layout.
  6. T

    TrueTrade, Java/IB trading & backtesting

    Thanks, I've updated the wiki and am uploading the missing ibatis JAR file now.
  7. T

    TrueTrade, Java/IB trading & backtesting

    Weird. I double-checked my SubVersion and it is showing that code as being checked in, but when I browsed the repository directly, it is showing an old version! I forced a new checkin and hopefully this should be fixed. Extract the latest version of com.ats.platform.BarSeries in the...
  8. T

    TrueTrade, Java/IB trading & backtesting

    Good question and thanks for the link to your "Zen and the Art of ATS Design". I'll read through it this weekend and try to digest it. I'm currently working on ideas and priorities for the next release so the timing is great. I'll add "Ant build" to that right now, and I really should add...
  9. T

    TrueTrade, Java/IB trading & backtesting

    Good point. You've got a huge community going on there. Maybe I'll pop by some more :) You're right about the complexity-thing. I've tried to design the API so users can keep it simple if they want and leave some of the power hidden. The gotcha is that it becomes much harder to test and...
  10. T

    TrueTrade, Java/IB trading & backtesting

    After trying out all of the open source and several commercial automated trading systems for InteractiveBrokers, I decided to write my own. I wanted to have: * multiple concurrent strategies * day trading and swing trading support * full access to all order types (market, limit, trailing...
Back
Top