Whenever I normally create an indicator it will display a value dependent on which candle the mouse is positioned at, however when I've created a table it seems to be static only displaying current / last value. How can I make it display dependent on mouse position?
thanks
I'm using the below to fill a cell for example.
table.cell(table_id = sizeDisplay, column = 1, row = 1, text = str.tostring(Range), text_color = color.black, bgcolor = color.white)