Hi, I've been trying to programme a simple Inside bar indicator, which highlights inside bars on whatever time frame you are looking at.
So far, I can't make the programme accept the code when I validate it.
c1= high(1) < high(2)
c2= low(1) > low(2)
screener ( c1 and c2)
thanks in advance for any help
So far, I can't make the programme accept the code when I validate it.
c1= high(1) < high(2)
c2= low(1) > low(2)
screener ( c1 and c2)
thanks in advance for any help