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:

NinjaTrader 8

NinjaTrader 7

Import instructions:

NinjaTrader 8
  1. Download the file contained in this thread to your PC desktop
  2. From the Control Center window, select the menu Tools > Import > NinjaScript
  3. Select the downloaded file


NinjaTrader 7
  1. Download the file contained in this thread to your PC desktop
  2. From the Control Center window, select the menu File > Utilities > Import NinjaScript
  3. Select the downloaded file and click Import.
Attached Files