Search results

  1. J

    Java IB TWS API open source project

    You can download the source and documentation from http://code.google.com/p/trade-manager/ I have also setup a blog see for details of changes in this version. http://trade-manager.blogspot.com/ Thanks James
  2. J

    Java IB TWS API open source project

    Ok I've just setup a blog see bottom right on the code home page for the link http://code.google.com/p/trade-manager/ or Blog is at http://trade-manager.blogspot.com/
  3. J

    Where do I hire a programmer to create or help me set up a system for analysis?

    I have built a framework that does most of what you want just post any feature e.t.c you would like. Its open source so a good starting point to build you analysis over http://code.google.com/p/trade-manager/ PM me if you have ???? Thanks Jmes
  4. J

    Java IB TWS API open source project

    No discussion group just email me or and issues if you would like to see new features or if you have question. Email via the google page. I just uploads 2.7 this morning and will update the DB download at end of week. Thanks
  5. J

    seeking MySql guru

    OK MySQL and web based. Pray tells us more about the system/software architecture. Are you Java/C/PHP/Pyphon/Ruby & Rails e.t.c ??? What are you using for O/R mapping? How many end users, How many concurrent DB connections, what are you using for DB pooling. Is your SQL dynamic (i.e...
  6. J

    Which indicators do u use most

    I did this as an open source project as I have a lots of spare time. As I focus on gapping stocks (mainly earning) I wanted to build over time a database with gappers and their data (2yrs which will be 3-4K gappers). As I thought those that know how to trade tend to only use simple MA's...
  7. J

    Which indicators do u use most

    I'm building and open source trading platform that currently uses IB TWS (back testing and live trading) or Yahoo Finance (only for back testing) to get its data. see http://code.google.com/p/trade-manager/ I've added the following indicators Volume, Moving Average, Avg True Range, RSI...
  8. J

    Java IB TWS API open source project

    Open source project for writing strategies against IB TWS in Java. Some how to vids and you can download the project. http://code.google.com/p/trade-manager/ IB TWS first interface built + backtest interface (tested on Win XP/7 & Ubuntu linux 12.04) 1/ Historical candle chart data on...
  9. J

    Charles Vaccaro and Oliver Velez

    Yes right and now Element Trading has gone bust and Charlie ran away with the cash!! This guy must feel a real idiot now!! I hear ifundTrading is about to go down as people are jumping ship
  10. J

    Filled after a 30% drop in less than 1 minute

    Why was it not halted it drop 10% in seconds? Surly under SEC rules it should have been?
  11. J

    IB Commissions though API

    I have IB and eSignal. IB tends to be ahead of eSignal. I would not want to pay anymore for data feeds. I have used eSignal DDE interface for data but its slow and old technology. They do have other API's but they all cost more $$$
  12. J

    IB Commissions though API

    Yes what I do is store the orders sent then when updates come in I compare & null check the incoming msgs against what I already have and update as appropriate. Remember to synchronize these methods!! I dont use their reports but I do use IB TWS as the system of record. I subscribe to account...
  13. J

    IB Commissions though API

    I look for order state filled where attributes have changed as this method gets fired twice on order fills. You can download the full source from here http://code.google.com/p/trade-manager/ if (OrderStatus.FILLED.equals(transientInstance.getStatus()) &&...
  14. J

    Api TWS IB trading software open source

    Updated the Trading Tab so that on login it will download and subscribe to account updates. This allows you to use these balances in your strategies. I've also added a feature to strategies (Config Tab) that allows you to subscribe to mkt data for that strategy. This will trigger the strategy if...
  15. J

    Api TWS IB trading software open source

    I've updated the video to the lastest version 2.4.7 I also added a feature that on login to TWS the app will now monitor and store the account balance/margin/P/L/ values for use in your strategies. These values update as the account changes. See Config Tab...
  16. J

    Amibroker and Interactive Brokers (TWS) auto trading

    This will also give you what you want. I assume from your code your are trading of 30min bars? http://code.google.com/p/trade-manager/ Thanks James
  17. J

    Api TWS IB trading software open source

    If you have any ideas for new features let me know. Thanks James.
  18. J

    Api TWS IB trading software open source

    Ok have version 2.4 complete this version allows pairs trading and now has been test on Win xp/7 and Ubuntu Linux 12.04. See install instructions. Source and "how to Videos available here http://code.google.com/p/trade-manager/ Thanks James
  19. J

    Api TWS IB trading software

    UI is just about feature complete so if anyone has any features they think I should add please let me know. I have the basics for Technical Intra-day trading for candlestick charts re time-frames from 30sec thru 60min candles. Most people trade of the 2min or 5min early in the day with...
  20. J

    Api TWS IB trading software

    OK I have version 2.3 complete check it out at http://code.google.com/p/trade-manager/ its free and open source James
Back
Top