vertical trendline is eating up, tail and head part of candles. Any idea how to cope this better way?

 

vertical trendline is eating up, tail and head part of candles

when the line is applied to the specific candle. I cannot see either where is the end of tail

nor the end of head.

Any idea how to cope this better way?

 

If I understand your question, you should draw the vertical lines as background.


ObjectSet(objName, OBJPROP_BACK, true);
 

Right now, the candle's head and tail width and vertical trendline's width are the same.

I prefer candle's head and tail width to be a bit thicker.

So, I can recognize the vertical line part and candle's head and tail part.

Is there anyway that I can make head and tail of candle thicker?

 
curVV:

If I understand your question, you should draw the vertical lines as background.



Thanks for your answer. When I wrote one more, I didn't know you replied. Thanks for your thought, though ~

 
Draw your vertical line in a colour that is obviously different to the candle wicks. Also maybe make it a dashed line.
 
Or draw two trendlines one above the candle and one below.
Reason: