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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
54 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment