¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Duplicate Order ID
Hello Richard, you can use this object with this parameters without any problems when you set the *".whatIf = 1* " because it gives you only information back like your margin conditions and your
By Metrodus79 · #49718 ·
Re: opt out from: Secure Login required for trading
Yes could be FIX CTCI as that lists in the comparison table it does not need user auth.
By Bart D · #49717 ·
Re: Duplicate Order ID
Hello J¨¹rgen, thanks for the fast reply again. I will test this at the weekend to get the contract infos from IBApi.EClient.reqContractDetails and give my result here. Thanks a lot again for this
By Metrodus79 · #49716 ·
Horizontal / Vertical Trendline on IB Charts using API
Hello Long time lurker & my first post here. I must say this group is a wealth of knowledge and I really appreciate all the insights / knowledge I have gained browsing. Still early in my IB API
By Teak · #49715 ·
Re: opt out from: Secure Login required for trading
IBKR has several standard and custom integration options for institutions and large clients and you can even co-locate your servers with them. Some of the more common options are discussed here (
By J¨¹rgen Reinold · #49714 ·
Re: opt out from: Secure Login required for trading
Thank you for the info. There are some websites that claim they can connect to an IB account without PW/2FA, by providing a photoID+IB account#+form signed by the account holder, and then the
By Bart D · #49713 ·
Re: TWS Closing
Are you getting any error messages, such as code 1100 before TWS closes? Any clues in the TWS logs? Could there be network disruptions between TWS and IBKR (such as router/modem restarts, DHCP IP
By J¨¹rgen Reinold · #49712 ·
Re: opt out from: Secure Login required for trading
Just to add to what J¨¹rgen said, you can get IBC from its GitHub repository at: https://github.com/IbcAlpha/IBC Richard Sent: 29 July 2022 18:27 To: [email protected] Subject: Re: [TWS
By Richard L King · #49711 ·
Re: Duplicate Order ID
Robert You have set .auxPrice = 1 for the DAX contract. The auxPrice field is the trigger price for your stop order. For EUR.USD that is a possible value since the current price for this contract
By Richard L King · #49710 ·
Re: opt out from: Secure Login required for trading
We don't have a need for "other users" to connect to our back-end and it would probably be quite a challenge to make that secure. While each TWS/IBGW instance can only log into one account, that can
By J¨¹rgen Reinold · #49709 ·
Re: Duplicate Order ID
Glad the duplicate order is gone now, Robert. I was not suggesting a multi-threaded design to avoid "sleep" between requests and responses. Just an event-oriented design. I am not a VBA/Excel macro
By J¨¹rgen Reinold · #49708 ·
Re: opt out from: Secure Login required for trading
Jurgen, I totally agree with your assessment about the need for 2FA. One question: is your system allowing other users to connect to your backend? If so how do you handle them entering their PW/2FA
By Bart D · #49707 ·
Re: opt out from: Secure Login required for trading
Not sure why you even want to opt out of 2FA for login. Remember, we are talking about brokerage accounts with real money and possibly significant balances. Simple password-only authentication is way
By J¨¹rgen Reinold · #49706 ·
Re: opt out from: Secure Login required for trading
I think being forced to use 2FA for logging in to TWS is coming to North America as well. I use IB through another introducing broker, and they sent an email last week stating that due to a policy
By Jimmy · #49705 ·
opt out from: Secure Login required for trading
I cannot opt out from 2fa for trading in one of my accounts (and my relative has same issue). Note, I am not talking about disabling 2fa altogether, just for trading. I have several other accounts
By ajn · #49704 ·
Re: TWS Closing
Thanks Mark. My auto-restart is set to 6 PM so that¡¯s not it.
By Mike · #49703 ·
Re: TWS Closing
Tws will restart automatically every day. It's a legacy thing that's been in tws for as long as I can remember. There are settings for selecting when and how it restarts in the preferences menu Best
By mark collins · #49702 ·
TWS Closing
All, My TWS is closing at night, between 11 PM and 4 AM EST causing my app to disconnect.? Has anyone experienced issues with TWS closing?? What is the best way to diagnose whether the issue is TWS
By Mike · #49701 ·
Re: Duplicate Order ID
Hello J¨¹rgen, first of all I thank you very much for your fast reply and your time! I'm absolutely with you that my kind of solution is not perfect but at the time when i started it was the best
By Metrodus79 · #49700 ·
Re: Limitations on tick-by-tick data
You need to read this description of Market Lines ( https://interactivebrokers.github.io/tws-api/market_data.html ) first. * Every account has the permission to consume 100 market lines
By J¨¹rgen Reinold · #49699 ·