How to Put Object VLINE Under Candle To See the Upper/Lower Shadow of the Candles?

 

How to Put Object VLINE Under Candle To See the Upper/Lower Shadow of the Candlestick?

I want to make Vertical Line under the candle to see clearly the shadow/tail of candles or Is there any way to avoid hitting the candlestick? 



There should be one—and preferably only one—obvious way to do it. (Zen of Python)

 

ObjectSetInteger OBJPROP_BACK is the one almost obvious way to do it.

https://www.mql5.com/en/docs/constants/objectconstants/enum_object_property

Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Object Properties
Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Object Properties
  • www.mql5.com
All objects used in technical analysis are bound to the time and price coordinates: trendline, channels, Fibonacci tools, etc. But there is a number of auxiliary objects intended to improve the user interface that are bound to the always visible part of a chart (main chart windows or indicator subwindows): — objects have width and height. For...
 
kypa:

ObjectSetInteger OBJPROP_BACK is the one almost obvious way to do it.

https://www.mql5.com/en/docs/constants/objectconstants/enum_object_property

Thank you.

 

If you don't need a vertical line, you could use an arrow and anchor it off the high/low.

You could draw 2 vertical trend lines above /below the high/low.

Reason: