¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Possible Gotcha When Modifying an Order via API
It appears that when you change an order that has not been transmitted, the order is transmitted after the change! Here are the steps in the edemo account: 1) Place limit order to buy (but not
By Nick <nickrbox@...> · #698 ·
Re: twsapi: ANNOYING Missed events in Excel/VB
Chas, Try STPLMT (no space inbetween) Good luck
By Kendall Hawkins · #697 ·
auto logout time
has anyone found a way to reset this via VB or turn this feature off once and for all?
By o_2_b_sean <no_reply@...> · #696 ·
Re: twsapi: ANNOYING Missed events in Excel/VB
Yes I guess I have had the same issues with coding against the demo. I will go as far as I can with the demo and then try it live. Trouble is I only trade Futures so that is a little dificult
By Chas_watkins <chas@...> · #695 ·
Re: twsapi: ANNOYING Missed events in Excel/VB
Chas, I had endless problems when using the demo account. I switched to my real account and only traded small lots in a slow moving stock for testing purposes and things went much
By Brendon Cheves <brendon@...> · #694 ·
Re: twsapi: ANNOYING Missed events in Excel/VB
Thanks Brendon Wish I had checked it more carefully to start with. I have ben looking at the DDE and it seems to be reasonably straight forward. I have a couple of questions if you or someone else
By Chas_watkins <chas@...> · #693 ·
Re: twsapi: ANNOYING Missed events in Excel/VB
Chas, I had the same problems and redesigned the whole thing in DDE and everything works well now. IB has specifically recommended against using VB with Excel for TWS because of the dropped
By Brendon Cheves <brendon@...> · #692 ·
ANNOYING Missed events in Excel/VB
OK have happily created my App in Excel but every now and then IB fills an order and I do not get the event to handle. This happens if I have multiple orders being filled at the same time. Is there
By Chas_watkins <chas@...> · #691 ·
Re: twsapi: TWS with Visual Basic
I have come across the same issue. As far as I know, you can only get account information after you place your first order. I can't get the openOrder1 and openOrder2 events either. Only the
By bruno voisin <voisin.bruno@...> · #690 ·
TWS with Visual Basic
Hello Friends, I am new to TWS API. I am trying to get stock for a particular account.For this API said that that we have to call requestAccountUpdates method. and the API will response
By manish_a1tech <manish_a1tech@...> · #689 ·
Re: Any Excel gurus in here?
Try using this: Application.Goto ThisWorkbook.Names("Name").RefersToRange where "Name" is your rangename in quotes.
By rhodge_uk <no_reply@...> · #688 ·
Bracket trade
I like the way the program works so far. Is it possible to make it smaller? I have a laptop and space is at a premium. It would be helpful to shrink the buttons a bit and remove some of the empty
By pcx3 <pcx@...> · #687 ·
Re: Any Excel gurus in here?
IB claims that activeX should not be used with excel spreadsheets. They recommend the DDE interface. Search for info on IB's site. Andy M. my my others?
By realquotes101 <no_reply@...> · #686 ·
Re: twsapi: Any Excel gurus in here?
Here is a yahoo group that might be helpful. xltraders@... Also I have asked these people about 30 ?.'s and if I don't get a response in 6 hours it is
By Kendall Hawkins · #685 ·
Any Excel gurus in here?
I set my Excel application to work today connected live with IB. Several times it gave me errors. I am not sure why? Application.Goto Reference:="Name" Gives errors sometimes Where "Name" is a
By Chas_watkins <chas@...> · #684 ·
Re: twsapi: Re: Fw: Bracket trade
Hi Larry, Awesome improvements. Just what the doctor ordered. A couple of things if you change the Buy At MARKET button color to green and the Sell to red visually helpful. Also if you were to have
By Kendall Hawkins · #683 ·
Re: twsapi: Java Events-- avoinding the API
Security is a non-issue with sockets. Every packet that comes in is validated and processed by the server application. If the API and socket data structures don't include commands to do things like
By Kent Rollins · #682 ·
Re: twsapi: Reseting Order ID to a reasonable number
Open the user.ini file for your login, and you will see this: [Settings] TipIndex=12 DdeId=162 Dde=1 BubbleHelp=0 SocketClient=1 I believe DdeId is what you want to reset. --- Chas_watkins
By Todd Turner <todd_a_turner@...> · #681 ·
Reseting Order ID to a reasonable number
I have developed my app in Excel and "somehow" I have endd up using order id's of the magnitude of 77777777. I ran a test on the live IB interface without resseting the order down to a decent 1000
By Chas_watkins <chas@...> · #680 ·
Re: Fw: Bracket trade
Hi Bruce, I have already uploaded my Bracket Trader with market entry, with the VB code available for everyone to study (I hope other members of this group do the same !). Feedback on bugs,
By larrysy.geo <larrysy@...> · #679 ·