When I press that button on the title bar, it calls my associated OnButtonClick() function which executes my function and uses the Draw.TextFixed function to write some text on the upper right corner of the chart letting me know the function has completed.
Unfortunately, the text that I've draw does not render on the chart until I move the chart (either with mouse or arrow keys on the keyboard).
Is there an update or refresh function in Ninjascript that I need to call in order for the Draw.Text (or Draw.TextFixed) function to render the drawn text on the chart?
-- Wex

Comment