开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: Handling Bot Restarts with OrderRef Issues?
Txs Rajesh.??I will continue to store the exec details??locally to perform synchronization during a recovery. Y.?
By yed · #36 ·
Re: Newbee question here
At this point they are virtually identical.? I haven't converted anything over from ib_insyc as of yet and all my code still works.If you are new, I would suggest using ib_async for future
By Mel · #35 ·
Newbee question here
I am somewhat new to the programming side of things and have been fighting to get a handle on TWS API.? I found ib_insync just before it was archived and thought I was in luck ... MY luck! As a total
By IFRPilot541 <ifrpilot541@...> · #34 ·
Client ID 7 creates an order, master client ID try to update or cancel the order
I can reproduce this, I wonder if it is a known bug? According to IB, Only Master Client ID can update or cancel order clients’ orders Scenario: Master Client ID = 1 defined in TWS
By pythontrader · #33 ·
Merci
Thanks for letting me join this group What are the plan concerning the archive regarding the previous post on ib_insync, this was a gold mine of learning and it seems a missed opportunity for
By Sdoof · #32 ·
Re: Handling Bot Restarts with OrderRef Issues?
This is too broad a question for this group. Esp. if your system works across trading sessions, and needs to keep track of various things, some sort of a storage is required.
By rajeshh · #31 ·
Handling Bot Restarts with OrderRef Issues?
Hi, I'm not sure if this question falls within the scope of our discussion since it pertains to a broader topic. Here it is: I run with ib-async several strategies per client. To handle the restart of
By yed · #30 ·
Re: [TWS API] Split data
I found the latest split available through the API, but just the latest On “ReportSnapshoot” xml = ib.reqFundamentalData(contract,reportType='ReportSnapshot') <Issues> <Issue ID="1"
By Gonzalo Saenz · #29 ·
Re: Forum planning #forum_planning
Hi Mel, thanks for the info. Yeah this site has a Web 1.0 feel to it lol! I am fine with your suggestions. It makes sense to split between groups.io for everyone and discord for a smaller
By Gary Moody · #28 ·
[TWS API] Split data
-------- Forwarded Message -------- Subject: Re: [TWS API] Split data Date: Sun, 12 May 2024 06:00:16 -0700 From: rwk via groups.io <rwk0434@...> Reply-To: [email protected] To:
By Mel · #27 ·
Re: Welcome to [email protected]
This could be me. Except for the 'living in California' part .... :-D
By Ray Johnson · #26 ·
Re: Welcome to [email protected]
I'm confused, how do you run a cluster on one machine?MelSent from my Galaxy
By Mel · #25 ·
Re: Welcome to [email protected]
Good to have you on? board.? I started with excel api and then tws-api using C++ (struggled with that).? Then moved away from it to use NingjaTrader and C# for strategies.? I came back when I
By Mel · #24 ·
Re: Welcome to [email protected]
Hello, I was a member of the old group and an active user of ib_insync, RIP Ewald.? I have used the IB API using different approaches, I give some more background below, and prefers ib_insync by
By mdelvaux2 · #23 ·
Re: Welcome to [email protected]
I keep it simple, it’s siting on the PC I have with kodi to watch films.
By Gonzalo Saenz · #22 ·
Re: Forum planning #forum_planning
Hi Gary and welcome.? I can set various things? like auto accept new members, but grant them read only access the the messages.? Later, myself or a moderator can set it so they can post.? I can
By Mel · #21 ·
Re: Forum planning #forum_planning
I agree with taking it slowly to start off since I'm new to this groups.io thing. Mel when you say you can automate a lot of the admin, how exactly would you accomplish that? Before we open the
By Gary Moody · #20 ·
Re: Welcome to [email protected]
PySimpleGUI uses tkinter, QT, WxPython, and/or Remi under the hood. https://www.pysimplegui.com/why-us
By Ray Johnson · #19 ·
Re: Welcome to [email protected]
I may have to look at that.? I've just used tkinter since it is already part of python.?MelSent from my Galaxy
By Mel · #18 ·
Re: Welcome to [email protected]
I forgot to add, that I use PySimpleGUI to program the GUI of my Ib_Insync code. Simple and lightweight. I like it a lot!
By Ray Johnson · #17 ·