Disliked{quote} I may need Hlines too. I'll try replacing DRAW_ARROW with _LINE or _SECTION if I come across them to see what happens. Thanks.Ignored
- draw_section connects one time-price coord to the next, which can be several bars away, like a zigzag indicator, buffer values only exist at joints
- another option to stay using buffers is to use a histogram, which is a vertical segment of line, on the chart between 2 prices at the same time cord ie from 0 to 1000 at some candle will appear like a vertical line and still be a drawing buffer
- if you want a vertical line, it may be simpler to use a vline object