Search results

  1. M

    how "high frequency" can IB's TWS API go?

    I am also weighing the option of doing their CTCI/FIX, any thoughts?
  2. M

    how "high frequency" can IB's TWS API go?

    Worse than that, I need real time market depth data for 500+ stocks in real time... Any thoughts?
  3. M

    Please recommend a platform for a black box

    I think this is really good idea to code in FIX. What are the FIX restrictions with IB? If we use FIX, we should have an abstraction and isolation from changing the data vendors, right?
  4. M

    seeking the best Java real-time tick data level trading platform?

    Although my question is Java, I will be more than happy to hear about the C++ side too, because any way my prior experience was with C++... I couldn't find good C++ platform that works with tick data, as well as hundreds of market depth order book data, and hence I am turning to Java programs...
  5. M

    seeking the best Java real-time tick data level trading platform?

    Hi all, If I want to track 500+ stocks simultaneously and in real time, with 1 second tick data as well as market depth data for each stock, Is it feasible at all using TWS API programming? Has anybody tried some sort of "high frequency" programming on InteractiveBroker's account...
  6. M

    Open Source Java Trading Softwares.

    Any more updates on those Java trading platforms? Here is my message to the Java Trader google group: ------------------------- Hi all, If I want to track 500+ stocks simultaneously and in real time, with 1 second tick data as well as market depth data for each stock, Is it...
  7. M

    Anybody has experience with IB's FIX/CTCI interface?

    What do you mean by FIX is overkill? My design needs to monitor 500+ stock data simultaneously... FIX is an overkill?
  8. M

    Anybody has experience with IB's FIX/CTCI interface?

    Any TCP/IP Internet connection is best-effort. Of course you will probably make it UDP packages which is like the quality of streaming video, but you see even Internet Video has delay and jittering, right...?
  9. M

    Anybody has experience with IB's FIX/CTCI interface?

    I don't know if CTCI/FIX of IB can do 1sec, or not. However, if you are accessing data over the Internet, bear in mind that unless you have a dedicated line(as those funds), your Internet connection have 300-500 ms or even higher delay/jittering anyway.
  10. M

    Good open source C++ real time trading system...

    And everything is in Germany
  11. M

    Good open source C++ real time trading system...

    Thanks a lot! It doesn't seem to have the source code, or am I missing something?
  12. M

    Anybody has experience with IB's FIX/CTCI interface?

    What technical and/or physical limitations do we have if we want to go really high frequency, i.e. (1) download real-time tick data at 1 second frequency, (2) monitor 500+ stocks simultaneously, (3) execute trades at real time (though not that high frequency) Does FIX/CTCI still...
  13. M

    Tick Data Feed - Cost?

    So what's good about "real real time tick data" vs. "snapshot tick data"?
  14. M

    how "high frequency" can IB's TWS API go?

    How to translate the 50 for API and 150 for FIX into stocks and tick/market depth data? Thanks!
  15. M

    how "high frequency" can IB's TWS API go?

    Hi all, If I want to track 500+ stocks simultaneously and in real time, with 1 second tick data... Is it feasible at all using TWS API programming? Has anybody tried some sort of "high frequency" programming on InteractiveBroker's account? Do I need to use IB's CTCI interface? How...
  16. M

    Good open source C++ real time trading system...

    Hi all, I have been searching this for a while... What is the best open source C++ real time trading system (working with IB) out there, covering from data collection to order execution? Hopefully on Windows XP and Visual C++? I am hoping to download tick data of market depth of...
  17. M

    Tick Data Feed - Cost?

    what's the difference between real tick data and snapshot?
  18. M

    What software is the best for back-testing strategies?

    For my backtesting, I find it is the most difficult to obtain reliable and clean historical data with detailed information such as bid and ask spreads. What is the best software for strategy backtesting? And I am looking for those software that allow for testing "creative" trade ideas... for...
  19. M

    how do I obtain dividend yield on S&P 500?

    Thanks a lot! That solves the problem of finding current index dividend yield on SP500... But where are the historical dividend yields?
Back
Top