Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator not showing up in NT Strategy Builder
Collapse
X
-
Thanks for responding, I can see the code just by downloading this and choosing to see the indicator's code, however I am not much of an expert on NT coding and C sharp in general, any chance you have some specific tips around this if I paste the code here?Originally posted by QuantKey_Bruce View PostThat's probably because it doesn't have any plots. Only indicators with plots or series outputs can be accessed from a strategy or from Strategy Builder.
However, you could easily download the source code to that and add plot outputs for those numbers. Then they would show up in Strategy Builder.
Comment
-
Hello gummybar,
Thanks for your post.
Only indicators that contain plots made by the AddPlot() method can be seen and used in a Strategy Builder strategy.
If the indicator does not contain plots by calling AddPlot(), the indicator will not be visible in the Strategy Builder.
To add a plot to an indicator, you would use the AddPlot() method and assign the value you want to that plot by calling Value[0] = X, where 'X' is the value you want to assign to the plot.
Open-source indicators could be modified in a New > NinjaScript Editor window.
See this help guide page for more information and sample code: https://ninjatrader.com/support/help...t8/addplot.htm
Below is a link to a forum post with helpful information about getting started with NinjaScript.
https://ninjatrader.com/support/foru...040#post786040<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 NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment