NinjaScript > Language Reference > Drawing >

RemoveDrawObjects()

Print this Topic Previous pageReturn to chapter overviewNext page

Definition
Removes all draw objects originating from the indicator or strategy from the chart. Manually drawn objects will not be removed.

 

Syntax

RemoveDrawObjects()

 

 

Examples

// Removes all draw objects
RemoveDrawObjects();