Folks,
It's quite possible this topic has been done to death already but here goes.
I want to be able to read in data and plot it from a source file that contains data that is not available from eSignal. In this case it is Committments of Traders data.
There are two obstacles here. One, I am pretty much a complete idiot when it comes to jscript. So just the syntax for opening, reading, and parsing a file is going to be a challenge.
The next though is that I have no idea what format the data should be in for eSignal to be able to handle it. For example the data is weekly, but how can I "tell" the eSignal app that it is in this format instead of daily so that it does the right thing? Secondly, the data is dated specifically (the Tuesday of every week) so it is important not to lose that information.
I am sure there are plenty of other instances where people have data that has the price format, date issues discussed. And I suppose in the worst case doing a file export from eSignal so that the data here can be plotted in Excel is one workaround.
It would however be very handy to be able to do this inside eSignal directly.
Thoughts?
It's quite possible this topic has been done to death already but here goes.
I want to be able to read in data and plot it from a source file that contains data that is not available from eSignal. In this case it is Committments of Traders data.
There are two obstacles here. One, I am pretty much a complete idiot when it comes to jscript. So just the syntax for opening, reading, and parsing a file is going to be a challenge.
The next though is that I have no idea what format the data should be in for eSignal to be able to handle it. For example the data is weekly, but how can I "tell" the eSignal app that it is in this format instead of daily so that it does the right thing? Secondly, the data is dated specifically (the Tuesday of every week) so it is important not to lose that information.
I am sure there are plenty of other instances where people have data that has the price format, date issues discussed. And I suppose in the worst case doing a file export from eSignal so that the data here can be plotted in Excel is one workaround.
It would however be very handy to be able to do this inside eSignal directly.
Thoughts?
Comment