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

default parameter values based on instrument

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

    default parameter values based on instrument

    is it possible in NT8?

    I have the default values set up at State == State.SetDefaults
    but the "Bars.Instrument.MasterInstrument.Name " is not set at this stage
    this is what I understand from the error I get

    Error on calling 'OnStateChange' method: Object reference not set to an instance of an object.

    obviously it works when you change the defaults after the setup and while already inside the execution loop. But I wanted to have the default change while the user updates the user variables.

    thank you for your help

    #2
    anyone ? please?

    Comment


      #3
      Hello Dadarara,

      Thank you for your patience.

      Bars.Instrument.MasterInstrument.Name is not going to be available in state.set defaults and you could access this in state.configure or state.data loaded.

      Please let us know if you need further assistance.
      Alan P.NinjaTrader Customer Service

      Comment


        #4
        thank you for coming back, though it doesn't answer my question.

        HOW and WHERE should I configure a variable such that it will be dependent on the instrument chosen in the strategy configuration menu
        AND it will also be visible and could be edited by the user ?

        Placing the default variable value in state.configure or state.dataloaded doesn't work.
        it sets the defaults but the user cant see them before pushing the RUN in the Strategy Analyzer for example.

        Comment


          #5
          Hello dadarara,

          This would not be supported as it falls under dynamically loading data series. It is suggested you only hard code symbols for the secondary instrument.

          I will add your vote to SFT-882, which requests this be support.

          Please let us know if you need further assistance.
          Alan P.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by arvidvanstaey, Today, 02:19 PM
          0 responses
          0 views
          0 likes
          Last Post arvidvanstaey  
          Started by mmckinnm, Today, 01:34 PM
          3 responses
          5 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by f.saeidi, Today, 01:32 PM
          2 responses
          5 views
          0 likes
          Last Post f.saeidi  
          Started by alifarahani, 04-19-2024, 09:40 AM
          9 responses
          55 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by Conceptzx, 10-11-2022, 06:38 AM
          3 responses
          60 views
          0 likes
          Last Post NinjaTrader_SeanH  
          Working...
          X