开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: using EWrapper::fundamentalData
Thanks J_G, now I have studied the old posts in the group and found many references to other sites to get fundamental financial data. Now I am in data hell. For example, I tried to compare fundamental
By paolo.menghi@... · #53547 ·
Re: How do I find out the margin requirements for a US stock through the TWS API?
[email protected]> wrote: yes, and all this information is available before entering the trade, and I should be able to deduct the result myself, without a 'what if' order. ideally for example
By ?kos Maróy · #53546 ·
Re: How do I find out the margin requirements for a US stock through the TWS API?
I don't think that it is counter-intuitive. Whether an order would go through may depend on many parameters. For example what other positions are already in your portfolio, and how much free cash you
By J G · #53545 ·
Re: Best practice for cancelmktdata
It used to be the case that you can send a maximum of 50 messages per second via the API. So you would need to include some waiting time if you need to send more messages. However, latest versions of
By J G · #53544 ·
Re: execDetails(...)+commissionReport(...) Callback different behaviour when not opening trade history
Thank you for the insights. Most of what you are explaining is already implemented and tested. For the rest i will ask IBKR.
By simon.meier1987@... · #53543 ·
Re: How do I find out the margin requirements for a US stock through the TWS API?
Well, it sounds very anti-intuitive that one cannot determine if a trade will go through by using data available at the time of entering a trade - but has to 'reverse engineer' by issuing 'what if'
By ?kos Maróy · #53541 ·
Re: using EWrapper::fundamentalData
You use reqFundamentalData to request certain data. The requested data is then sent to you via fundamentalData. However, as you already mention, is the request reqFundamentalData deprecated. Meaning
By J G · #53540 ·
Best practice for cancelmktdata
Hello I am currently have this in a foreach loop using My question is should i add sleep between each canceltickerid, I am batching about 300 canceltickerids at once and the tick call backs for each
By H Liu · #53539 ·
Re: API call: Error validating request.-'bF' : cause - Please enter a stop price
The TWS documentation on orders is most useful when you want to determine, which order object fields need to be initialized. But that documentation does not give you any details on exactly what the
By Jürgen Reinold · #53538 ·
Re: API call: Error validating request.-'bF' : cause - Please enter a stop price
For a sell order, you only use stop or stoplimit when the market is above the trigger price (ie the AuxPrice). When the price drops to the trigger price, either a market or a limit order is then
By Richard L King · #53537 ·
Re: API call: Error validating request.-'bF' : cause - Please enter a stop price
thanks Can I use a 'stop limit' for my 2 SELL calls? (one for a stop above the current market and another for below the current market, whichever reaches first) Here it says that a 'stop limit' can
By Danny · #53536 ·
Re: API call: Error validating request.-'bF' : cause - Please enter a stop price
That message means exactly what it says. The API log entries show that you have set the LmtPrice field to 34.71. But it’s the AuxPrice field you need for the STOP price.
By Richard L King · #53535 ·
API call: Error validating request.-'bF' : cause - Please enter a stop price
Hello all, I am sending 2 STP API calls (to sell at a specific increase and decrease from the current price, whichever reaches first), but I am getting an error message regarding "enter a stop
By Danny · #53534 ·
Re: Documentation for OrderCancel? ...
In these situations, I always do the following: 1) I contact IB via support ticket. They will contact someone knowledgeable in the API team that will provide a detailed answer. 2) I read the
By Orionn · #53533 ·
using EWrapper::fundamentalData
Hello everybody, is there anyone that use the EWrapper::fundamentalData function instead of the EClient::reqFundamentalData. The 2nd is deprecated and I should need more fundamental data, so I'd like
By paolo.menghi@... · #53532 ·
Re: Documentation for OrderCancel? ...
Recently, this mailing list was already the venue for an investigation into this apparent breaking change. You can search for the respective tread. As far as I can rely on my memory, the second
By ds-avatar · #53531 ·
Documentation for OrderCancel? ...
Using C# API Version 10.30.01. Only a few weeks into using this API and have noticed the documentation is severely lacking in all areas (which seems to be the state of the programming world these
By bdcoder <bdaviduck@...> · #53530 ·
C# code needed to download earnings date data in a CSV
Hi I'm new to IB API and my coding skills are quite limited. I need someone to help me with my request. I am willing to pay for it if needed. If you are looking for payment then please reply to me
By AJ <manpreet213@...> · #53529 ·
Re: timeout when connecting to TWS Gateway, but existing connection still works
That's a question for IBKR and it has been like this forever. There is a post in our group archive every few months such as this one from August: TWS not connecting throwing a timeout error as port is
By Jürgen Reinold · #53528 ·
Re: timeout when connecting to TWS Gateway, but existing connection still works
Jürgen, What would be the reason for no new TWS API client connections, assuming the client is valid and follows the protocol? What is the limitation here? ?kos [email protected]> wrote:
By ?kos Maróy · #53527 ·