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
- 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.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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)