Re: Importing data into eSignal
I've searched the site pretty well and called tech support on this issue with no success thus far so I guess I'm not missing a simple way to accomplish this. I sure don't want to re-invent the wheel.
I have prepared some indicators in Excel using data unavailable through eSignal and now I want to combine this data with a moving average-based system that I've been backtesting. To my surprise I can find no way to import any type of non-eSignal data into an eSignal chart other than adding a data I/O section to my efs file and handling all the particulars of parsing and synching the data myself. I had hoped that I could just make the data look like price and volume data on a second chart and then use GetValue(). It strikes me that doing this kind of parsing in Javascript will get very messy especially given the fact that Global globals don't appear to provide synching of data across charts. Certainly exporting data is no problem and, in fact, that's how I generated the historical data I imported into Excel to test these new indicators, but I can find no mechanism whatsoever to bring outside, non-eSignal data into eSignal.
Has anyone else wrestled with this problem of importing data? Did you solve it? Any third-party software (DLL for example) that might be of help?
Thanks,
- mabon
I've searched the site pretty well and called tech support on this issue with no success thus far so I guess I'm not missing a simple way to accomplish this. I sure don't want to re-invent the wheel.
I have prepared some indicators in Excel using data unavailable through eSignal and now I want to combine this data with a moving average-based system that I've been backtesting. To my surprise I can find no way to import any type of non-eSignal data into an eSignal chart other than adding a data I/O section to my efs file and handling all the particulars of parsing and synching the data myself. I had hoped that I could just make the data look like price and volume data on a second chart and then use GetValue(). It strikes me that doing this kind of parsing in Javascript will get very messy especially given the fact that Global globals don't appear to provide synching of data across charts. Certainly exporting data is no problem and, in fact, that's how I generated the historical data I imported into Excel to test these new indicators, but I can find no mechanism whatsoever to bring outside, non-eSignal data into eSignal.
Has anyone else wrestled with this problem of importing data? Did you solve it? Any third-party software (DLL for example) that might be of help?
Thanks,
- mabon
Comment