Is there any code available that would display a "seconds counter" in a time chart that shows the number of seconds elapsed for each bar. I would like to use this in a 2 minute bar chart for AB #F.
I already tried a search on "timer" and "elapsed time", but only found a file you wrote named elapsedbartime.efs. This only updates the elapsed time on every new tick and does not display a running elapsed time second-by-second. Any other suggestions?
Warren
An efs only executes when a tick is received and as far as I know eSignal does not have a builtin timer so the only option is to have an external timer.
Alex
Comment