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 cmtjoancolmenero, Yesterday, 03:58 PM
      2 responses
      19 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by Stanfillirenfro, Today, 07:23 AM
      0 responses
      2 views
      0 likes
      Last Post Stanfillirenfro  
      Started by olisav57, Yesterday, 07:39 PM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by cocoescala, 10-12-2018, 11:02 PM
      7 responses
      942 views
      0 likes
      Last Post Jquiroz1975  
      Started by oviejo, Today, 12:28 AM
      1 response
      11 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X