Search results

  1. D

    Backtesting/programming question

    I am not intimitely familiar with the products you mention, but I think they should all allow you to implement the restrictions you mentioned without too much trouble. I don't think it will be very complex, but it would require a few lines of programming. Is it the programming part where you...
  2. D

    Ib Api

    Why does it matter if it is blocking or nonblocking? Whether it blocks affects the caller, but does not directly affect your client program. It would matter if the TWS ActiveX control runs in the same thread as your main app. In that case your user interface would become unresponsive while...
  3. D

    Recommended books for learning Java

    I'd recommend Thinking in Java by Bruce Eckel. It is available for free online, or you can order a hard copy. http://www.mindview.net/Books/TIJ/
Back
Top