Hi, I am trying to understand how to connect the metatrader 4 with IB account. I found your link and now I am trying to understand what to do, what to...
Hello, you need to install TWSLink. the metatrader sample has also a briefly description how to install the EA. for more help, you could also use our yahoo...
... Hello, you need to install TWSLink in order to access MT4 sample. you find a detailed description how to integrate sample with MT4. (copy .mq4 to ea...
Hi The example from the document: Get 1 Month in hourly Resolution for Contract with uid=1974. Allow also Bars outside from Regular Trading Hours. Let the...
I've done this before, so I thought I'd comment. Historical Data is populated into your spreadsheet, not a separate CSV file. It's populated there by VBA...
I've faced with the following problem: sometimes twslink stuck in endless loop of messages "Can't find order with id=..." (order event # 135). This order id is...
I've faced with the following problem: sometimes twslink stuck in endless loop of messages "Can't find order with id=..." (order event # 135). This order id is...
... hello, i am sorry, have no clue what's going on. please send us: 1. a TWSLink logfile recorded with loglevel=1 when this error occurs again. 2. you current...
Hi I wave a working strategy for trading US Stocks and wish to use TWSlink to connect to IB. I cannot tell which of your functions I should use to check that...
Hello Thank you for your reply. I looked at at those two functions in the documentation before I posted my question. What the documentation seems to say is :- ...
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...