Hey guys,

I am after how to draw horizontal lines from the open(first bar) of the session X ticks(the users choice, so needs to be adjustable in indicator settings) above and below the open price, then above themselves as well. So say the user had 10 as the tick amount, it would draw lines 10 ticks above the open price of the day and 10 ticks below the open price of the day and lines every 10 ticks apart from those lines up and down the chart, so just multiple layers of these lines X ticks apart starting from the open price of the day/session.

I haven't made an indicator in NT for a while, so I'm a bit rusty. But I understand there is a Bars.FirstBarOfSession that I can use, I just need to know how to draw the horizontal lines that don't end, like need to go till the end of the session in length.

Can someone help with this please? Thanks in advance!!