¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: twsapi: new here
Your are making the assumption here that they are on the same local host. Our target end environment has analysis and trading on separate computers, in separate locations. It's not so much as 'in
By grozzie2 · #472 ·
edemo error...
Trying to use the demo system this weekend results in this error with every market stock buy... "Could not value this contract at this time" .. anyone have an idea what's causing this? I wrote IB
By cyberbri_2000 <no_reply@...> · #471 ·
Re: twsapi: new here
weidong wrote: They don't have to be on the same machine although I agree they probably would be most of the time. I haven't seen this yet. In my approach I never block anyway - the request will
By Nick <nickrbox@...> · #470 ·
Re: twsapi: Spin buttons? Read This Bruce
Thank you all very much for your replies to my question. Bruce
By Kendall Hawkins · #469 ·
Re: twsapi: new here
I thought the TCP socket will take care of the reliability part between TWS and your client. Besides they are on the same local host, so the only chance is buffer overflow, and that should be taken
By zhao_weidong · #468 ·
Re: twsapi: new here
I plan on releasing my library and source code for non-commercial purposes. The first shot will be essentially a replacement for the IB C++ lib without any warts. It has platform-specific code
By Nick <nickrbox@...> · #467 ·
Re: twsapi: new here
communication server. They My expereince with communications problems is similar, any problem is fatal. The c++ wrapper tends to end up in a state that's unrecoverable, and to make it worse, if
By grozzie2 · #466 ·
Re: twsapi: new here
I am developing a socket API to TWS in C as I don't like C++ or MFC. I'm using the source they provide to the C++ lib as a "reference". Despite Richard Foulk's urging to "make the world a better
By Nick <nickrbox@...> · #465 ·
Re: twsapi: new here
} I'm new here, read the posts from back to the start to 'catch up'. } I'm curious about one thing, is everybody here using VB, or are any } of you using anything more powerful for this application
By Richard Foulk <richard@...> · #464 ·
Re: new here
I know someone who chose to use the Patsystems API, which does give all the error/verifaction of connection, etc... instead of IB. and have this
By m_c_a98 <m_c_a98@...> · #463 ·
new here
I'm new here, read the posts from back to the start to 'catch up'. I'm curious about one thing, is everybody here using VB, or are any of you using anything more powerful for this application ? I
By grozzie2 · #462 ·
Re: twsapi: Spin buttons? Read This Bruce
Just a reminder ... the keyboard is a better, safer, simpler and less error-prone input device. Take a look at the expensive scalper platforms -- keyboard input rules. Richard
By Richard Foulk <richard@...> · #461 ·
Re: twsapi: Spin buttons?
Bruce, I put it in the files section in a special folder for VB control Demos Go there or download it here: DownLoad Up-Down Control Demo --------------------------------- Do You
By Scott <marinindextrader@...> · #460 ·
Re: twsapi: Spin buttons?
At design time right click the control itself to invoke a special properties dialogue..ala like a Tab Control.. Thats where the meat and potatos are cut.... increase/decrease the value by 1 with
By marinindextrader <marinindextrader@...> · #459 ·
Spin buttons? Read This Bruce
Bruce, If You Need More Help Just Hollar. I have an UP DOWN sample project if you need it... The UpDown Control The UpDown control offers asimple but effective way to create those spin buttons
By Scott <marinindextrader@...> · #458 ·
Re: twsapi: Spin buttons?
Here's one example... Sub Form_Load() UpDown1.Increment = 1 UpDown1.Min = 1 UpDown1.Max = 10 End Sub Private Sub UpDown1_Change() txtContracts.Text = UpDown1.value End Sub Then, to put
By cyberbri_2000 <no_reply@...> · #457 ·
Re: twsapi: Authomated Trading for TWS
I have two questions about TradeGaurd. I have sent these questions to the developer of the program also. Here they are: 1. In what way this program is better than IB Dde.xls platform where you can
By Shukrainternationals <shukrainternationals@...> · #456 ·
Re: twsapi: Authomated Trading for TWS
I gave Traderguard a test yesterday and what it does is allows you to automate trailing stops at whatever point level you want. you can also change these realtime or reset to trail at the current
By m_c_a98 <m_c_a98@...> · #455 ·
Re: twsapi: Spin buttons? One last thing
You read your combo box in the combo box click event. Each scroll incrament fires the click event. So that is where you capture the value and update your variable if required. iSize =
By marinindextrader <marinindextrader@...> · #454 ·
Re: twsapi: Spin buttons?
No problamatico, (I get a kick out of Gringo_Problamatico's handle) Notice if you try my trick, that you need to populate the box in a bracket sense and then pin it in the middle. That way wheel
By marinindextrader <marinindextrader@...> · #453 ·