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:	102
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 cmoran13, 04-16-2026, 01:02 PM
      0 responses
      51 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      31 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      165 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      100 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      160 views
      2 likes
      Last Post CaptainJack  
      Working...
      X