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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
63 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
90 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
47 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
105 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
63 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment