... hi, the sample is based on mathlab version >= 7. it seems the function calllib to bind dll-functions is unknown in your matlab version. please google for...
Thanks for your note. calllib is known in 2006a since only the last two lines are break. i suspect its one of two items: 1. newest TWS API not supported by...
... hi, this is the right hint. but TWS API is not important here. it is most probably the same old song: there is a mistake with parameterlist. please check...
thanks. the sample .m file "twslinksample.m" works great on my machine. i've checked the call values to 'REQ_HIST_DATA' with libfunctionsview twslink (in...
... hi, first of all, please keep in mind that at least your call of GET_ACC_VAL is invalid. - historical data request i looked into the documentation and...
thanks for your help. here's the code that works. if others refine with error checking etc., please post %no error checking %assumes you have a connection to...
... -3 Contract not found. How do you get the number of short positions? 2) I want to place a LIMIT & STOP order at the same time to buy: The LIMIT order...
... hi, 1) sorry, this i a mistake in documentation. GET_POSTIONS returns -2147483647 if contract not found. <=> 0 else. 2) please refer to documentation about...
Hello, I recently installed InstallAX_951.exe and it seems missing \include directory (*.h files) in C:\Jts\SocketClient. C:\Jts\SocketClient>dir Volume in...
Hi Max I successfully installed TWSLinkDemo in my Metatrader4 and it found my TWS and almost immediately sent a trade to it. Good stuff. But I did not let...
... hi, 1. orders not transmitted. this can have various reasons. in order to get detailed information view audit trail TWS after resending orders manually or...
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 :- ...