Removing draw objects from the chart
<< Click to Display Table of Contents >> Removing draw objects from the chart |
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. |
•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
•Draw
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