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 SantoshXX, Today, 03:09 AM
      0 responses
      12 views
      0 likes
      Last Post SantoshXX  
      Started by DanielTynera, Today, 01:14 AM
      0 responses
      2 views
      0 likes
      Last Post DanielTynera  
      Started by yertle, 04-18-2024, 08:38 AM
      9 responses
      42 views
      0 likes
      Last Post yertle
      by yertle
       
      Started by techgetgame, Yesterday, 11:42 PM
      0 responses
      14 views
      0 likes
      Last Post techgetgame  
      Started by sephichapdson, Yesterday, 11:36 PM
      0 responses
      2 views
      0 likes
      Last Post sephichapdson  
      Working...
      X