How to move a signal more below in the chart?
Posted: Sun Apr 03, 2022 6:11 pm
Is it possible to get the green cross (signal) above the red cross to the psoition of the red cross? That can be 2 or three percent under the bar.
Code: Select all
drawShape = false
if CONDITION IS FULFILLED
drawShape := true
plotshape(drawShape, color=#FFFF00, location=location.belowbar)