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

Comment