@germanburrito one this was missing was 0 line. I like the way you had before that lights up red and green. I went to your old script and copy-paste it into the new script you shared and damn I love the way it looks now with your and @RickK script combined. I added this code
plot zero = 0;
zero.AssignValueColor(if MACD_Line < 0 then Color.RED else Color.GREEN);
zero.SetLineWeight(2);
Felt great just to copy-paste and the script came alive lol . You all are so talented people writing codes , I applaud you all
plot zero = 0;
zero.AssignValueColor(if MACD_Line < 0 then Color.RED else Color.GREEN);
zero.SetLineWeight(2);
Felt great just to copy-paste and the script came alive lol . You all are so talented people writing codes , I applaud you all