Does it makes a difference if I am using the demo account? ... for Bar timeframe). So it would appear as I am not able to subscribe to the contract, since I ...
Hello, Is function REQ_HIST_DATA supported yet? If so, I am not sure what value to set for the 'whattoshow' parm. The function REQ_HIST_DATA has a return code...
... Hi, untransmitted orders can have various reasons: 1. margin requirements 2. no valid price 3. some other order property not correct. 4. to many orders...
... Hi, i ask to check out if you get bar data at all. as i found and many times complained in the IB forum it is possible to request for bardata but you get...
... Hi, i don't know if this "invalid route" is the real problem. demo account sometimes also reports an error (i believe 421) so i want to ask you to ask the...
You mentioned in a reply to somebody else, that it's good practice to always issue a separate transmit command, if needed,after issuing the place order...
Ran MILLISECONDS_1970 after every time I called get_market_data, and got the exact value every time (about 20-30 times). Is this function getting a stored...
... Hi, function takes current time (with milliseconds) and makes the difference. that's all.very simple. no other functions involved. unlike SECONDS_1970, it...
maxchinaski Thanks, I tried it with my own miliseconds and am getting similar reults. However, either your rutine is faster or it shows the same value in more...
... Hi, as i said, check if you save return value in a long variable and if yes, change to a double (otherwise you convert 8 byte to 4 what means that you...
maxchinaski, Thanks for the help. Actually I am using extended. Double on the pc seems to introduce errors with large values. Got it to return the correct time...
I posted the problem in the IB forum, and also wrote to them, though I haven't gotten a response yet from IB. Someone did suggest that the demo account is not...
the official word is: Unfortunately reqRealTimeBars( ) Is not a method than can be called with the demo account. The demo account does not provide real time...
with the new built in database, can i configure it to collect 1 minute interval data? if so, can you point at some examples or provide guidelines Seede...
Hello, does somebody know, which quantity of historical data in which compression it is possible to download with GET_HIST_DATA ? I got 60 days with 1 day...
Hi All, I have been running TWSLink with Amibroker for over a year without any issues whatsoever. I recently upgraded both TWS and TWSLink to the latest...
Hello, I seem to be experiencing a bug where i have a options position in a month where there are 2 expiry dates. For example IWM June has both 20 Jun and 30...
Hello Pete, Are you a software guy from TWSLink? My issue is software related. The problem is that TWSLink sends 2 'size update' events for my one contract...
Hi Danny, No, I am not connected with twslink. I am just a lurker on the list. I agree something seems not quite right. I think you are on the right track that...
... Hello, i will dig into it as soon i have time. perhaps you can send me a logfile recorded with loglevel 1 along with a briefly description. -> (- have 2...
Hello Maxchinaski, I have an issue in TWSLink when a portfolio has an option that expirys in a month with 2 expiry dates. TWSLink calls 'reqContractDetails'...
hello i have 2 accounts. paper trding and my regular trading account. can i subscribe to account updates and execution updates in 1 call and in 1 instance of...
Hello, I am looking for a solution to trade my IB account with eSignal EFS + twsLink. Since I need to trade from a few eSignal charts, on each chart within the...
... Hi, i think your assumption is not correct: each EFS instance (process) can load only 1 TWSLink instance. the first script loading TWSLink creates a...