don't wait for tick to calculate

 
hi guys I have a object Hline that gets the price value wherever i put the Hline  on the chart then pass the price value on a label object to display its value. My problem is the value on my label only changes when my tick updates. I want it to get the value from my Hline instantly and not wait for the tick to change. What should i add on my code? thank you so much guys :)
 
mark692:
hi guys I have a object Hline that gets the price value wherever i put the Hline  on the chart then pass the price value on a label object to display its value. My problem is the value on my label only changes when my tick updates. I want it to get the value from my Hline instantly and not wait for the tick to change. What should i add on my code? thank you so much guys :)
Use chart events and chart redraw
 
Paul Anscombe #:
Use chart events and chart redraw

ill try this sir, i hope this works thank you