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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      82 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      43 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      64 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      68 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      56 views
      0 likes
      Last Post CarlTrading  
      Working...
      X