How can I plot price break when the current close is smaller than last close? like this
0
votes
1 Answers
0
votes
You can either use plotchar
or plotshape
based on the condition close < close[1]
. More information here.
You can either use plotchar
or plotshape
based on the condition close < close[1]
. More information here.