I'm working with an eSignal EFS script and I have properly registered the Dec 2008 ES contract in the edemo account. After I call INITDLL, I then call...
Forgot to add that here's how I'm getting the event properly so that I know I'm only getting 2's and 4's and not 1's. The log verifies this as well: id =...
Not at this point - there is no need if you are an http://I-Deal.com.au customer. TN is working on a new direct link between I-Deal (IB) for those who do not...
i don't understand what i need to to to trade futures,stock and forex directly from tradenavigator to brokers? the real time data that i get is from the...
I'm running some basic test code on twslink in matlab 2006a. the last two lines break with ??? Error using ==> calllib No method with matching signature. I...
... 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...