Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Market Analyzer Strategy Builder
Collapse
X
-
Hello tunabomb,
Thanks for your post.
Yes, you could create an indicator that adds a plot to the indicator using the AddPlot() method. You could then access another indicator's value using the system indicator method of the indicator you want inside the custom indicator to compare that value to the last close price (Close[1]) or current close price (Close[0]) and assign a value of 1 or -1 to the custom indicator's plot.
The indicator's plot could then be referenced in a NinjaScript strategy in the Strategy Builder. You could also add the indicator as a Column to the Market Analyzer window.
See the help guide documentation below for more information.
AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
System Indicator Methods: https://ninjatrader.com/support/help...indicators.htm
PriceSeries: https://ninjatrader.com/support/help...riceseries.htm
Strategy Builder: https://ninjatrader.com/support/help...gy_builder.htm
Market Analyzer - Working with Columns: https://ninjatrader.com/support/help...th_columns.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>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
581 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment