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:	109
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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      227 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      146 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      160 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      237 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      197 views
      0 likes
      Last Post CarlTrading  
      Working...
      X