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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
160 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
307 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
348 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
178 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment