开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: Multiple Price Conditions with "OR"
Not sure which API language you are referring to, but the isConjunctionConnection field does exist. In the Java API is is defined in the OrderCondition super class that all specialized condition
Multiple Price Conditions with "OR"
Hi, Been looking around, but couldn't figure it out. So I want to buy an option but only if ONE of the conditions is true (Underlying Price "OR" Time).. Meaning if either price cosses $X "OR" if time
By nagabrahmam9@... · #49569 ·
Re: Can I combine a bracket order with a MOC (Market on close) order - Invalid OCA handling method
MOC orders have many limitations and special requirements that make them incompatible with "One Cancels All" groups, Johannes. And internally, bracket orders are basically OCA groups. Take a look at "
By Jürgen Reinold · #49568 ·
Can I combine a bracket order with a MOC (Market on close) order - Invalid OCA handling method
Hi, I am wondering if it is possible to add? MOC order to a bracket order group? Actually currently it doesn't work for me. Here is what I do: - Creating the parent order - Creating three child
By johannes.kreckel@... · #49567 ·
Re: RealTimeBars for SPX
I'm a bit confused by your question. The code snippet is for SPY stock, but the error is for SPX index. SPY trades on a bunch of exchanges, and the SMART exchange collects data for all of them.
By Brendan Caffrey · #49566 ·
RealTimeBars for SPX
i am trying t o get realTimeBars for SPX. I have the below snippet of code , Contract contract = new
By Prav · #49565 ·
Re: Why does my IBKR (Interactive Brokers) bot sometimes not receive data?
Hello again, Without seeing the code, it's pretty much useless trying to guess this one. To debug it, you could place printouts before the failure point/CSV insertion and see whether it has data,
By mark collins · #49564 ·
Re: Why does my IBKR (Interactive Brokers) bot sometimes not receive data?
Hey Mark and Jürgen, thank you both for replying and sorry about the delay! Part of the problem is that I don't know how to capture possible error routes, and I'd be very grateful for any
By Bryce Turner · #49563 ·
Re: run the tests to IB data farm and all succeed BUT TWS desktop NOT connecting???
First thank you for all the new links for me to look into this next time, VERY useful. Secondly? the IB platform seems to be ok now. It was strange it hit just one account but... thanks again
By dent · #49562 ·
Re: run the tests to IB data farm and all succeed BUT TWS desktop NOT connecting???
I agree, the DATA icon just went green BUT the watchlist is still flaky.
By dent · #49561 ·
Re: run the tests to IB data farm and all succeed BUT TWS desktop NOT connecting???
But something must be going on. I have a yellow "DATA" button and various disconnected farms:
By Jürgen Reinold · #49560 ·
Re: run the tests to IB data farm and all succeed BUT TWS desktop NOT connecting???
Hi Jürgen I did all the "data" more info stuff but thanks for covering it so completely. Did the network connectivity check, that what I meant by saying that the IB server check was "success" across
By dent · #49559 ·
Re: run the tests to IB data farm and all succeed BUT TWS desktop NOT connecting???
You can use https://www.interactivebrokers.com/en/software/systemStatus.php for a high-level overview of IBKR system status and maintenance activities. You can also follow the "DATA" button in the
By Jürgen Reinold · #49558 ·
Re: run the tests to IB data farm and all succeed BUT TWS desktop NOT connecting???
Hi Jürgen thanks for the SPEEDY reply.? It's 16:30 CST and still no connection. I think you might be right about the maintaince so I'll just wait it out.? Do you know of any IB site where they log
By dent · #49557 ·
Re: run the tests to IB data farm and all succeed BUT TWS desktop NOT connecting???
Any chance IBKR might have still been doing some weekend maintenance when you tried to connect. We sometimes see that but everything usually works by 16:00 US Central time on Sundays, an hour before
By Jürgen Reinold · #49556 ·
run the tests to IB data farm and all succeed BUT TWS desktop NOT connecting???
Hi all I use a laptop to run tws desktop ( linux) and it normally works perfectly BUT tonight the data icon is flashing and it's telling me that all the servers are disconnects. BUT when I run IB's
By dent · #49555 ·
Re: IB contract identifier (conID) for META?
Thanks both for your replies. Had not found the IB contract search tool previously - super useful!
By SiliconTiger · #49554 ·
Re: IB contract identifier (conID) for META?
IB's conid for FB/META stock has not changed (107113386). Neither has its primary exchange (NASDAQ), nor currency (USD) changed. What has changed is the ticker symbol (from FB to META) and the company
By J G · #49553 ·
Re: IB contract identifier (conID) for META?
While it has been suggested in other posts, hard-wiring conIds is not a good idea. The best practice is that you call IBApi.EClient.reqContractDetails (
IB contract identifier (conID) for META?
Hi, Trying to get historical bar data for Facebook/META, and previously simply specifying the symbol as "FB" worked. Now that the symbol has changed to META, I get a "[The contract description
By SiliconTiger · #49551 ·