New user, have established connectivity between eSignal API and Matlab Datafeed toolbox
Want to download forex symbol data (e.g. EURJPY A0-FX) and FTSE indices (e.g. $WIAUS-FTSE) into Matlab, using these symbols as defined in eSignal user documentation & using Matlab 'history' or 'timeseries' functions:
D = history(E,'$WIAUS-FTSE' ,{'time','close','high','low'},{'10/9/2012','14/9/2012'},'D')
D = history(E,'GBP A0-FX',{'time','close','high','low'},{'10/9/2012','14/9/2012'},'D')
However, get error messages and no data:
Invalid symbol $WIAUS-FTSE
Invalid symbol GBP A0-FX
Should I use symbols in different format?
Many thanks for helping
Want to download forex symbol data (e.g. EURJPY A0-FX) and FTSE indices (e.g. $WIAUS-FTSE) into Matlab, using these symbols as defined in eSignal user documentation & using Matlab 'history' or 'timeseries' functions:
D = history(E,'$WIAUS-FTSE' ,{'time','close','high','low'},{'10/9/2012','14/9/2012'},'D')
D = history(E,'GBP A0-FX',{'time','close','high','low'},{'10/9/2012','14/9/2012'},'D')
However, get error messages and no data:
Invalid symbol $WIAUS-FTSE
Invalid symbol GBP A0-FX
Should I use symbols in different format?
Many thanks for helping
Comment