Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using indicator in builder

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Using indicator in builder

    I have created an indicator and want to use it in the builder. Problem is the "Value Plot" drop down box is not present when i select it in the builder. The indicator code needs a adjust but I don't know what to add!!!

    Click image for larger version

Name:	image.png
Views:	89
Size:	14.1 KB
ID:	1337100

    #2
    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

    Comment


      #3
      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 Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      545 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X