¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
LMT + MKT combo orders versus REL + MKT combo orders
Could someone explain the difference between LMT + MKT combo orders and REL + MKT combo orders? I understand the MKT part--as soon as the first leg fills, the other legs are filled immediately so
By tbrown122387@... · #51872 ·
Re: What is AlgoId for?
You could be right re flex queries. Or it might just be one of those fields that ¡°if you have to ask what it is, then you don¡¯t need to know¡±¡­ Nice one IBKR!
By Richard L King · #51871 ·
Re: What is AlgoId for?
If I had to guess you can read it via flex query... much like [orderref](https://interactivebrokers.github.io/tws-api/classIBApi_1_1Order.html#a9aa003d6c9f80b79d822a426e0fd5f5b). That said, I couldn't
By buddy · #51870 ·
What is AlgoId for?
Does anyone know what the Order.AlgoId attribute is for? It's a String value that you can set on an order before you place the order. It is sent to TWS with the rest of the order attributes, but
By Richard L King · #51869 ·
Re: IB's own SAMPLE Excel files still refer to de-supported order attributes so they don't work at all -- how do I bypass / fix??
Another update, this one not good news: IB's API developers acknowledged the bug and confirmed they were able to replicate it on their end -- I expected they'd simply patch it since it seemed like a
By grooooper · #51868 ·
Re: order can be triggered during regular hours only
Ok so I tried directly in TWS, and?I finally fixed my problem : i checked "allow order to be activated, triggered, or filled outside of regular trading hours" Thanks for your help
By FrenchFlorent · #51867 ·
Re: Install TWS or IB gateway on Ubuntu and ARM64 bit processor
Thanks for the suggestions. I played around with it some more and added those flags to any package I saw was giving a warning when accessing. However, that did not help with the display - I still see
By ykrasik · #51866 ·
Re: order can be triggered during regular hours only
There may be special rules for the instrument you are trying to trade (such as these for US futures ( https://www.interactivebrokers.com/en/?f=%2Fen%2Ftrading%2Fus-futures-stop-order.php ) ), but
By J¨¹rgen Reinold · #51865 ·
Re: Did TWS disabled posibility to fetch historical market data in DEMO account?
Have you tried asking IB directly for authoritative and complete information ? -- https://www.tradingsoftwarelab.com
By Orionn · #51864 ·
Re: 321: Error validating request
.totalQuantity is a " *Decimal* " type, see many other threads on the subject of Decimal. I am not sure there is really a bug in the sense of what you describe. Nothing surprising in what you
By Gordon Eldest · #51863 ·
Re: 321: Error validating request
Apologies, for some reason I misread your statement to mean that you had set CashQty to 3000000. Whatever, the fact is that setting TotalQuantity to zero gives exactly the error message you
By Richard L King · #51862 ·
order can be triggered during regular hours only
Hello, I have place a Stop Loss Order with the API, and it was not executed when the price was reached. So I went in TWS, and I have seen that my order is in a particular state "Order?can be
By FrenchFlorent · #51861 ·
Re: Did TWS disabled posibility to fetch historical market data in DEMO account?
I was able to fetch EUR/USD and also AAPL, AMZN But now get this error. There is a reference on which stocks you can get historical data on demo account?
By ofirbux@... · #51860 ·
Re: 321: Error validating request
I had the exact same issue with my C++ code and contacted IB support about it. The tech responded really promptly with this response: there seems to be a bug with how the API interprets the quantity
By Alex@... · #51859 ·
Re: 321: Error validating request
Might help to see your filled "Order" object
By Gordon Eldest · #51858 ·
Re: 321: Error validating request
Certainly, I am using the *quantity* field. It's important to note that when I switch the order type to "Buy order," it executes without any issues.
By A.R.SYD · #51857 ·
Re: 321: Error validating request
I don¡¯t think you can use ¡®number of shares¡¯ for this. Set the amount you want to sell in the Quantity field. Sent: Monday, October 16, 2023 9:26 AM To: [email protected] Subject: [TWS
By Richard L King · #51856 ·
321: Error validating request
Hello everyone, I've placed a sell order with Interactive Brokers, and I used the contract details as an example: *contract.Symbol = "GBP";* *contract.SecType = "Cash";* *contract.Exchange =
By A.R.SYD · #51855 ·
Re: IB's own SAMPLE Excel files still refer to de-supported order attributes so they don't work at all -- how do I bypass / fix??
Update for anyone interested: after nearly a year of trying to get IB to address this, I was finally able to get someone on their API team to replicate and acknowledge that the current Legacy DDE
By grooooper · #51854 ·
Re: Did TWS disabled posibility to fetch historical market data in DEMO account?
For which stocks, exchanges and time intervals ? Last time I checked, it was only possible to request data for XAUUSD and XAGUSD (security type CMDTY, exchange SMART) with the demo account. --
By Orionn · #51853 ·