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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      48 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      30 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      99 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      177 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      170 views
      0 likes
      Last Post CarlTrading  
      Working...
      X