Search found 6 matches
- Wed Feb 06, 2019 5:34 am
- Forum: Twslink - universal Interactive Brokers API plugin
- Topic: MT4: Event values not populated
- Replies: 8
- Views: 34631
Re: MT4: Event values not populated
Great, thank you very much! I can confirm it works on my machine as well.
- Sat Feb 02, 2019 7:37 pm
- Forum: Twslink - universal Interactive Brokers API plugin
- Topic: MT4: Event values not populated
- Replies: 8
- Views: 34631
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 >...
- Fri Feb 01, 2019 1:43 pm
- Forum: Twslink - universal Interactive Brokers API plugin
- Topic: MT4: Event values not populated
- Replies: 8
- Views: 34631
Re: MT4: Event values not populated
I am running IB Trader Workstation build 974.4k Jan 29 2019 (Just updated, issue persists)
- Fri Feb 01, 2019 1:40 pm
- Forum: Twslink - universal Interactive Brokers API plugin
- Topic: MT4: Event values not populated
- Replies: 8
- Views: 34631
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/
- Wed Jan 30, 2019 1:53 pm
- Forum: Twslink - universal Interactive Brokers API plugin
- Topic: MT4: Event values not populated
- Replies: 8
- Views: 34631
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!
Any suggestions on this issue? Just a hint on what might be the cause of this will be very much appreciated!
- Sun Jan 20, 2019 7:39 pm
- Forum: Twslink - universal Interactive Brokers API plugin
- Topic: MT4: Event values not populated
- Replies: 8
- Views: 34631
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...