Th 'line-break' (=the hole at the last bar) is probably intended because it prevents the connection between the previous level and the next level.
Otherwise it would look like these pivot lines:
In my screen shot above the first red line shows a resistance level that price breaks above and then returns below.
My EA will view this as a falsebreakout, so I want this level to remain intact until the falsebreakout condition expires.
I think I might need to have PrevLTHighLevel and NewLTHighLevel buffers.
Will explore this.
Thanks.

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
Hi there,
I have this indicator:
The red line, and the other lines, as you can see stops 2 bars away from where the new line starts.
I want the line to go in to the bar that breaks above it.
I've played around to try and get the line to go in to the bar that breaks above it, before the new line begins.
I think this is something to do "LT_Hv[i+1]=LTHighLevel;" but fiddling with that e.g i, i-1, i-2 etc, doesn't effect the chart as desired.
My code is below and shows only code that applies to the red line, to simplify your assistance process.
Can you please advise how to get the line to draw a couple bars extra, so that price breaks above it, before drawing the new line?
Kind thanks and regards.