Search the web
Sign In
New User? Sign Up
twslink
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 505 - 543 of 543   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
543
... Hello, can you send a logfile recorded with DLL loglevel <= 1 ? this helps to find why TWS does not transmit orders to IB. This is related a) to attached...
maxchinaski
Offline Send Email
Nov 16, 2009
6:24 pm
542
Approximately 95% of the time, calling PLACE_ORDER or SET_ORDERVAL with the transmit flag = 1 will guarantee that the order already created on TWS gets sent to...
da7711
Offline Send Email
Nov 16, 2009
5:53 pm
541
... Sorry, please call first INITDLL or SET_DLLPARAM("enableflag",2) and SET_DLLPARAM("enableflag",4) and THEN call CONNECT...
maxchinaski
Offline Send Email
Nov 16, 2009
4:37 pm
540
... Hello, obtaining uids for TWS placed orders from GET_ORDERUID_LIST be sure a) connected with clientid=0 b) you have set initialisation flags 2 (bind TWS...
maxchinaski
Offline Send Email
Nov 16, 2009
4:17 pm
539
I am calling CONNECT() with client ID=zero in order to be able to control existing orders from TWS_Link. However, when I manually add and submit an order for...
da7711
Offline Send Email
Nov 16, 2009
3:11 pm
538
http://trade-commander.com/mtibbridge/mtibbridge.htm...
maxchinaski
Offline Send Email
Oct 20, 2009
6:25 pm
537
mainly this version implements features of newer IB API versions (up to 9.63 beta) and a more efficient logging. There is also a new version 1.1.0.4 which...
maxchinaski
Offline Send Email
Oct 15, 2009
3:48 pm
536
you need TWS >= 889 for release notes please goto http://www.trade-commander.com/twslink/relnotes.htm download ...
maxchinaski
Offline Send Email
Jun 26, 2009
3:25 pm
531
Hello, if you make a chain request, you need to use GET_CONTRACT_UID_LIST or listen to your callback or cylce trough events to grap incoming contract specs. if...
maxchinaski
Offline Send Email
Jun 19, 2009
12:55 pm
530
Hi I am trying to get data for ES - but I can't successfully register and get the uid - it is returning zero, how do I get the uid, do I have to call...
amit_dutt_2004
Offline Send Email
Jun 19, 2009
3:17 am
529
here is a simple script using TWSLink (from samples dir.) {This sample demonstrates basic Steps to place an Order} var lib: ComVariant; var OpResult:...
maxchinaski
Offline Send Email
May 9, 2009
4:38 pm
528
Here is a simple WL script. How do I program TWSLink to send orders to IB? ************************* var Bar: integer; for Bar := 2 to BarCount - 2 do begin ...
warrensmith631
Offline Send Email
May 9, 2009
3:46 pm
527
... Hello, well, the wealth-lab sample is kept very simple. i don't know how to provide a smarter introduction as this: INIT REGISTER CONNECT PLACE_ORDER.... ...
maxchinaski
Offline Send Email
May 7, 2009
11:34 pm
526
Can someone share a Wealth-Lab script showing how to use TWSLink to send orders from Wealth-Lab to IB? Keep it simple please. I downloaded TWSLink and read...
warrensmith631
Offline Send Email
May 6, 2009
2:22 am
523
... Hi, if you don't get always back 5 rows, i guess there are currently not 5 rows available. block order: ask / bid (may be i should change the order) row...
maxchinaski
Offline Send Email
Apr 7, 2009
10:50 am
522
Hi With the following call REQ_MARKET_DEPTH(id, 1, 5) ; GET_MARKET_DEPTH(id,2,-1,2) ; I am getting the following for GOOG: 0 363.17000000 2 2...
amit_dutt_2004
Offline Send Email
Apr 7, 2009
2:36 am
521
... Hi, 1) you can't use 1.xxx license for version 2.xxx 2) yes the new key is a runtime control. along with that key, you can run 1 instance of TWSLink where...
maxchinaski
Offline Send Email
Apr 1, 2009
2:03 pm
520
... Hi, what does this actually mean ? 1) The license expires automatically when version 2 is released ? 2) The actual license is only valid for version...
Fernando
faburger
Offline Send Email
Apr 1, 2009
1:36 am
518
... hi, this is a very special questions and normally needs only to make some research at IB website. ...
maxchinaski
Offline Send Email
Mar 4, 2009
11:39 am
517
For Midpoint Match - you have to create a market data line using ISE as the order destination How do you do that? In PLACE_ORDER there is no such field. Also...
amit_dutt_2004
Offline Send Email
Mar 4, 2009
5:08 am
516
release notes http://trade-commander.com/twslink/relnotes.htm without a license, this version has runtime for 2 hours only. to obtain a license, please go to...
maxchinaski
Offline Send Email
Feb 28, 2009
1:17 am
513
hello all, we move our webserver. this could lead to temporarily blockages ouf our website and email server for the coming week. we apologize in advance. as a...
maxchinaski
Offline Send Email
Feb 21, 2009
4:13 pm
512
Thank you ! in Table 6.6. tgmjfj ... only ... use ... that ... for ... orders...
tgmjfj
Offline Send Email
Jan 28, 2009
4:06 pm
511
... GET_ORDER_VAL (uid,88,"") returns filled size (so far)...
maxchinaski
Offline Send Email
Jan 28, 2009
3:17 pm
510
Hello Thank you for your reply. I looked at at those two functions in the documentation before I posted my question. What the documentation seems to say is :- ...
tgmjfj
Offline Send Email
Jan 26, 2009
6:52 pm
509
... Hello, in documentation please read about functions - GET_ORDER_STATUS - GET_ORDER_VAL (table 6.6 valueids 1 and 88)...
maxchinaski
Offline Send Email
Jan 26, 2009
5:39 pm
508
Hi I wave a working strategy for trading US Stocks and wish to use TWSlink to connect to IB. I cannot tell which of your functions I should use to check that...
tgmjfj
Offline Send Email
Jan 26, 2009
4:38 pm
507
... hello, i am sorry, have no clue what's going on. please send us: 1. a TWSLink logfile recorded with loglevel=1 when this error occurs again. 2. you current...
maxchinaski
Offline Send Email
Jan 14, 2009
3:58 pm
506
I've faced with the following problem: sometimes twslink stuck in endless loop of messages "Can't find order with id=..." (order event # 135). This order id is...
alexa.infra
Offline Send Email
Jan 13, 2009
3:25 pm
505
I've faced with the following problem: sometimes twslink stuck in endless loop of messages "Can't find order with id=..." (order event # 135). This order id is...
alexa.infra
Offline Send Email
Jan 13, 2009
3:23 pm
Messages 505 - 543 of 543   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help