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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 469 - 501 of 538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
469
... Thanks very much....
trfy1120
Offline Send Email
Nov 3, 2008
6:51 am
470
I'm working with an eSignal EFS script and I have properly registered the Dec 2008 ES contract in the edemo account. After I call INITDLL, I then call...
scourt2000
Offline Send Email
Nov 8, 2008
6:20 pm
471
Forgot to add that here's how I'm getting the event properly so that I know I'm only getting 2's and 4's and not 1's. The log verifies this as well: id =...
scourt2000
Offline Send Email
Nov 8, 2008
6:28 pm
472
is possible connect to trading the tradenavigator to interactivebrokers by twslink?...
allforex1
Offline Send Email
Nov 21, 2008
4:00 am
473
Not at this point - there is no need if you are an http://I-Deal.com.au customer. TN is working on a new direct link between I-Deal (IB) for those who do not...
dave
adest_david
Offline Send Email
Nov 21, 2008
5:06 am
474
sorry that was 60 day live version...
dave
adest_david
Offline Send Email
Nov 21, 2008
5:10 am
475
i don't understand what i need to to to trade futures,stock and forex directly from tradenavigator to brokers? the real time data that i get is from the...
matteo zucchini
zucchinimatt...
Offline Send Email
Nov 21, 2008
12:57 pm
476
I'm running some basic test code on twslink in matlab 2006a. the last two lines break with ??? Error using ==> calllib No method with matching signature. I...
adorenbaum
Offline Send Email
Dec 1, 2008
3:30 am
477
... hi, the sample is based on mathlab version >= 7. it seems the function calllib to bind dll-functions is unknown in your matlab version. please google for...
maxchinaski
Offline Send Email
Dec 1, 2008
10:17 pm
478
Thanks for your note. calllib is known in 2006a since only the last two lines are break. i suspect its one of two items: 1. newest TWS API not supported by...
adorenbaum
Offline Send Email
Dec 2, 2008
5:13 am
479
... hi, this is the right hint. but TWS API is not important here. it is most probably the same old song: there is a mistake with parameterlist. please check...
maxchinaski
Offline Send Email
Dec 2, 2008
2:51 pm
480
thanks. the sample .m file "twslinksample.m" works great on my machine. i've checked the call values to 'REQ_HIST_DATA' with libfunctionsview twslink (in...
adorenbaum
Offline Send Email
Dec 2, 2008
5:38 pm
481
... hi, first of all, please keep in mind that at least your call of GET_ACC_VAL is invalid. - historical data request i looked into the documentation and...
maxchinaski
Offline Send Email
Dec 3, 2008
10:35 pm
482
thanks for your help. here's the code that works. if others refine with error checking etc., please post %no error checking %assumes you have a connection to...
adorenbaum
Offline Send Email
Dec 4, 2008
4:08 am
483
... hi, thank you for this sample....
maxchinaski
Offline Send Email
Dec 4, 2008
6:31 pm
484
... -3 Contract not found. How do you get the number of short positions? 2) I want to place a LIMIT & STOP order at the same time to buy: The LIMIT order...
amit_dutt_2004
Offline Send Email
Dec 6, 2008
10:06 pm
485
... hi, 1) sorry, this i a mistake in documentation. GET_POSTIONS returns -2147483647 if contract not found. <=> 0 else. 2) please refer to documentation about...
maxchinaski
Offline Send Email
Dec 11, 2008
1:41 pm
486
Have you removed the example of metatrader on your Examples-Page? I can't find it anymore....
martinho2222
Offline Send Email
Dec 13, 2008
2:56 pm
487
... Hi, the MT4 sample is part of TWSLink package -> sample directory. is MT4 really so good ?...
maxchinaski
Offline Send Email
Dec 16, 2008
8:48 pm
488
Hello I am using an EA in MT4 for trading. Is it possible to send the trades generated by the EA to IB using TWSLink? Thanks! GD...
Gabriel Dezon
AirPlus
Offline Send Email
Dec 19, 2008
5:08 pm
489
Hello, I recently installed InstallAX_951.exe and it seems missing \include directory (*.h files) in C:\Jts\SocketClient. C:\Jts\SocketClient>dir Volume in...
atbb1973
Online Now Send Email
Dec 19, 2008
10:15 pm
491
... hi, this is not an IB API forum. please refer to the IB yahoo group http://finance.groups.yahoo.com/group/TWSAPI or to IBs forum. ...
maxchinaski
Offline Send Email
Dec 21, 2008
6:11 pm
492
this version fixes some bugs related to database and trailfiles...
maxchinaski
Offline Send Email
Dec 23, 2008
11:36 pm
493
I am looking for an answer to that exact question. Hopefully someone here can share some insights....
Norm Bozard
normbozard
Offline Send Email
Dec 30, 2008
4:06 am
494
Hi Max I successfully installed TWSLinkDemo in my Metatrader4 and it found my TWS and almost immediately sent a trade to it. Good stuff. But I did not let...
bruce_sincl
Offline Send Email
Dec 30, 2008
1:50 pm
495
... hi, 1. orders not transmitted. this can have various reasons. in order to get detailed information view audit trail TWS after resending orders manually or...
maxchinaski
Offline Send Email
Jan 2, 2009
2:27 pm
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
Messages 469 - 501 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