This may be a stupid question, but is there a way to get an indicator to plot one price bar back? I modified the speed.efs (file attached) for tick and volume charts, but in order to get the time for the bar that needs to be plotted, you have to use the opening time of the next bar (var TimeDiff = rawtime(0)-rawtime(-1)) so the histogram then plots under that new bar instead of under the price bar that it's actually indicating. It's not a big deal in real time, but it's annoying when your trying to look back for studying and comparison purposes.
I have a very limited understanding of efs, so any suggestions for improvements are most welcome.
I also have an efs that plots just the time for tick and volume price bars, but it has the same problem of plotting one bar in advance. If anyone is interested I can post it.
I have a very limited understanding of efs, so any suggestions for improvements are most welcome.
I also have an efs that plots just the time for tick and volume price bars, but it has the same problem of plotting one bar in advance. If anyone is interested I can post it.
Comment