Are there any instructions how to convert Strategy Builder strategy to an Indicator? I created a Strategy Builder where there are no orders sent only drawings placed on the chart (arrows). Is there a process to convert this code to an indicator code? Thank you.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Convert Strategy Builder strategy to Indicator
Collapse
X
-
Convert Strategy Builder strategy to Indicator
Hello,
Are there any instructions how to convert Strategy Builder strategy to an Indicator? I created a Strategy Builder where there are no orders sent only drawings placed on the chart (arrows). Is there a process to convert this code to an indicator code? Thank you.Tags: None
-
Hello designer01,
Thanks for your post.
There are no specific instructions for converting a strategy into an indicator.
To view the code of the Strategy Builder strategy, you could click the 'View code' button in the Strategy Builder.
To create a NinjaScript indicator, open a New > NinjaScript Editor window, select the '+' tab at the bottom of the Editor window, select 'New Indicator'. Then, you could set up as much of the indicator as possible in the Indicator Builder. This will create the framework of the indicator or strategy. Once you finish setting up as much as possible in the Indicator Builder, you must manually program the rest of the indicator.
If your strategy is drawing certain objects when certain conditions become true, you would need to add those conditions and actions into the indicator script. Note that there may be some methods that are able to be used in a strategy but not in an indicator.
See the help guide documentation below.
Indicator methods: https://ninjatrader.com/support/help.../indicator.htm
Drawing methods: https://ninjatrader.com/support/help...t8/drawing.htm
Let us know if we 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>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
332 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment