Hi All, happy Sunday. I am hoping anyone can help me with removing/restricting/limiting the horizontal line on the right (code and screenshot below). I added the line on my study but like the extra line not to show. Thank you in advance. @cabe1332
input ADXCutoff = 25;
plot padxcutoff = ADXCutoff;
padxcutoff.assignValueColor(if adx < adxCutoff then color.light_red else Color.green);
padxcutoff.SetLineWeight(1);
input ADXCutoff = 25;
plot padxcutoff = ADXCutoff;
padxcutoff.assignValueColor(if adx < adxCutoff then color.light_red else Color.green);
padxcutoff.SetLineWeight(1);