Front end for IB

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

Thanks
 
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?

It takes 5 minutes to program yourself using API
 
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?


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
 
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

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
 
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

Not sure you understand what a frontend is. Never heard of a frontend being written in 3 lines of code.
 
Not sure you understand what a frontend is. Never heard of a frontend being written in 3 lines of code.

this is front end which trades spy, vxx, uvxy
submits orders, takes profits
Untitled.png

ZWzZRFBH

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:
Back
Top