Search found 6 matches

by aether
Wed Feb 06, 2019 5:34 am
Forum: Twslink - universal Interactive Brokers API plugin
Topic: MT4: Event values not populated
Replies: 8
Views: 25877

Re: MT4: Event values not populated

Great, thank you very much! I can confirm it works on my machine as well.
by aether
Sat Feb 02, 2019 7:37 pm
Forum: Twslink - universal Interactive Brokers API plugin
Topic: MT4: Event values not populated
Replies: 8
Views: 25877

Re: MT4: Event values not populated

I have now done everything you suggested (install TWS offline version 972.1p, reinstall twslink, rename hdata folder). The issue still persists. However, by experimenting I have discovered that I get data if I add 1 to the uid of latest event: do { int eventuid = WAIT_FOR_EVENT(1000); if (eventuid >...
by aether
Fri Feb 01, 2019 1:43 pm
Forum: Twslink - universal Interactive Brokers API plugin
Topic: MT4: Event values not populated
Replies: 8
Views: 25877

Re: MT4: Event values not populated

I am running IB Trader Workstation build 974.4k Jan 29 2019 (Just updated, issue persists)
by aether
Fri Feb 01, 2019 1:40 pm
Forum: Twslink - universal Interactive Brokers API plugin
Topic: MT4: Event values not populated
Replies: 8
Views: 25877

Re: MT4: Event values not populated

I can confirm that I am using the latest version of twslink, downloaded January 17, 2019 from this link: https://trade-commander.com/download/2148/
by aether
Wed Jan 30, 2019 1:53 pm
Forum: Twslink - universal Interactive Brokers API plugin
Topic: MT4: Event values not populated
Replies: 8
Views: 25877

Re: MT4: Event values not populated

*bump*

Any suggestions on this issue? Just a hint on what might be the cause of this will be very much appreciated!
by aether
Sun Jan 20, 2019 7:39 pm
Forum: Twslink - universal Interactive Brokers API plugin
Topic: MT4: Event values not populated
Replies: 8
Views: 25877

MT4: Event values not populated

Hi, I have the following small sample of code that connects to TWSLink and requests some historical data: #property copyright "trade-commander.org" #property link "http://www.trade-commander.org/" #include <twslink2.mqh> #include <WinUser32.mqh> void TWSLinkPrintEvent(int eventuid) { Print(GET_EVENT...