AllowRemovalOfDrawObjects
<< Click to Display Table of Contents >> AllowRemovalOfDrawObjects |
Determines if programmatically drawn DrawObjects are allowed to remove manually from the chart
When set to true, the draw objects from the indicator or strategy can be deleted from the chart manually by a user. If false, draw objects from the indicator or strategy can only be removed from the chart if the script removes the drawing object, or the script is terminates. Default set to false.
AllowRemovalOfDrawObjects
protected override void OnStateChange() |