... GET_CONTRACTUID_LIST needs symbol as a parameter. As I don't know what stock I own, this doesn't seem to help. I can't leave symbol blank either. ...
I got the TWSdemo running with MT4 and it is queuing trades in the TWS API page however I cannot "Transmit" or execute those commands for some reason. Has...
Hi, I was wondering if it would be possible to get the Trail Limit functions added to the API. In fast markets if you have a stop limit in place it is almost...
... hi, you could try this: Uid=REGISTER_CONTRACT("EUR","CASH","USD","IDEALPRO","","","",0.0,"",0,0.0); // create and set limit and trail amount (TRAIL LIMIT)...
Hi, wanted to try TWSLink and downloaded latest version including Excel sample. Can open the file and on the settings page select e.g. paper account as account...
Hi, I am about to build a simple futures trading frontend in Excel. So far I was thinking of directly using Interactive Brokers' (IB's) API DDE functionality...
I have a system which places several different orders on the same underlying contract. More than one of those orders may have generated positions at any point...
... hello, build the some over GET_EXECUTION_PRICE(orderuid,2,i) 2 means get filled size (for partial fill i). loop over until function returns with 0. or wait...
... Thanks for your quick response. I downloaded the new TWSLINK. There does not seem to be new documentation. Is the update to GET_ORDER_VALUE included...
Ccietutorial.com is your gateway to the best sites on the Internet for Software! Looking for Computers, Domain Names, or Education? Browse our recommended ...
... maxchinaski, I deleted them intentionally! The reason? - well, I had converted a very old TWSlink manual (DOC file) to a PDF file, and copied this to the...
... hi omeletteo, GET_ORDERUID_LIST works as a filter. each property specified, reduces result set to those orders matching to passed properties. open orders...
... To do ... not ... the ... included. ... reduces ... orders. ... orders. ... with ... maxchinasky, I tried the above and all I get is a blank string ...
An apporipiate logfile is essential to fix bugs or providing help. it also saves our time when investigating any issues. so please, if you have problems,...
... 1,0,"","",-1); ... extra ... This looks like the old scale order type. Since TWS build 878, "scale orders have been removed from the list of order types, ...
... hi, you are right. my test shows "SCALE" ordertype no longer accepted. it seems to work with normal ordertypes where not all are accepted. use LMT in the...
Hi, I am new to TWSlink. I wonder if there is any Metastock user who can use TWSlink successfully with IB for automated trading. Please teach me the steps...
Has anyone else (besides maxchinasky) managed to get GET_ORDERUID_LIST working properly? At this stage I'm convinced it's buggy. It returns filled/deleted ...