hello all, we move our webserver. this could lead to temporarily blockages ouf our website and email server for the coming week. we apologize in advance. as a...
release notes http://trade-commander.com/twslink/relnotes.htm without a license, this version has runtime for 2 hours only. to obtain a license, please go to...
For Midpoint Match - you have to create a market data line using ISE as the order destination How do you do that? In PLACE_ORDER there is no such field. Also...
... Hi, what does this actually mean ? 1) The license expires automatically when version 2 is released ? 2) The actual license is only valid for version...
... Hi, 1) you can't use 1.xxx license for version 2.xxx 2) yes the new key is a runtime control. along with that key, you can run 1 instance of TWSLink where...
... Hi, if you don't get always back 5 rows, i guess there are currently not 5 rows available. block order: ask / bid (may be i should change the order) row...
Can someone share a Wealth-Lab script showing how to use TWSLink to send orders from Wealth-Lab to IB? Keep it simple please. I downloaded TWSLink and read...
... Hello, well, the wealth-lab sample is kept very simple. i don't know how to provide a smarter introduction as this: INIT REGISTER CONNECT PLACE_ORDER.... ...
Here is a simple WL script. How do I program TWSLink to send orders to IB? ************************* var Bar: integer; for Bar := 2 to BarCount - 2 do begin ...
here is a simple script using TWSLink (from samples dir.) {This sample demonstrates basic Steps to place an Order} var lib: ComVariant; var OpResult:...
Hi I am trying to get data for ES - but I can't successfully register and get the uid - it is returning zero, how do I get the uid, do I have to call...
Hello, if you make a chain request, you need to use GET_CONTRACT_UID_LIST or listen to your callback or cylce trough events to grap incoming contract specs. if...
mainly this version implements features of newer IB API versions (up to 9.63 beta) and a more efficient logging. There is also a new version 1.1.0.4 which...
I am calling CONNECT() with client ID=zero in order to be able to control existing orders from TWS_Link. However, when I manually add and submit an order for...
... Hello, obtaining uids for TWS placed orders from GET_ORDERUID_LIST be sure a) connected with clientid=0 b) you have set initialisation flags 2 (bind TWS...
Approximately 95% of the time, calling PLACE_ORDER or SET_ORDERVAL with the transmit flag = 1 will guarantee that the order already created on TWS gets sent to...
... Hello, can you send a logfile recorded with DLL loglevel <= 1 ? this helps to find why TWS does not transmit orders to IB. This is related a) to attached...
I would gladly purchase your product now, however I am reading your instructions on how to connect TWSlink to metatrader4. Forgive me on both counts because...
Hello, could you give more details what exactly failed ? Did you follow instructions in the sample directory ? Basically you only need to copy header file and...
Hello, When I say failed, I mean I followed "How to use TWSLink with MT4" 1. I copied "installmt4.bat" into my MT4 directory, manually. 2. Opened MT4...
Hello, -> 1. I copied "installmt4.bat"... this is not as described. installmt4.bat is a batch to be started with parameter. it is doing the same i described...
To install TWSLink on Windows 7 32/64, you need to set UAC at lowest level and restart Windows first. This is due to Win7, that on setting UAC to lowest level,...