rtrader
04-12-2007, 07:25 AM
I've developed a tick based indicator that draws DrawText objects on the main price panel (1) and Lines andPlots in a panel (2). I also have another indicator - BuySellVolume in panel (3).
When I select Remove All Draw Objects from the chart drawing tools combo, it deletes the entire indicator from panel 2 (including the name) and deletes the Drawtext objects from the main price panel 1. However, BuysellVolume in panel 3 is unaffected.
Pressing F5 restores the deleted indicator.
I suspect that I have left out a key command from my code that prevents some objects from being deleted.
Any help would be much appreciated.
Thanks.
When I select Remove All Draw Objects from the chart drawing tools combo, it deletes the entire indicator from panel 2 (including the name) and deletes the Drawtext objects from the main price panel 1. However, BuysellVolume in panel 3 is unaffected.
Pressing F5 restores the deleted indicator.
I suspect that I have left out a key command from my code that prevents some objects from being deleted.
Any help would be much appreciated.
Thanks.