开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Can I combine a bracket order with a MOC (Market on close) order - Invalid OCA handling method
Take a look at my sample code in this thread - /g/twsapi/message/49108 to see how I have modeled the FlattenOrder to do what you are doing using the GAT order type.
By rajeshh · #49575 ·
Moderated Re: Fundamentals Explorer
Ok, I got it, Once again I am using a Delphi library that can be used in C++ Builder (no python,? C#,? Java or VC++) so it feels a little like being on a deserted island.? And I was busy in the
By Colin B Maharaj · #49574 ·
Re: Can I combine a bracket order with a MOC (Market on close) order - Invalid OCA handling method
Hi Jürgen, thanks for your tips. Actually it sounds very obviously that a MOC order can not be part of OCA group if cancelling is not always possible. I wasn't aware about that. Now I will change
By johannes.kreckel@... · #49573 ·
Re: RealTimeBars for SPX
sorry my bad. i had initially tried for SPX then later was trying to see if SPY is working . hence when i pasted the code snippet it was SPY. But originally my intention was to get real time bars for
By Prav · #49572 ·
Re: Multiple Price Conditions with "OR"
Hi, I use Python.. Here is what I am trying to do (I removed the imports and made the code simplified here, so that we can focus on the topic, rather than the full code) First I create
By nagabrahmam9@... · #49571 ·
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 ·