I went and did a search on esignal trying to remember who wrote the script. It is written by one of the better esignal efs official third party programmers. Alex Montenegro
I was frustrated because I don't like posting things that waste other people's time and that is what I felt like I did when it has worked fine for me for a long time now. The same issue discussed in this thread was also pointed out to the programmer in a thread on esignal bulletin board. Since I only use it in realtime I haven't seen the problem mention by the ET members. However going back and looking using historical data I see the problem Easy and Magna are seeing.
Here is a quote from the programmer on how to determine if the script is working correctly. Made sense to me after reading it.
Quote
"First of all to verify if the efs is plotting the correct values run it on a chart that has the same symbol as the one in the efs. You will very likely see that the values returned by the efs match exactly those of the symbol in the price window.
Then try changing the Time Templates to 8:30-15:00 (not 15:15 as you have them) in both your charts and you should also see the efs return the correct values.
Essentially, the data sets for both symbols need to be identical in the time series for the efs to stay in sync hence you need to use the shorter of the trading sessions to do that otherwise the plots go out of sync.
Following is a visual example to illustrate the issue. Each letter is a different 15 minute bar with A starting at 08:30 CT. The last bar on $INDU (top series) will be V at 14:45. However your Time Template includes the 15:00 bar also (shown as x in the lower series).
_ABCDEFGHIJKLMNOPQRSTUV
ABCDEFGHIJKLMNOPQRSTUVx
The efs aligns the plot starting from the last bar going backwards. However it does not align by time but by relative bar index hence going backwards past the x the two plots are out of sync. They will be correctly aligned in real time on the current bar though as data from a new day gets added
_ABCDEFGHIJKLMNOPQRSTUVABC
ABCDEFGHIJKLMNOPQRSTUVxABC
If you were to use an 8:30-15:00 Time Template then the 15:00 bar (x) that is causing this issue would be omitted and the historical values should realign."
Hopefully this clears things up some. At least I hope it doesn't make it worst. :-(
Bsulli
Also a link to the thread over on esignal.
http://forum.esignalcentral.com/showthread.php?threadid=7085&highlight=tickextreme.efs