I'm trying to set different values according to a different timeframes
if (period == "60") // also (period == 60) and (period == '60') failed
len1 = 48
len2 = 96
len3 = 480
len4 = 800
this is what I tried so far but this is not working, I have no clue how to debug pinescript and figure out what's the problem, thanks