Display Arrow up for Last Trading Day of the month


Category:
0
0

Hi Pete,

Any chance to create this chart study?

Draw arrow up below Bar Low if last trading day of the Month is true

 

Thank you

Marked as spam
Posted by (Questions: 12, Answers: 1)
Asked on October 17, 2020 2:58 pm
30 views
0
Private answer

plot signal = GetMonth() <> GetMonth()[-1];
signal.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP);

Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on October 17, 2020 3:33 pm