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.
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 252 - 286 of 538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
252
Hello I have Problems to understand/describe complex processes in Englisch. Are there any Germans who can help ? Or is there any German TWSLink Board ? At the...
forexfuxschafer
Offline Send Email
Feb 6, 2008
7:31 pm
253
Hello, I just starting to look at using your IB API interface. I tried to compile the resourses header and source and came across a couple issues. Would you...
zephyrmil
Offline Send Email
Feb 9, 2008
1:30 pm
254
Please allow a dumb question or 2 - i use ts2000i. typically, when i put a trading strategy together it contains a entry signal and several exits. all...
h2o_dog11
Offline Send Email
Feb 9, 2008
9:05 pm
255
Hello, I run the following code and the callback proc is never hit. Any ideas? // Callback Proc void CB_Events(int long1,int long2,int long3,int long4,double ...
zephyrmil
Offline Send Email
Feb 9, 2008
10:38 pm
256
... hi, sorry, this is due to a mismatch when building installation package. download twslink again or get twslinkif.h from files section....
maxchinaski
Offline Send Email
Feb 9, 2008
11:23 pm
257
... hi, 1. you do subscribe for 1 (marketdata) and 64 (realized p&l, execution..) so you need an event of this category 2. make sure your int is 4 BYTE. 3....
maxchinaski
Offline Send Email
Feb 9, 2008
11:31 pm
258
... hi, you can put your strategy in several files if you want. by the way: how to do this ? i was not able to outsource the function declaration. this would...
maxchinaski
Offline Send Email
Feb 9, 2008
11:40 pm
259
Hi, Thanks for your reply. Callback proc is not hit, i set a breakpoint on this proc. I still dont get IBM market data. 1. Is the following line the same as...
zephyrmil
Offline Send Email
Feb 10, 2008
12:50 am
260
From your response it seems that I should place the entire strategy in a single file. that helps a lot, thanks ... From: maxchinaski To:...
jim f.
h2o_dog11
Offline Send Email
Feb 10, 2008
1:57 am
261
Hi, I have the callback proc hit now. but it is after about 2 minutes? I dont get any market data. It says "waiting for twstime..." 20080210...
zephyrmil
Offline Send Email
Feb 10, 2008
11:55 am
262
... hi. - to get marketdata you have to request for them. - "waiting for twstime.." sounds not good.it seems there is a connection problem. please make sure...
maxchinaski
Offline Send Email
Feb 10, 2008
4:08 pm
263
... hi, no it means that i didn't know how to split a stratey in several files but i'd like to do so. it should be no problem with TWSLink. one TWSLink...
maxchinaski
Offline Send Email
Feb 10, 2008
4:10 pm
264
oh sorry Max, building strategies in increments is simple w/ 2000i. simply go to the 'Tradestation StrategyBuilder' (at the 'Go' tab from the top menu in...
jim f.
h2o_dog11
Offline Send Email
Feb 10, 2008
4:33 pm
265
here's an example of a very simple money stop/profit target signal. now, if the strat initialized twslink with another siganl and i wanted to add this ...
jim f.
h2o_dog11
Offline Send Email
Feb 10, 2008
6:38 pm
270
i am making some progress in getting executionnotification. but still got a q. 1. I registered and am getting notificaiotn of execution when the eventcategory...
buglefrank
Offline Send Email
Feb 14, 2008
8:46 pm
271
... hi, param 15 is contractuid. GET_CONTRACT_VAL to gather information about contract...
maxchinaski
Offline Send Email
Feb 15, 2008
11:14 am
272
when i tried as u suggested teh contractud that i get id = 0 the command i am trying is contractuid=$tws.GET_EVENT_VAL(uidevent,15) i pass the correct uidevent...
buglefrank
Offline Send Email
Feb 15, 2008
6:08 pm
273
... hi, i checked it out and found the contract uid returned correctly. some questions: 1. did you go sure that event category was = 64 (p&l related) ->...
maxchinaski
Offline Send Email
Feb 15, 2008
7:19 pm
275
ok. here is what i found out so far. if you are running twslink and executing an order in IB. you would get the contract uid as part of for the event category...
buglefrank
Offline Send Email
Feb 25, 2008
1:54 pm
276
... hi, so what you found is exactly what i said in my last response. the actual version recovers contracts also from orders being filled before TWSLink...
maxchinaski
Offline Send Email
Feb 25, 2008
3:54 pm
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
Messages 252 - 286 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