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

Accessing properties values

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

    Accessing properties values

    I would like to access a parameter value (see picture) in the indicator properties for furher calculations. In this case it's the position of a horizontal line that I would like to pass to a variable.

    The line is generated by the wizard and looks like this:

    Add(new Line(Color.DarkOliveGreen, 80, "HiBase"));
    Add(new Line(Color.DarkOliveGreen, 20, "LoBase"));
    Now, these lines generate a menu on their own (indicator properties), but I don't know how to access a single parameter of the subsection.
    How can I do that and whats the correct code for it?

    Delta88
    Attached Files

    #2
    You could try:

    Lines[0].Value
    Lines[1].Value
    RayNinjaTrader Customer Service

    Comment


      #3
      Ok thanks, that worked.
      The only place it worked was when I put it into the OnBarUpdate() section. I first put it into the Initialize() section, which would have been more elegant.
      There it would only give me the default values of the lines, regardless of what I choose in the properties.

      But thats Ok too.

      Delta88

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by AttiM, 02-14-2024, 05:20 PM
      12 responses
      213 views
      0 likes
      Last Post DrakeiJosh  
      Started by cre8able, 02-11-2023, 05:43 PM
      3 responses
      237 views
      0 likes
      Last Post rhubear
      by rhubear
       
      Started by frslvr, 04-11-2024, 07:26 AM
      8 responses
      117 views
      1 like
      Last Post NinjaTrader_BrandonH  
      Started by stafe, 04-15-2024, 08:34 PM
      10 responses
      47 views
      0 likes
      Last Post stafe
      by stafe
       
      Started by rocketman7, Today, 09:41 AM
      3 responses
      12 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X