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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 277 - 311 of 538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
277
In the TWSLink Release Notes for Version 1.0.5.8 Build 51 it says: * Contract Recovery from incoming executions. Contracts of executions placed before TWSLink...
johnyx2
Offline Send Email
Mar 4, 2008
6:36 pm
278
twslink 1.1.0.0 beta http://www.trade-commander.org/twslink/twslink.htm major changes: - wrapps complete API 9.3 - odbc database support...
maxchinaski
Offline Send Email
Mar 7, 2008
1:36 pm
279
Hello, Is it possible to place Options orders without the manual confirmation at TWS? I set the PLACE_ORDER Transmission flag to 1 but it still gets the 'T'...
zephyrmil
Offline Send Email
Mar 8, 2008
12:40 pm
280
... Hi, normally your order should have been transmitted to IB. so i guess this is a TWS issue. you did all right there is no error in using TWSLink....
maxchinaski
Offline Send Email
Mar 8, 2008
8:02 pm
281
Hi Max, Thanks for the feedback. It's difficult to get the 881 TWS demo. I will chase up the IB forum discussion about it. Thanks agian, d. ... in ... TWS. ......
zephyrmil
Offline Send Email
Mar 8, 2008
10:23 pm
282
Hi All, I have been trying to put order via twslink Matlab. I can see the orders are there in the IB TWS but when I click T to transmit them it gives me an...
guo.sean
Offline Send Email
Mar 11, 2008
4:40 am
283
... Hi, i think this is an TWS/API issue even if you can place them manually. please post this in the IB forum/yahoo group or contact IB support....
maxchinaski
Offline Send Email
Mar 11, 2008
2:56 pm
284
Hello, Iam trying to connect TWSLink with Matlab 7.5.0 (I use Windows Vista). I already successfully installed TWSLink on my computer. The problem occurs with...
joek91
Offline Send Email
Mar 13, 2008
4:40 pm
285
I am getting the following error message with respect to some opening orders (OPG) that I am trying to submit. 20080312...
trfy1120
Offline Send Email
Mar 13, 2008
6:00 pm
286
Some instruments do not trade at certain price points, requiring minimum increments in prices of 0.05 or 0.10 or other amount. Options typically have this...
Peter Gum
phgyh
Offline Send Email
Mar 13, 2008
7:15 pm
287
Thanks very much for your reply. Unfortunately, I am trading NASDAQ stocks, so I don't think I should have troubles with odd price increments. I am thinking...
trfy1120
Offline Send Email
Mar 13, 2008
7:59 pm
289
I inserted the following code wherever I use the place_order command: bret2 = TwsLink.SET_ORDERVAL(oid, 16, "0.01", 1) It seems to have worked although it...
trfy1120
Offline Send Email
Mar 14, 2008
3:37 pm
290
with the new beta, the icons on my taskbar is different. the docs still has the old ones....
buglefrank
Online Now Send Email
Mar 14, 2008
9:55 pm
292
Hi, I am using Amibroker 5.07 Beta with API 9.40 I get this message when I try to register a contract. ID_MSFT = TWSLink.REGISTER_CONTRACT("MSFT", ...
tonkadad
Offline Send Email
Mar 19, 2008
3:55 pm
293
Try to set 64 in INITDLL flag. If set, NO Open Orders Request is made nor Open Orders gets processed. e.g. RetCode = TL().INITDLL(2, "myExcel.log", 65, 2, 2,...
ttungch88
Offline Send Email
Mar 24, 2008
3:44 pm
294
Sorry, some typo. Note the following e.g. RetCode = TL().place_order(Contractid, Orderid, action, "LMT", 1, SuggPrice, 0, "DAY", 1, 0, "", "", -1) If...
ttungch88
Offline Send Email
Mar 24, 2008
4:09 pm
296
Hello, I have the same Problems. Iam trying to get Bar Data from TWS using REQ_BAR_DATA and GET_BAR_DATA functions. I work with Matlab7. Everything works ok...
joek91
Offline Send Email
Apr 1, 2008
11:57 am
297
new beta version uploaded to http://www.trade-commander.org/twslink/twslink.htm this build has 2 fixes and comes with an additional MatLab7 sample ...
maxchinaski
Offline Send Email
Apr 1, 2008
11:04 pm
298
I am getting the following warning messages after upgrading TWS to build 882: 20080401 08:21:20:406;warning;twslink_client;: Order Event Warning:Attribute...
yichen382
Offline Send Email
Apr 2, 2008
5:58 am
299
... hi, i wonder that this is related to TWS version. i know that API 9.4 replaces 2 order attributes of RTH concern by 1. (please see ...
maxchinaski
Offline Send Email
Apr 2, 2008
12:23 pm
300
... Hi joek91, we have to speak english here as this is an international forum. however, the newest TWSLink beta contains a second matlab sample with some...
maxchinaski
Offline Send Email
Apr 2, 2008
12:24 pm
301
Thanks for your reply Max. All I did was upgrading TWS from 880 to 882. The order TIF is OPG. What should I do to eliminate this warning message? Thanks. ... ...
yichen382
Offline Send Email
Apr 3, 2008
9:17 am
302
... hi, i don't know what to do and the exact meaning. it seems that flag "RTH only" is ignored or does not match to your TIF. i want to ask you to post this...
maxchinaski
Offline Send Email
Apr 3, 2008
11:55 am
303
I didn't set the rthonly value. I always left it default. It has never been an issue for OPG orders, until I started to use TWS 882. Maybe now I need to set...
yichen382
Offline Send Email
Apr 3, 2008
12:46 pm
304
What is teh difference between snapshot = 0 or 1. I am currently using 0 and when the volatility is high, the processing becomes very slow. would it be...
buglefrank
Online Now Send Email
Apr 3, 2008
3:25 pm
305
... Hi, snapshot = 0 means send continuous market data. snapshot = 1 means send a snapshot of marketdata once. even if snapshot = 0, processing should not get...
maxchinaski
Offline Send Email
Apr 7, 2008
3:37 pm
308
can i use tws api to setup alerts. for eg. alert event when aapl last price > X$ if so, can u point to some examples....
buglefrank
Online Now Send Email
Apr 14, 2008
2:17 am
309
... hi, i am sorry this is not possible as IBs native API does not provide alerts....
maxchinaski
Offline Send Email
Apr 15, 2008
4:02 pm
310
then what is this option. REQ_SCANNER_SUBSCRIPTION can i make is customisable? ... alerts. ... last...
buglefrank
Online Now Send Email
Apr 16, 2008
1:23 am
311
... hi, this call concerns the market scanner. please refer to the documentation about its meaning or - as a general alternative - refer to IBs API...
maxchinaski
Offline Send Email
Apr 19, 2008
8:04 pm
Messages 277 - 311 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