Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Using indicator in builder
Collapse
X
-
to make your custom indicator appear in the strategy builder with the “value plot” dropdown, you need to define and expose a plot in your ninjascript. without a properly defined plot, the strategy builder won’t recognize the indicator as a valid data source
-
Hello,
Thank you for your post.
In order to have the Value Plot drop-down box available, your script must have more than 1 plot added via AddPlot().
Plots are added with the AddPlot() method, which populates the Values[] collection. The Values[plot index] must be returned by a public Series<double> for the indicator to appear in the Strategy Builder.
https://support.ninjatrader.com/s/ar...-in-Indicators
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment