How to code a bar count back on a indicator to the next signal. When use barssince(Ind1), the bar count is forward but how to do a bar count back rather than count forward?
Hi Wblam,
There is just 1 indicator so how do you define the nextsignal? Barssince count the bars forward when there is a signal occurence but is possible to to do the opposite? When there is a signal count bar backward to previous signal.