gbulle :
You can use the event: hello,
I draw lines using Canvas over my chart.
I would like to capture chart redraw events so I can redraw my canvas.
Currently I am redrawing the canvas using the cart event ID=9 ON_MOUSE_FOCUS_SET but I would like to use a more elegant solution.
Any idea?
CHARTEVENT_CHART_CHANGE event of chart changes;

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
hello,
I draw lines using Canvas over my chart.
I would like to capture chart redraw events so I can redraw my canvas.
Currently I am redrawing the canvas using the cart event ID=9 ON_MOUSE_FOCUS_SET but I would like to use a more elegant solution.
Any idea?
TX