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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      73 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      152 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      100 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      288 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X