Hello,
I want to get historical FX data (open high low close) out of eSignal and into matlab.
I have built matlab scripts to get historical data from Aspen and Bloomberg via DDE, however, eSignal does not support DDE requests for more than the current bar of data. Which is why I enabled ActiveX.
If all else fails, I figure if I can get the realtime data (historical bars + current bar updating tick for tick) into excel via ActiveX, I can make a DDE connection to excel instead of eSignal, and get the data into matlab that way.
However, I tried the sample excel sheet, and it isn't working. Could someone please help me? I am also open to suggestions of better ways to accomplish a matlab link.
Thank you
I want to get historical FX data (open high low close) out of eSignal and into matlab.
I have built matlab scripts to get historical data from Aspen and Bloomberg via DDE, however, eSignal does not support DDE requests for more than the current bar of data. Which is why I enabled ActiveX.
If all else fails, I figure if I can get the realtime data (historical bars + current bar updating tick for tick) into excel via ActiveX, I can make a DDE connection to excel instead of eSignal, and get the data into matlab that way.
However, I tried the sample excel sheet, and it isn't working. Could someone please help me? I am also open to suggestions of better ways to accomplish a matlab link.
Thank you
Comment