Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Hello Bullywig,

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

      Paul H.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by xiinteractive, 04-09-2024, 08:08 AM
      5 responses
      13 views
      0 likes
      Last Post NinjaTrader_Erick  
      Started by swestendorf, Today, 11:14 AM
      2 responses
      6 views
      0 likes
      Last Post NinjaTrader_Kimberly  
      Started by Mupulen, Today, 11:26 AM
      0 responses
      5 views
      0 likes
      Last Post Mupulen
      by Mupulen
       
      Started by Sparkyboy, Today, 10:57 AM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by TheMarlin801, 10-13-2020, 01:40 AM
      21 responses
      3,918 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Working...
      X