开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
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 ·
Re: timeout when connecting to TWS Gateway, but existing connection still works
This is likely your problem. TCP/IP socket connections that do not start the TWS API session conversation with a properly formatted "API \0" message or that send some other data. As you describe,
By Jürgen Reinold · #53526 ·
timeout when connecting to TWS Gateway, but existing connection still works
Hi, I found this interesting phenomenon today when trying to connect with a second client to a running TWS Gateway, that I'm getting a timeout error. At the same time, the gateway has an active
By ?kos Maróy · #53525 ·
Re: execDetails(...)+commissionReport(...) Callback different behaviour when not opening trade history
My apologies. I use a (pimped) version of the ApiController class that ships with the TWS API. It implements a "controller pattern" and hides a lot of unnecessary TWS API details from the client. But
By Jürgen Reinold · #53524 ·
Re: execDetails(...)+commissionReport(...) Callback different behaviour when not opening trade history
The Trade to Execution (Trade Report) relationship is definitely a "one to many". From the documentation: Note if a correction to an execution is published it will be received as an additional
By Jürgen Reinold · #53523 ·
Re: execDetails(...)+commissionReport(...) Callback different behaviour when not opening trade history
I do not have the callback functions tradeReports(...) + tradeReportEnd(...) . When i make the request with reqExecutions(...), i receive the information through execDetails(...) and
By simon.meier1987@... · #53522 ·
Re: execDetails(...)+commissionReport(...) Callback different behaviour when not opening trade history
@Jürgen I wonder if the 1:1 relation regarding Trade and CommisionReport is sufficient ...? 1:1 TradesReport and CommisionReport seems a better model. just my 2cents
By Brocksdorff · #53521 ·
Re: execDetails(...)+commissionReport(...) Callback different behaviour when not opening trade history
Just to confirm that you are talking about historical tradeReports right after the call to reqExecutions and before the tradeReportEnd clall back. You are not talking about real-time reports right
By Jürgen Reinold · #53520 ·
Re: keeping subscriptions
I second this and also have never seen periodical inactivity for an instrument cause real time market data subscriptions to stop working. Just to be sure: * Real time market data subscriptions
By Jürgen Reinold · #53519 ·
Re: fx about EUR.USD
IB never reported historical volume on Forex financial instruments. It was always reported as -1. This is by design. If you want historical volume you need to request historical data for Forex
By Orionn · #53518 ·
Re: fx about EUR.USD
I believe IDEALPRO is IB's own FX execution service. What volume you're looking for? There's no single exchange trading FX.
By bespalex · #53517 ·