开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
order IDs
You have to keep track of your trading over time. You have to keep track of what you or your Automated Trading System is doing. You need to store what was done, when, and why. Besides, the IRS is
By Robert Carey <rcarey1@...> · #176 ·
Re: VB Sample Project: How To Place An Order [Code]
I wrote: "Put a Text1 textbox on your form. Put a Command1 command button on your form Add a Simple BAS Module" And lamed out by not saying: Make sure you change the multiline property of your text
By marinindextrader <marinindextrader@...> · #175 ·
twsapi: Re: VB Sample Project: BEER TIME
I am going to have a beer now. Thanks to whoever brought up the whole order id question.... I needed to start working on this and his question forced my day to focus on and understand the order
By marinindextrader <marinindextrader@...> · #174 ·
Re: VB Sample Project: How To Place An Order
Here is the footnote I left off concerning order id's, thier creation and value. Why choose an arbitrary value for an order id? I might suggest that your order id system be based on time. Using
By marinindextrader <marinindextrader@...> · #173 ·
Re: twsapi: Re: VB Sample Project: How To Place An Order [Code]
Thanks once again Scott, Bruce
By Kendall Hawkins · #172 ·
Re: VB Sample Project: How To Place An Order [Code]
Put a Text1 textbox on your form. Put a Command1 command button on your form Add a Simple BAS Module Stick this in the Form: (and the rest in the Module) Private Sub Command1_Click() 'here I
By marinindextrader <marinindextrader@...> · #171 ·
VB Sample Project: How To Place An Order
Andrew, Go here and download this: 1_Project_PlaceOrder.zip http://groups.yahoo.com/group/twsapi/files/ To All: I havnt spent much time at all on the placeOrder routine...that is coming this
By marinindextrader <marinindextrader@...> · #170 ·
Re: twsapi: TWS_AP_VB -An addition to twsapi group
Calm Down and wait two seconds... My next post will have all you need brother Scott Owner Moderator TWS API Discussion Forum
By marinindextrader <marinindextrader@...> · #169 ·
Re: twsapi: TWS_AP_VB -An addition to twsapi group
Thank you for comment I'll wait for more FOR and against.. and if neccecery i'll remove group extention.. what ever work for benefit of all of us. I am just saying that if ppl do not wish to share
By multicen2002 <no_reply@...> · #168 ·
Re: twsapi: TWS_AP_VB -An addition to twsapi group
I am not sure what you are trying to accomplish, I don't think we need to splinter this topic. If people want to post they will, lets keep the focus of this to create stand alone programs, not
By Kendall Hawkins · #167 ·
TWS_AP_VB -An addition to twsapi group
Hello I just started new group based on great twsapi. It is not any competition to existing group just extention for VB programmers and newbies. TWS_AP_VB will filter users and will focus on VB ONLY
By multicen2002 <no_reply@...> · #166 ·
Re: twsapi: TWS API VB files for newbies - 1st POST
Thank you very much Scott for taking the time and being so open. Bruce
By Kendall Hawkins · #165 ·
Re: twsapi: Re: How do you?+ TWS API VB files for newbies - 1st POST
All I can offer is this post from the IB board from Jaba, Posted on Sunday, May 19, 2002 - 03:30 pm: ------------------------------------------------------------------------------ ok,
By Kendall Hawkins · #164 ·
Re: Working on polling any good ideas?
GoldSilverMana, Let me know if you find a polling thingy...I vaguely recall that when I first set the group up that Polling was an available option... However it also said that if I enabled it,
By marinindextrader <marinindextrader@...> · #163 ·
Re: twsapi: TWS API VB files for newbies - 1st POST
Agreed, I try and post code every week... I put up bits and pieces and modules in the Files section all the time... As my program develops I will be shareing what ever it is I am working on at the
By marinindextrader <marinindextrader@...> · #162 ·
Re: twsapi: TWS API VB files for newbies - 1st POST
POST your code, too and look under FILE AREA TWS API - Let's share VB code NR-1 Somebody need to break an ace. just little somethink to play with.. Andrew appreciated. Its frustrating when
By multicen2002 <no_reply@...> · #161 ·
Re: How do you?+ TWS API VB files for newbies - 1st POST
will you add a code line to your post ?? or sample to file area?? It will take you extra 2 more minutes. Thanx Andrew
By multicen2002 <no_reply@...> · #160 ·
Re: How do you?
Use the "nextValidId" event to get a valid Id to use each time. keep increasing the order ID to place more orders. Jaba) I beleive has an earlier ver. of Tws.ocx
By qnolte <q@...> · #159 ·
How do you?
How do I get Tws.ocx on to a new form? I tried the following on the Demo and it worked except I have to keep increasing the order ID to place more orders. Call Tws1.placeOrder(3030, "BUY", 1, "ES",
By Kendall Hawkins · #158 ·
Re: twsapi: TWS API VB files for newbies - 1st POST
Yes, I agree any code examples that can be posted are greatly appreciated. Its frustrating when you know the info is out there but you can't get to it. I realize some people are trying to come up
By Kendall Hawkins · #157 ·