Search results

  1. I

    How to retrieve orders status with ibkr api?

    Found, i was looking for something that i have already done when placing an order, it returns the order status. i close this thread. Thank you
  2. I

    How to retrieve orders status with ibkr api?

    Hi, i want to retrieve all open orders status from my account with ibkr api. In the documentation i found this: class TestClient(EClient): def __init__(self, wrapper): EClient.__init__(self, wrapper) @iswrapper def openOrder(self, orderId, contract, order, orderState)...
  3. I

    How to create bracket orders with hotkeys with ibkr?

    yes it s my fault, i did not formulate correctly my question. we can close this thread please.
  4. I

    How to create bracket orders with hotkeys with ibkr?

    I even did not figure out how to create bracket order with hotkeys because there is no customize tab after you record the hot keys.
  5. I

    TWS rapid-fire bracket orders?

    How did you manage to create the bracket order with hotkeys? Can you explain please?
  6. I

    How to create bracket orders with hotkeys with ibkr?

    It was just an example, of course ES doesn't move with 0.05%
  7. I

    How to create bracket orders with hotkeys with ibkr?

    Hi, i tried to create hotkeys to send bracket order for future like ES with TWS: buy LMT = market-0.05 sell LMT = market+10 sell stp = market-5 When i click on the hot key, it asks for value to enter for buy LMT If i create hotkeys to buy stocks it works perfectly. Why hotkeys doesn't work...
  8. I

    Chart options

    i use tradingview with real time market data and use IB api to trade, so i pay only TV. I think with Ninjatrader we can trade with ib account but there are more fees to pay i think.
  9. I

    Fully automated futures trading

    Everything works now.
  10. I

    Fully automated futures trading

    In fact, the code is working even if there is an error message. maybe the tws version is not the latest one. So the code send buy lmt but not sell lmt nor sell stp.
  11. I

    Fully automated futures trading

    Thank you for your reply. So i relaunched the code this morning after market open and now it says : RROR 1 10268 The 'EtradeOnly' order attribute is not supported. but the program continues to run without stopping and no barcket order triggered. Here is what i did: i added the two last lines...
  12. I

    Fully automated futures trading

    Hi, i'm using IBKR API to send bracket order with BUY LMT, SELL LMT and SELL STP When i run the code it returns : ERROR -1 2104 Market data farm connection is OK:uscrypto ERROR -1 2104 Market data farm connection is OK:usfarm.nj ERROR -1 2104 Market data farm connection is OK:usfuture ERROR -1...
Back
Top