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 48 - 77 of 538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48
... PLACE_ORDER(symboluid,0,"BUY","MKT",DefaultOrderSize,Ask,0.0,"GTC",0,0,"","",- ... ...
maxchinaski
Offline Send Email
Sep 1, 2007
8:25 pm
49
... PLACE_ORDER(symboluid,0,"BUY","MKT",DefaultOrderSize,Ask,0.0,"GTC",0,0,"","",- ... ...
maxchinaski
Offline Send Email
Sep 1, 2007
8:28 pm
50
... oid=PLACE_ORDER(UidContract,0,"BUY","MKT",DefaultOrderSize,1.44,0.0,"GTC",0,0,"","",- 1); ... ...
omeletteo
Offline Send Email
Sep 2, 2007
3:29 pm
51
Hi. I would like to download the 6 months or so of Historical data that IB makes available. I have figured out how to retrieve current quotes using the...
omeletteo
Offline Send Email
Sep 2, 2007
3:39 pm
52
... Hi, historical Data are (not yet) available....
maxchinaski
Offline Send Email
Sep 2, 2007
5:54 pm
53
... data ... current ... don't ... Thank you. that saves me some time - I can wait till it is available!!!...
omeletteo
Offline Send Email
Sep 2, 2007
7:43 pm
54
new beta release release notes, please visit: http://www.trade-commander.org/twslink/relnotes.htm for download, please visit: ...
maxchinaski
Offline Send Email
Sep 3, 2007
1:39 am
55
Hi all, is it possible to implement multiple strategies on the same instrument ? ie without the orders of one strategy messing with the orders of another one ?...
clambert0371
Offline Send Email
Sep 3, 2007
10:59 am
56
... Hi Max I have tried installing this new release, however i get a message, error 1334 regarding file twslink.dll1 that can't be found in data1.cab. Many...
davesmithdave2000
davesmithdav...
Offline Send Email
Sep 3, 2007
12:53 pm
57
In wealthlab I am trying to pull my trailing stop orders by using PullStops:= lib.CANCEL_ORDER (0,0,'Trail'); but nothing seems to happen. the next line is ...
davesmithdave2000
davesmithdav...
Offline Send Email
Sep 3, 2007
3:15 pm
58
Unfortunately, installation gives an error. See the attachment. Lot of pips in black, Michal http://www.mqlservice.com ... From: twslink@yahoogroups.com...
Michal Rutka
michal_rutka
Offline Send Email
Sep 3, 2007
3:48 pm
59
... SORRY to all, an accident happened. New Package uploaded....
maxchinaski
Offline Send Email
Sep 3, 2007
5:24 pm
60
... Hi Dave, what's about lib.CANCEL_ORDER (0,0,'TRAIL') ? does this work (case sensitive) ? ordertypes MKT MKTCLS LMT LMTCLS PEGMKT STP STPLMT TRAIL REL VWAP ...
maxchinaski
Offline Send Email
Sep 3, 2007
7:24 pm
61
Hi, I installed the latest beta and now get a "can't find dll twslink.dll". I have tried it with TS8 and with multicharts. The script I wrote compiles just...
widgetman32904
Offline Send Email
Sep 3, 2007
9:02 pm
62
... Hi, did you uninstall the previous version properly ? TS 8 and multicharts use TWSLink as DLL. thus the systems cycles through all directories listed in...
maxchinaski
Offline Send Email
Sep 3, 2007
9:59 pm
63
Because TWSLink is still in development Progress, it can happen - as with latest version - that some functions are changed, or removed. using such a new...
maxchinaski
Offline Send Email
Sep 3, 2007
10:16 pm
64
Hi All, Thanks for the replys. I was able to determine by process of elimination that the routines SETLONGVAR and GETLONGVAR had indeed changed to SET_LNG_VAR...
widgetman32904
Offline Send Email
Sep 3, 2007
11:35 pm
65
... Hi, that's fine. well, why does the script compiler not complained about: the compiler checks against the declaration in your script not against the real...
maxchinaski
Offline Send Email
Sep 3, 2007
11:50 pm
66
... Hi Max Many thanks for your reply. I have tried using capital letters and also leaving the order type filter empty but still it doesnt work with TRAIL STP...
davesmithdave2000
davesmithdav...
Offline Send Email
Sep 4, 2007
10:12 am
67
... order has ... Hi Dave, yes, forgot to mention 4.th parameter in the documentation. will do this - thank you. this parameter means submitted only. if 0,...
maxchinaski
Offline Send Email
Sep 4, 2007
11:43 am
68
... #Black, 8 ... Hi Thanks for the reply, yes you are right lib.CANCEL_ORDER (0,0,'TRAIL',-1 does work, I then couldn't work out why it sometimes stopped...
davesmithdave2000
davesmithdav...
Offline Send Email
Sep 4, 2007
3:44 pm
69
... using ... adding ... notes ... Hi Dave, there is a way: connect with clientID=0. these clients have access to orders created in TWS....
maxchinaski
Offline Send Email
Sep 4, 2007
3:58 pm
70
Hi all, if have a first beta revision with some fixes uploaded to: http://www.trade-commander.org/twslink/relnotes.htm...
maxchinaski
Offline Send Email
Sep 6, 2007
10:59 am
71
hi, Are there any intentions to support Ruby in the future ? thanks...
aljafp
Offline Send Email
Sep 9, 2007
11:46 pm
72
... Hi, i will check ruby out. if the time effort is low, i will provide a ruby module/sample....
maxchinaski
Offline Send Email
Sep 10, 2007
10:29 am
73
Hello, I added successfull an working eventhandler "axTws1_tickPrice"! But I am new to programming and if I try other eventhandler e.g. "permId" I am not...
tiolie
Offline Send Email
Sep 10, 2007
9:07 pm
74
... Hi tiolie, i am sorry, but this is not a c# discussion group. this group is related only to TWSLink. please post in another yahoo group for this problem. ...
maxchinaski
Offline Send Email
Sep 10, 2007
9:20 pm
75
hi, I tried running the python example but an error complains that "This application has failed to start because python22.dll was not found. Re-installing the...
aljafp
Offline Send Email
Sep 13, 2007
3:28 am
76
... Hi yes, this means you need python 2.2 installed. but hold on, i will migrate the python module to 2.5. thus it will be only compatible to python 2.5....
maxchinaski
Offline Send Email
Sep 13, 2007
12:56 pm
77
Release Notes: http://www.trade-commander.org/twslink/relnotes.htm Download: http://www.trade-commander.org/twslink/twslink.htm...
maxchinaski
Offline Send Email
Sep 13, 2007
10:20 pm
Messages 48 - 77 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