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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 496 - 538 of 538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
496
Hi, I am trying to understand how to connect the metatrader 4 with IB account. I found your link and now I am trying to understand what to do, what to...
xtremestocks
Offline Send Email
Jan 10, 2009
3:30 pm
497
Hello, you need to install TWSLink. the metatrader sample has also a briefly description how to install the EA. for more help, you could also use our yahoo...
cegmx
maxchinaski
Offline Send Email
Jan 10, 2009
8:25 pm
499
... Hello, you need to install TWSLink in order to access MT4 sample. you find a detailed description how to integrate sample with MT4. (copy .mq4 to ea...
maxchinaski
Offline Send Email
Jan 11, 2009
6:28 pm
501
Hi The example from the document: Get 1 Month in hourly Resolution for Contract with uid=1974. Allow also Bars outside from Regular Trading Hours. Let the...
amit_dutt_2004
Offline Send Email
Jan 12, 2009
1:28 pm
502
I've done this before, so I thought I'd comment. Historical Data is populated into your spreadsheet, not a separate CSV file. It's populated there by VBA...
Tom Carlson
extol
Offline Send Email
Jan 12, 2009
9:39 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
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
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
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
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
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
511
... GET_ORDER_VAL (uid,88,"") returns filled size (so far)...
maxchinaski
Offline Send Email
Jan 28, 2009
3:17 pm
512
Thank you ! in Table 6.6. tgmjfj ... only ... use ... that ... for ... orders...
tgmjfj
Offline Send Email
Jan 28, 2009
4:06 pm
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
Messages 496 - 538 of 538   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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