Hello all.
Im trying to change 1 formula i already have and turning it into a Smoothed MACD.
But now i found myself with some problems i cant fix that are:
Chance the color of the MACD line to green if the value is going up and to red is the value is going down (not above or below zero line). I cant figure out how to do that.
Make a clone of the plot, to turn it into a historigram to make it more MACD alike.
Is out there any expert that could help me here.
Im sure it is a simple thing but im going arround and arround and arround and it dont work.
I tried for color change
IF (dThisMA > dThisMA(-1)) but it dont work either
Help would be extremly apreciated
Best Regards
Gil
Im trying to change 1 formula i already have and turning it into a Smoothed MACD.
But now i found myself with some problems i cant fix that are:
Chance the color of the MACD line to green if the value is going up and to red is the value is going down (not above or below zero line). I cant figure out how to do that.
Make a clone of the plot, to turn it into a historigram to make it more MACD alike.
Is out there any expert that could help me here.
Im sure it is a simple thing but im going arround and arround and arround and it dont work.
I tried for color change
IF (dThisMA > dThisMA(-1)) but it dont work either
Help would be extremly apreciated
Best Regards
Gil
Comment