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:	107
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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      150 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      303 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      243 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      345 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      174 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X