I would like to develop an indicator that draws me several lines the first at the close of the last closed candle, the next line a tick lower, the next again a tick lower until the low of the candle is reached. The lines should then be displayed as a plot on the DOM to simulate the candle shadow for quick orientation. I have created an indicator based on the Bollinerband, unfortunately does not work yet as desired. What I also do not like, I break the If loop when the condition Low[0]<Close-x*TickSize, could one solve this more elegantly?
Thanks a lot

Comment