How do I code the following for Trading View?
if a bars high - low is greater than 0.05 but less than 0.13 then plot the number 5
if a bars high - low is greater than 0.14 but less than 0.16 then plot the number 4
if a bars high - low is greater than 0.17 but less than 0.22 then plot the number 3
if a bars high - low is greater than 0.23 but less than 0.33 then plot the number 2
if a bars high - low is greater than 0.34 but less than 0.66 then plot the number 1