Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Twsapi
- Messages
Search
Poll Suggestion _ Request IB to provide ...
techguy1313
I would like to suggest a poll:
Would you like to Request / Petition IB to make a fully viable Paper Trading Server which will run on delayed data 24 / 7 for the purposes of Trading System testing? (or something similar - the wording could vary) Currently trades instigated on the IB Demo server evaporate when the server shuts down. The responsibility of tracking trades for the purpose of Trading System testing resides with the User on the Client side. Wouldn't it be nice if IB provided it's customers with a fully closed loop ATS server for the purposes of ATS fine tuning and System testing? Email confimration, etc... Your thoughts solicited. Techguy |
Re: twsapi: TraderGuard , IB TWS - Important msg!
Richard Foulk
} I am honestly upset at some of the comments written about
} TraderGuard. It seems as though instead of checking the program's } abilities and value, some are discussing irrelevant issues, such as } the size of the program, speculations of hidden trojans, and other } hidden agendas. Let me respond to some of those comments: Well gosh, advertising a product on the TWSAPI group is upsetting to some of us. That's not what the group was created for. Spammers are often dealt with harshly -- don't be surprised. Richard |
Re: RE : twsapi: Re: LINK to: TraderGuard
Richard Foulk
} Matt..........How in the world?
} } ...I completeley agree with you on this post and your subsequent... } } How in the world does something so simple end up using or being 23 } MB??? } } A full install of Qcharts is 13 MB } A full install of Erlanger Quote is 9 MB } A full install of WealthLab is 13.5 MB } A full install of TWS is 5.3 MB } } } I wonder if this was not written using less then Pro VB and is not } optimized? } } Anyway... } } I believe that no one in their right mind is gonna fork over 150 } bucks on a software that they are unable to test on the securities } they trade...hasn't been scrutinized and stressed by a beta } team...and appears to consume resources at a prodigious rate out of } step with the task it accomplishes...is a black box that has no } documentation, no help file, no accompanying test results on } performance....and whose install process attempts to overwrite } duplicate OCX instead of checking mereley for their instance in the } sys files... } } etc etc } } Hate to blow your bubble...sorry } } Scott } Yep, $150 is pretty ridiculous. Especially when there are other packages that do much more for that price. And yes, the enormous size is an indicator that the programmer doesn't know what he's doing. Once the API matures (comes out of beta) there will no doubt be many such packages. And many will be free and with source code so the user can adapt them to their needs, and be able to trust the code. Richard |
Re: Modify Order Without Transmit
marinindextrader
The place order call need not be called then.
When you are using the standard TWS, and you craft up an order on the grid, that order is nothing more than an array in a memory slot somewhere. When you tag the transmit button it is then sent. Internally the TWS has executed the place order call. If what you want to do is emulate this behaviour, then create an 2 dimensional variant array in memory, and store your unsent but ready to go orders. You can display this information however you see fit: grids, labels etc... Then like in TWS, you selected the displayed order and give it focus, and then you send it with a transmit command. Hope this helps Scott --- In twsapi@y..., "Bob Stevens" <rsteve42@b...> wrote: I am trying to modify an order without transmitting it. However,TWS transmits the order on the update, even with the Transmit propertyFalse. I am using VB with the ActiveX control, and the TWS demo fortesting. Here is the scenario:works. Let's say the order ID is 72.limit price, again with no transmit. The limit price is changed in TWS,but TWS transmits the order. |
Modify Order Without Transmit
I am trying to modify an order without transmitting it. However, TWS
transmits the order on the update, even with the Transmit property False. I am using VB with the ActiveX control, and the TWS demo for testing. Here is the scenario: o Call PlaceOrder to place a buy limit order, no transmit. This works. Let's say the order ID is 72. o Call PlaceOrder again with the same order ID (72), changing the limit price, again with no transmit. The limit price is changed in TWS, but TWS transmits the order. Any ideas? Thanks |
Re: Tip for Yahoo Users Email Managment
marinindextrader
Dude....it should route all other mail to the "other folder", this
mail should route to the in box direct.... Your banned heheheh LOL just kidding Scott --- In twsapi@y..., "techguy1313" <techguy1313@y...> wrote: If you are a Yahoo Email User, the following tip may help youmanage the intense mail flow from this User Group.Folder you would like your mail delivered to, i.e. TWSAPI Yahoo GroupMail. <OK>.mail will now route to this folder. |
Tip for Yahoo Users Email Managment
techguy1313
If you are a Yahoo Email User, the following tip may help you manage
the intense mail flow from this User Group. Set an Email Mail Management filter to route Group Mail to an individual folder: 1. From the Yahoo Mail Sidebar, click on Options. 2. Select Filters from under the Mail Management Header. 3. Select Create. 4. Go to: Subject <contains> the phrase <twsapi>. 5. Select Deliver Message to <New Folder>. 6. An Explorer User Prompt will pop up. Put in the name of the Folder you would like your mail delivered to, i.e. TWSAPI Yahoo Group Mail. <OK>. The Filter list will now show your new routing filter. All Group mail will now route to this folder. Hope this helps un-clutter your life. |
Re: twsapi: automated login
marinindextrader
This thread has been archived in the Bookmarks Section, within the
Board Threads Folder. From time to time exhaustive discussions that stay on topic will be archived to this folder. Scott --- In twsapi@y..., "David" <kotomo@p...> wrote: Thanks tripack44it up and finally just bought a router. Life is so much simpler now.Service. |
Re: twsapi: automated login
David
toggle quoted message
Show quoted text
|
Re: twsapi: automated login
tripack44
No, a while back I tried that but it was a no-go with TWS. I gave it
toggle quoted message
Show quoted text
up and finally just bought a router. Life is so much simpler now. --- In twsapi@y..., "David" <kotomo@p...> wrote:
Also, anyone running Proxy succesfully?? (Proxy from AnalogX) |
Re: twsapi: Re: automated login
ax
Possible alternative to WinTask?
toggle quoted message
Show quoted text
----- Original Message -----
From: "bee_jay_61" <no_reply@...> To: <twsapi@...> Sent: Wednesday, July 03, 2002 5:41 AM Subject: twsapi: Re: automated login Voila ;-) To unsubscribe from this group, send an email to: twsapi-unsubscribe@... Your use of Yahoo! Groups is subject to |
Re: twsapi: automated login
David
toggle quoted message
Show quoted text
|
Re: twsapi: automated login
bee_jay_61
That?s why I start a new separate thread in my program to confirm
the "Accept incomming connection attempt" dialog. First I start the thread that searches the window for about 60 seconds (or more if you need). Than I call TWS.Connect from the main thread while the child thread has allready began his search. This call will force the TWS to display the dialog and than the child thread can find this window. So the main thread (main program) is never blocked like in your case. It is not a security feature from IB. BeeJay --- In twsapi@y..., "Michel" <migurull@t...> wrote: Thanks Carl.the login window but with the 'connection confirmation' window there arevarious problems.try to send it keys (SendKey) (ENTER key in this case).dont return to your calling program until you manually click 'Yes' or 'No' inthis window so any code after 'connect' (AppActivate and SendKeys),simply dont execute.window) 3- Tempo 1 second.and/or send keys. (It works if TWS is runing normally, but not whenpresenting the 'connection confirmation' window)!reason to be sure that a connection to the program is really made by theaccount owner. (There is a security problem if you automate login andconnection because everybody having your program or access to your PC canconnect to your account). |
Re: twsapi: automated login
David
开云体育Michel,
what bee-jay-61 has done it was using Win Api's not the VB
code itself.
I'll post the code after i get around my problems and have
more time to do it.
Also, anyone running Proxy succesfully?? (Proxy from
AnalogX)
That's why I don't have the time.
David
|
Re: twsapi: Re: automated login
Michel
toggle quoted message
Show quoted text
|
TraderGuard- Important Message
traderguard
I am honestly upset at some of the comments written about
TraderGuard. It seems as though instead of checking the program's abilities and value, some are discussing irrelevant issues, such as the size of the program, speculations of hidden trojans, and other hidden agendas. Let me respond to some of those comments: The demo version on the website is there to be tested and evaluated for those interested. It does not need to be tested on NQ or ES for people to find out if this is a usefull tool or worthless crap. TraderGuard consumes resources because it's actually working to cover your butt. Yes, it's a black box with no documentation BECASUE..as you should already know by now, I haven't had time to do it. I was looking for user feedback so the next version of the program would include FAQ. Yes, it tries to overwrite OCX, but it in no way shape or form affects the program's real time performance. Enough with the unconstuctive criticisms. Now to the other side of the coin. Thanks to all those who responded with enthusiasm, complementing TG's features. Yes, I will make sure that you get the new updates as I am making improvements. AS far as timing...it's real time...no delays. I will make the buttons bigger if you really want that. GE, ES, and NQ are not the only symbols...With the FULL Version you can type in and trade any symbol you like as long as you receive data via IB TWS. Yes, autosale will disable itself if you uncheck the checkbox. There is no safe point of entry...it's up to you to decide when you jump into a trade. I was not planning to write the impossible. If I could do that, I would write a program to show a chart of tomorrow today. new link again AMJ |
Re: twsapi: Re: automated login
Michel
开云体育I'll
look at it... but as I explain in another post, I have some problems with this
solution but need more time, perhaps I' m wrong in
something.
Thanks.
?
Michel.
|
Re: twsapi: Re: automated login
Michel
开云体育Seems
a good reason to expain this problems...
|
to navigate to use esc to dismiss