Why doesn't this code run in Pine Script 5? Undeclared identifier 'buying1' In Pine Script 2 it works
buying1 = l3_0 > threshold ? true : l3_0 < -threshold ? false : buying1[1]
Why doesn't this code run in Pine Script 5? Undeclared identifier 'buying1' In Pine Script 2 it works
buying1 = l3_0 > threshold ? true : l3_0 < -threshold ? false : buying1[1]