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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 513 - 551 of 581   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
538
http://trade-commander.com/mtibbridge/mtibbridge.htm...
maxchinaski
Offline Send Email
Oct 20, 2009
6:25 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
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
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
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
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
544
I would gladly purchase your product now, however I am reading your instructions on how to connect TWSlink to metatrader4. Forgive me on both counts because...
rightcoast99
Offline Send Email
Dec 20, 2009
6:59 pm
545
Hello, could you give more details what exactly failed ? Did you follow instructions in the sample directory ? Basically you only need to copy header file and...
maxchinaski
Offline Send Email
Dec 20, 2009
8:35 pm
546
Hello, When I say failed, I mean I followed "How to use TWSLink with MT4" 1. I copied "installmt4.bat" into my MT4 directory, manually. 2. Opened MT4...
rightcoast99
Offline Send Email
Dec 20, 2009
9:30 pm
547
Hello, -> 1. I copied "installmt4.bat"... this is not as described. installmt4.bat is a batch to be started with parameter. it is doing the same i described...
maxchinaski
Offline Send Email
Dec 21, 2009
1:05 pm
548
To install TWSLink on Windows 7 32/64, you need to set UAC at lowest level and restart Windows first. This is due to Win7, that on setting UAC to lowest level,...
maxchinaski
Offline Send Email
Dec 21, 2009
7:57 pm
549
http://www.trade-commander.com/twslink/relnotes.htm...
maxchinaski
Offline Send Email
Jan 6, 2010
10:00 am
550
http://www.trade-commander.com/twslink/relnotes.htm...
maxchinaski
Offline Send Email
Jan 20, 2010
4:15 pm
551
Hi Max, Is there a way to find out the commission charged on a contract by using twslink?...
db2quotes
Online Now Send Email
Jan 22, 2010
7:24 pm
Messages 513 - 551 of 581   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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