Announcement

Collapse
No announcement yet.

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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      151 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      303 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      244 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      345 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      175 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X