JP782
Active member
Im not having much luck with anyone answering any of the questions Ive been asking last couple weeks but Ill try again-
I want to have vertical lines drawn when the MACD crosses, I assumed the script would be similar to the one Im using..
def condM1CrossUndr0 = Value < 0 and Value > Avg;
Addlabel(condM1CrossUndr0, "M1”, Color.Green);
... to add a label when crossover happens: changing "addlabel" to "addverticalline" but of course not - clearly theres more to it, what am I missing?
I want to have vertical lines drawn when the MACD crosses, I assumed the script would be similar to the one Im using..
def condM1CrossUndr0 = Value < 0 and Value > Avg;
Addlabel(condM1CrossUndr0, "M1”, Color.Green);
... to add a label when crossover happens: changing "addlabel" to "addverticalline" but of course not - clearly theres more to it, what am I missing?