Removing draw objects from the chart

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Educational Resources > Reference Samples > Strategy >

Removing draw objects from the chart

Previous page Return to chapter overview Next page

Drawing objects can be used for a number of different purposes, like keeping track of where a strategy has its entry point, profit target, and stop loss. If a strategy draws an object(s) for every trade it takes, the chart could quickly become cluttered. This sample will show how to remove the objects that aren't necessary anymore.

 

Note: This is a real-time only strategy. Please view this strategy on a real-time data connection or the Simulated Data Feed.

 

 

Key concepts in this example

Drawing lines at the price where the orders are that extend for the duration of the trade

Removing those lines when the trade is over

 

Important related documentation

Draw

Line()

RemoveDrawObject()

RemoveDrawObjects()

CrossAbove()

CrossBelow()

 

Import instructions

1.Download the file contained in this Help Guide topic to your PC desktop

2.From the Control Center window, select the menu Tools > Import > NinjaScript

3.Select the downloaded file

 

SampleRemoveDrawObjects_NT8.zip