Front end for IB

Discussion in 'Order Execution' started by bloomberg1, Aug 12, 2019.

  1. Anyone recommend a simple front end overlay for IB that will execute emini futures while simultaneously place stop and Target?

    Thanks
     
  2. tommcginnis

    tommcginnis

    TWS' BookTrader -- simultaneously includes a price ladder/price histogram for your trading convenience, along with OCO/SL&TP. :thumbsup:

    :D
     
    GRULSTMRNN and bloomberg1 like this.
  3. kashirin

    kashirin

    It takes 5 minutes to program yourself using API
     
    bloomberg1 likes this.
  4. Lol, very optimistic. It takes around 10 hours alone to understand the api, another 6-10 hours to implement a proper connection and reconnection solution that handles all the quirks. Then another couple hours to implement couple custom order types. Another multiple hours testing. The above are all incredibly optimistic estimates and are mentioned, assuming one puts real money on the line and one can properly program. Why do you think the tws api forum is full of comments and people with issues?

     
    tommcginnis likes this.
  5. kashirin

    kashirin


    maybe because people program complex strategies?
    for the first time to understand how API works maybe an hour

    simple front like OP wanted can be programmed in less time you spent typing this message
    it's literally 3 lines of code
    LOL
     
  6. Really? Then how about you walk all of us through how you properly maintain a connection with tws. How you manage internet disconnects, power outages, disconnects on IB's side, daily resets on IB's side. You are a dreamer and probably never actually coded against the IB api

     
  7. Please give me these three lines of code. I'm curious to read them.
     
    DarthSidious likes this.
  8. d08

    d08

    Not sure you understand what a frontend is. Never heard of a frontend being written in 3 lines of code.
     
    GRULSTMRNN likes this.
  9. kashirin

    kashirin

    this is front end which trades spy, vxx, uvxy
    submits orders, takes profits
    [​IMG]
    [​IMG]
    this is somewhat complex as it has some strategy , spent about an hour on that one including testing
    maybe 30-40 lines of code.
    but basically structure is the same
    1 line to send order another line to take profit
    third line to take loss

    you can add some meat into it but basically I've done it once and only change strategy part and just change tickers when I have some new idea

    it's good to learn programming if you trade, always handy to write some simple automations. third party staff will never give you that flexibility
    I programmed hundreds like that testing different ideas
     
    Last edited: Aug 13, 2019
  10. ZBZB

    ZBZB

    #10     Aug 13, 2019
    easymon1 and bloomberg1 like this.