Hello, I am looking for a solution to trade my IB account with eSignal EFS + twsLink. Since I need to trade from a few eSignal charts, on each chart within the...
... Hi, i think your assumption is not correct: each EFS instance (process) can load only 1 TWSLink instance. the first script loading TWSLink creates a...
... Hi, i have a new version uploaded where this problem should be fixed. please note: if you now make a registration for a contract that has 2 expiries within...
I might be wrong on the case of trading multiple TWS instances from one EFS script. It seems it is impossible to trade multiple regular TWS accounts (not...
New DLL parameter <dllparam\mngparam> added. (twslink.xml) if set to 0 (default), parameters are NOT stored to or loaded from file vars.xml.this behaviour...
Hello, does somebody already use TWSLink on MT4? Does it work in your environment?? I tryed sample program "twslinkdemo.mq4" on MT4 in order to study it. But...
Hi! I am new here and amazed by the twslink. I have experimented with excel sample and it works good. Only thing that I can't make it to get history data. I...
this version fixes a bug that was introduced with the version that handles expiry down to day of month. positions are not assigned correctly to futures,...
Hi, I noticed that get_position does not seem to be working with the latest build, I went back to 058 and it works fine. Also with both versions I'm having...
... hi, what can help in such cases is a logfile, recorded with loglevel 1 (above medium). version 1.1.0.2 allows it to send the current logfile per rightclick...
Hi, I have developed an intraday system using Metastock. However, I don't see any demonstation / sample using Metastock. Could anyone help me to set up the...
Thanx, this was what I have looked for, whole time. We have patched that Problem (getting high / lows in 5 seconds) with self created functions. ... with ... ...
Any Experts: Would any expert advise me how to set up this or with other similar trading softwares? As TWSLing is a DLL/COM based middleware between the...
where do i get the binaries for the ver Version 1.1.0.0 Beta 1. this is the version that my code is working with and i want to install it on another machine....
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...