In my code I have an expression count = BarsSince(C > Ref(C ,-4));
It seems to work properly except for tje unique situation when C is equal to Ref(C,-4). I expect when the two are equal, that count will reset to zero - but it does not. Is my understanding wrong? R
