Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Using indicators signal in Strategy Builder
Collapse
X
-
Hello al.kooh,
Thanks for your post.
Is the autotrader you mentioned from a third-party developer?
If so, you would need to contact the developer of that AddOn directly for instructions on how to use their script to create your own custom strategy.
If the script in question is a custom indicator that contains plots by calling the AddPlot() method, it could be referenced in a Strategy Builder script. Otherwise, it would not be accessible in the Strategy Builder. Only indicators that have a plot by calling the AddPlot() method are accessible in the Strategy Builder.
This forum thread will also be open for other community members to share their insights on the matter.<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>
-
It is a custom indicator and draws up/down arrows on the chart. I am not sure how to use it as a condition. For example, EMA1 crosses EMA2 and an bull arrow is drawn. I am going to open a Long position in strategy. What condition should it be compared with?Originally posted by NinjaTrader_BrandonH View PostHello al.kooh,
Thanks for your post.
Is the autotrader you mentioned from a third-party developer?
If so, you would need to contact the developer of that AddOn directly for instructions on how to use their script to create your own custom strategy.
If the script in question is a custom indicator that contains plots by calling the AddPlot() method, it could be referenced in a Strategy Builder script. Otherwise, it would not be accessible in the Strategy Builder. Only indicators that have a plot by calling the AddPlot() method are accessible in the Strategy Builder.
This forum thread will also be open for other community members to share their insights on the matter.
Comment
-
Hello al.kooh,
Thanks for your notes.
Only indicators that contain plots by calling the AddPlot() method and have a value assigned to a plot can be used by the Strategy Builder.
The Strategy Builder cannot detect drawing objects drawn by an indicator, only plot values from an indicator.
You would need to modify the indicator so that is calls the AddPlot() method to add plots to the indicator. Then assign a value to the plot when a certain condition occurs. Once you add a plots and assign a value to the plots of the indicator, the indicator could be used in a Strategy Builder strategy.
Or, you could consider creating the exact same crossover condition the indicator is using in the Strategy Builder script and call an action of EnterLong() (Order Management folder > Enter long position).
See this help guide about creating crossover conditions: https://ninjatrader.com/support/help..._builder.htm#H owToCreateACrossOverCondition
See this help guide about entering orders in a Strategy Builder script: https://ninjatrader.com/support/help...MarketPosition
Below is a link to a forum post with helpful information about getting started with NinjaScript.
https://ninjatrader.com/support/foru...040#post786040
If this is an indicator created by a third-party developer, please reach out to the developer of the indicator to request a change to the indicator or for instructions on how to properly use it in a custom NinjaScript strategy.<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>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
95 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
36 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
72 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment