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 367 - 400 of 538   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
367
I posted this question last November. It seems the latest TWSLink still doesn't support the new scale order. Can someone confirm that's the case? If so, when...
yichen382
Offline Send Email
Jul 5, 2008
12:44 pm
370
Could any expert show me the way to set up the automated trading platform using an example with AmiBroker? SA ... similar ... have ... \TWSLink\?...
spaceant888
Offline Send Email
Jul 14, 2008
12:53 am
373
My error log includes the following with respect to a market to limit order that was not executed: 20080722 13:49:18:692;note;twslink_main;PLACE_ORDER -10053...
trfy1120
Offline Send Email
Jul 22, 2008
7:27 pm
374
I upgraded to "1.1.0.2 build 21" from "1.0.5.8 build 54" today, and noticed a slower orders placing when sending multiple orders with same stock. I compared...
yichen382
Offline Send Email
Jul 23, 2008
2:24 pm
375
... hi, when to many commands/timeframe are sent, TWS/API probably is complaining about and responses with an error. unfortunately, there is no definite limit...
maxchinaski
Offline Send Email
Jul 23, 2008
9:06 pm
376
In TWSLink version 1.0.5.8, I had set "scmddelay" to 17ms and never had the problem of exceeding the 50 commands/second limit. Now in TWSLink 1.1.0.2, the...
yichen382
Offline Send Email
Jul 24, 2008
1:29 am
377
... Hi, did you try to set "scmddelay" to 0 ? if yes, what happened ? (17ms is not no delay)...
maxchinaski
Offline Send Email
Jul 24, 2008
11:20 am
378
i would like to know if: 1- u can develope or modify ur software codes to include "FXCM Trading Station II" link to "Meta Trader 4" in your list for a link...
fedrik99
Offline Send Email
Jul 24, 2008
6:46 pm
379
When I set scmddelay to 0, version 1.0.5.8 places all 6 orders of the same stock without delay: (look at the time stamps, they are all 11:25:42:828) 20080724...
yichen382
Offline Send Email
Jul 25, 2008
5:23 am
380
... well, this is a serious issue. i run test with 1.1.0.2 and scmddelay=0 and had no delay when placing 6 orders in a row. are you sure to run both tests...
maxchinaski
Offline Send Email
Jul 25, 2008
12:05 pm
381
... hi, find attached a complete logfile of a testrun with 1.1.0.2 this file shows 15 orders placed within the same millisecond starts at: 20080725...
maxchinaski
Offline Send Email
Jul 25, 2008
1:26 pm
382
... note: the testrun logfile can be found in the file section est_run_placing_20_ordersinrow_1.1.0.2 ... of the ... from ... at the ... orders...
maxchinaski
Offline Send Email
Jul 25, 2008
1:29 pm
383
I just found out the cause of the delay. With the 1.1.0.2 version, the default value of scmddelay is not zero. I originally commented out the "set scmddelay"...
yichen382
Offline Send Email
Jul 25, 2008
5:01 pm
384
i get the following error when i add 2 to my eventhandler. int_ret = $tws.SET_EVENT_HANDLER(0,1,0) Works fine int_ret = $tws.SET_EVENT_HANDLER(0,1+2,0) ; get...
buglefrank
Online Now Send Email
Jul 28, 2008
2:54 pm
385
I try to use REQ_MARKET_DATA and GET_MARKET_DATA to get market values. I am able to get all the values, except one: Volume, no matter what I do. I have...
yichen382
Offline Send Email
Jul 31, 2008
3:01 am
386
... hi, what error exactly do you get ? can you provide a complete logfile ? if you get a dumpfile, please send this to us. thank you...
maxchinaski
Offline Send Email
Jul 31, 2008
2:16 pm
387
... hi, this bug has been fixed. please download latest release from our website. thank you for help....
maxchinaski
Offline Send Email
Jul 31, 2008
2:43 pm
388
... Hi, i couldn't reproduce your results. if i delete parameter row from xml setup or outcomment it, the scnddelay is set to zero here....
maxchinaski
Offline Send Email
Jul 31, 2008
2:51 pm
389
Thanks! It works now. Also, there seems a bug with REQ_MARKET_DATA when snapshot set to 1. I get 77777777777777 for all the values. ... values. ... what I ...
yichen382
Offline Send Email
Jul 31, 2008
8:44 pm
390
Is there a bug with REQ_MARKET_DATA when snapshot set to 1. I get 777777777777 for all the values....
yichen382
Offline Send Email
Aug 5, 2008
7:33 pm
391
... hi, will checkout this soon. please note: you can't expect to have data immediately after called REQ_MARKET_DATA because IBs data server needs some time ...
maxchinaski
Offline Send Email
Aug 5, 2008
7:54 pm
392
here is a image of the error i get. http://screencast.com/t/kb6yYk9UT i am attaching the log file to the files section and it is called twslinkrb#1504.log....
buglefrank
Online Now Send Email
Aug 8, 2008
8:26 pm
393
... Hi, Could you send the ruby script behind please ? the log shows a sudden termination. i bet this is related to a wrong call of one of the exported...
maxchinaski
Offline Send Email
Aug 11, 2008
1:35 pm
394
i have attached the file. its rather long code. twsScans_test.rb. is there a way how i can trouble shoot it myself in future instead of taking all ur time. ...
buglefrank
Online Now Send Email
Aug 11, 2008
8:25 pm
395
... hi, i could have this noticed already yesterday, but based on my assumption i decided to wait for your script.however, your log shows you are using version...
maxchinaski
Offline Send Email
Aug 11, 2008
10:12 pm
396
i am using the last beta. i have the database defined in the twslink.xml <database ld="1" hid="1"> <db id="1" dsn="twslink_mysql" user="user1" pw="pass1"...
buglefrank
Online Now Send Email
Aug 13, 2008
7:42 pm
397
Hi Max, have you found out if there's a problem with snapshot quote? I am aware of the delay after the REQ_MARKET_DATA request. I always wait for the quote...
yichen382
Offline Send Email
Aug 16, 2008
4:57 pm
398
... Hi, sorry for late answer. this has been fixed. please download latest twslink1102.msi from our website or simply download twslink.dll from file section...
maxchinaski
Offline Send Email
Aug 17, 2008
8:53 pm
399
... hi, -2 means unknown xmlid for dsn. if you are sure you did all correctly, send me your compelte xml-setup file along with log file please....
maxchinaski
Offline Send Email
Aug 19, 2008
1:58 pm
400
I always set the TWS log level to 3(warning) when calling INITDLL. On some days I see TWS creating huge size log files (more than 3 gig). I never had this...
yichen382
Offline Send Email
Aug 20, 2008
4:28 pm
Messages 367 - 400 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