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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      43 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      20 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      29 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      46 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      38 views
      0 likes
      Last Post CarlTrading  
      Working...
      X