Hello I have Problems to understand/describe complex processes in Englisch. Are there any Germans who can help ? Or is there any German TWSLink Board ? At the...
Hello, I just starting to look at using your IB API interface. I tried to compile the resourses header and source and came across a couple issues. Would you...
Please allow a dumb question or 2 - i use ts2000i. typically, when i put a trading strategy together it contains a entry signal and several exits. all...
Hello, I run the following code and the callback proc is never hit. Any ideas? // Callback Proc void CB_Events(int long1,int long2,int long3,int long4,double ...
... hi, 1. you do subscribe for 1 (marketdata) and 64 (realized p&l, execution..) so you need an event of this category 2. make sure your int is 4 BYTE. 3....
... hi, you can put your strategy in several files if you want. by the way: how to do this ? i was not able to outsource the function declaration. this would...
Hi, Thanks for your reply. Callback proc is not hit, i set a breakpoint on this proc. I still dont get IBM market data. 1. Is the following line the same as...
... hi. - to get marketdata you have to request for them. - "waiting for twstime.." sounds not good.it seems there is a connection problem. please make sure...
... hi, no it means that i didn't know how to split a stratey in several files but i'd like to do so. it should be no problem with TWSLink. one TWSLink...
oh sorry Max, building strategies in increments is simple w/ 2000i. simply go to the 'Tradestation StrategyBuilder' (at the 'Go' tab from the top menu in...
here's an example of a very simple money stop/profit target signal. now, if the strat initialized twslink with another siganl and i wanted to add this ...
i am making some progress in getting executionnotification. but still got a q. 1. I registered and am getting notificaiotn of execution when the eventcategory...
when i tried as u suggested teh contractud that i get id = 0 the command i am trying is contractuid=$tws.GET_EVENT_VAL(uidevent,15) i pass the correct uidevent...
... hi, i checked it out and found the contract uid returned correctly. some questions: 1. did you go sure that event category was = 64 (p&l related) ->...
ok. here is what i found out so far. if you are running twslink and executing an order in IB. you would get the contract uid as part of for the event category...
... hi, so what you found is exactly what i said in my last response. the actual version recovers contracts also from orders being filled before TWSLink...
In the TWSLink Release Notes for Version 1.0.5.8 Build 51 it says: * Contract Recovery from incoming executions. Contracts of executions placed before TWSLink...
Hello, Is it possible to place Options orders without the manual confirmation at TWS? I set the PLACE_ORDER Transmission flag to 1 but it still gets the 'T'...
... Hi, normally your order should have been transmitted to IB. so i guess this is a TWS issue. you did all right there is no error in using TWSLink....
Hi Max, Thanks for the feedback. It's difficult to get the 881 TWS demo. I will chase up the IB forum discussion about it. Thanks agian, d. ... in ... TWS. ......
Hi All, I have been trying to put order via twslink Matlab. I can see the orders are there in the IB TWS but when I click T to transmit them it gives me an...
Hello, Iam trying to connect TWSLink with Matlab 7.5.0 (I use Windows Vista). I already successfully installed TWSLink on my computer. The problem occurs with...
Some instruments do not trade at certain price points, requiring minimum increments in prices of 0.05 or 0.10 or other amount. Options typically have this...