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 111 - 140 of 538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
111
bugfix,tcl module sample added...
maxchinaski
Offline Send Email
Oct 3, 2007
2:30 pm
112
ordType[ordqo] = GET_ORDER_VAL(iordUid[ordqo],6,""); ordTif[ordqo] = GET_ORDER_VAL(iordUid[ordqo],5,""); the above functions return with strange strings of...
suffic369
Offline Send Email
Oct 8, 2007
10:12 am
113
... onf means "order not found". - older TWSLink Versions just look into map of "living" orders. so if an order was filled or cancelled they return "onf". -...
maxchinaski
Offline Send Email
Oct 8, 2007
2:46 pm
114
thanks for the reply. the strange things for me is that for the same order,two returns are wrong, and the other two returns are correct. I have tested the tif...
suffic369
Offline Send Email
Oct 9, 2007
9:01 am
115
... as always in such events, please send me a logfile, recorded with loglevel 1. so we both do not have to guess what happened. thank you...
maxchinaski
Offline Send Email
Oct 9, 2007
2:25 pm
116
log file sent to bugreport@... with loglevel 1....
suffic369
Offline Send Email
Oct 10, 2007
2:06 am
117
... Hi, you logfiles brings light into this issue. look at these typical entries: 20071010 09:41:01:109;note;twslink_main;GET_ORDERUID_LIST -10008 - - --1 -0...
maxchinaski
Offline Send Email
Oct 10, 2007
6:34 pm
118
Hi Is it available now or could it be built in, the ability to provide GET_CONTRACT_VAL information for trailing stops for total number, average price and UID...
davesmithdave2000
davesmithdav...
Offline Send Email
Oct 11, 2007
9:19 am
119
... Hi Dave, i am sorry, but i don't know what you are mean. information for trailing stops most probably can be retrieved with GET_ORDER_VAL(uidorder...) or...
maxchinaski
Offline Send Email
Oct 11, 2007
11:56 am
120
bugfix http://www.trade-commander.org/twslink/relnotes.htm...
maxchinaski
Offline Send Email
Oct 12, 2007
4:04 pm
121
... Hi Looking in table 6.5, I can see for example that an ID of 42 gives the Average Price of all BUY LMT Orders of Contract but I can't see an ID to give the...
davesmithdave2000
davesmithdav...
Offline Send Email
Oct 15, 2007
6:59 am
122
... Hi, this is not implemented. however, it should be easy to make an average of stop price of trail orders manually. make a loop over all orders: use ta =...
maxchinaski
Offline Send Email
Oct 15, 2007
12:57 pm
123
... provide ... Many thanks for your help Dave...
davesmithdave2000
davesmithdav...
Offline Send Email
Oct 16, 2007
6:42 am
124
Hi, still cant find out why. because for the same order,other parameters return correct values,only order type returns onf or empty. now I have met another...
suffic369
Offline Send Email
Oct 19, 2007
11:37 am
125
... correct. ... experience? ... "living" and ... tid=3996 ... tid=3996 ... tid=3996 ... tid=3996 ... tid=3996 ... part. ... hi suffic369, your log shows calls...
maxchinaski
Offline Send Email
Oct 19, 2007
1:15 pm
126
- Serious bug in function GET_ORDER_VAL fixed. - don't be scared of smaller installation package. some extra stuff was removed....
maxchinaski
Offline Send Email
Oct 19, 2007
1:38 pm
127
... thanks for the fix! now my GET_ORDER_VAL returns correct order type strings....
suffic369
Offline Send Email
Oct 21, 2007
2:40 pm
128
Hi, I am trying to figure out how to use the Buy trail and Sell trail commands with IB. My question is after I initially set the trail amount, does the DLL...
widgetman32904
Offline Send Email
Oct 21, 2007
4:05 pm
129
I searched for the log file in my filesystem and cannot find it. i am running it thro ruby and here is the code # include the TWSLink ruby module require...
buglefrank
Online Now Send Email
Oct 21, 2007
9:19 pm
130
is there any way to retrieve the accounts,groups, and profiles information for a fa account from tws into twslink?...
suffic369
Offline Send Email
Oct 22, 2007
6:44 am
131
... hi, GET_DLLSTATUS("fainfo",1 ) -> groups GET_DLLSTATUS("fainfo",2 ) -> profile GET_DLLSTATUS("fainfo",3 ) -> aliases each info is wrapped into an...
maxchinaski
Offline Send Email
Oct 22, 2007
12:27 pm
132
... hi, according your initialization the logfile is most probably in that directory associated with ruby process. to save all logfiles in the standardlogfile...
maxchinaski
Offline Send Email
Oct 22, 2007
12:30 pm
133
... hi, the buy trail or sell trail is an IB-API native command and no TWSLink generated. so once placed, it works like placed from TWS. documentation function...
maxchinaski
Offline Send Email
Oct 22, 2007
12:33 pm
134
... Thanks!! will try....
suffic369
Offline Send Email
Oct 22, 2007
3:24 pm
135
How do i turn off the blip sound when the dll is initialized and connects to tws. i have muted my speaker but it still does not work....
buglefrank
Online Now Send Email
Oct 22, 2007
8:29 pm
136
... hi, the blip sound comes from dll loading, something happening before any function call. thus it can only be turned of in the twslink.xml setupfile (this...
maxchinaski
Offline Send Email
Oct 22, 2007
9:27 pm
137
Hi, Thanks for the help. I was wondering if you have actually used this function for BUY_TRAIL and SELL_TRAIL. I have tried to use it many different ways, and...
widgetman32904
Offline Send Email
Oct 22, 2007
9:43 pm
138
... Hi, how could you use BUY_TRAIL or SELL_TRAIL in many different ways ? the purpose of these functions is to prevent user from doing mistakes when placing...
maxchinaski
Offline Send Email
Oct 22, 2007
10:26 pm
139
Hi, I guess I should have clarified that I was trying to use the BUY_TRAIL command with the YM Futures. When I send the command listed below I see a order...
widgetman32904
Offline Send Email
Oct 23, 2007
12:14 pm
140
... f you still should have problems to place a trail order, please record with loglevel 1 and send us the logfile....
maxchinaski
Offline Send Email
Oct 23, 2007
12:49 pm
Messages 111 - 140 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