Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Developing drawing tools
Collapse
X
-
Hello jimfred,
Thanks for your post.
The C# programming language is used for developing custom NinjaScripts.
To create a custom NinjaScript drawing tool, open a New > NinjaScript Editor window, select the '+' tab at the bottom of the Editor window, and select 'New Drawing Tool'. Then, you could set up as much of the drawing tool as possible in the Drawing Tool Builder. This will create the framework of the custom drawing tool.
Once you finish setting up as much as possible in the Drawing Tool Builder, you must manually program the rest of the drawing tool.
Something you could consider is looking at the existing Drawing Tool scripts that come default with NinjaTrader to get an idea of how they are programmed. To do so, open a New > NinjaScript Editor window, open the Drawing Tools folder, and double-click on the drawing tool script you want to view.
See this help guide page about the properties and methods available for creating custom NinjaScript Drawing Tools.
https://ninjatrader.com/support/help...wing_tools.htm
Please let me know if I may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
- Likes 2
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
563 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
329 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment