Search results

  1. N

    Is it possible to make money automated trading?

    Most likely you won't get rich. However, it is possible to set up an automatic system yielding acceptable results in a retail setting ...
  2. N

    Portfolio's Multiple Strategies in IB

    I would be surprised ... You have to write your app to keep track of position allocation.
  3. N

    Ib Java Api Update Order Prob

    Maybe, but I'm not so sure about that... the code is quite simple. Basically, I'm just taking the Order openOrder returns and resubmit it with a new m_lmtPrice ...
  4. N

    Ib Java Api Update Order Prob

    I need the order data back into my application such that I can update it with a new LMT, if needed. However, the returned order data via reqOpenOrders gives the above described problem if I try to resubmit it to update the LMT ... (this problem does not occur with the original order data (no...
  5. N

    Ib Java Api Update Order Prob

    Hey, I have the following problem with the IB JAVA API (with IB GW), hopefully someone can help :) : Updating STPLMT orders after submission via placeOrder with new LMT price works fine. However, after reseting the API connection, and re-importing the order data via reqOpenOrders, a...
Back
Top