Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Assigning a value to a permission signal

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

    Assigning a value to a permission signal

    I would like to assign a value to permission long & short signals that are generated by an indicator I'm building.

    For example, permission long prints (1); permission short prints (-1); neutral bars with no signal prints (0), or perhaps that's redundant or a given. Is there a way to accomplish this, and have it plot to the chart in a new panel so that the value can be called up potentially by a strategy?

    Cheers
    Bullywig

    #2
    Hello Bullywig,

    Thanks for your post.

    Yes, all you need to do is to add a plot to your indicator and then assign the values to it according to your logic.
    Reference: https://ninjatrader.com/support/help...s/?addplot.htm

    To plot in a new panel, you will need to set the property "IsOverlay" false in the OnStateChange() method during State.SetDefaults.
    Reference: https://ninjatrader.com/support/help...?isoverlay.htm

    You will be able to reference the indicators plot in a strategy, either through Ninjascript or the strategy builder.

    Comment


      #3
      Hello Bullywig,

      I've created a short video on adding a plot and then setting its values for use as a signal:

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      574 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X