I have spent much of the day searching for a very simple answer on Elite, IB help forum and their documentation to no avail.
Here's the issue. I am simply trying to pull my account info into the IB using DDE. The API is installed, and TWS is configured for DDE.
I have looked at the IB example spreadsheet, etc.
If I am creating a completely new spreadsheet with DDE link -- do I need to create some sort of connection using VBA? I am using the following formula in a cell (fictitious server):
= mydem123|acct!id2?symbol
The result I get is "0". I have about 40+ positions -- what am I doing wrong? Do I need to submit my acct ID in the string like so?
= mydem123|U123456!id2?symbol
Because that doesn't seem to work either...
Any suggestions -- do I need to put some code in Module1 to make a connection?
Thanks in advance for any help.
MYD
Here's the issue. I am simply trying to pull my account info into the IB using DDE. The API is installed, and TWS is configured for DDE.
I have looked at the IB example spreadsheet, etc.
If I am creating a completely new spreadsheet with DDE link -- do I need to create some sort of connection using VBA? I am using the following formula in a cell (fictitious server):
= mydem123|acct!id2?symbol
The result I get is "0". I have about 40+ positions -- what am I doing wrong? Do I need to submit my acct ID in the string like so?
= mydem123|U123456!id2?symbol
Because that doesn't seem to work either...
Any suggestions -- do I need to put some code in Module1 to make a connection?
Thanks in advance for any help.
MYD