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...
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...
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...
... 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...
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...
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...
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...
... 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...
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"...
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...
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...
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 ...
... 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 ...
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....
... 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...
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. ...
... 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...
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"...
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...
... 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...
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...