Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SortedList with internal class IndexOfValue

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

    SortedList with internal class IndexOfValue

    I know this is not supported but I could really use a tip. Trying to learn how to get the Index of a Value using internal class. I have found many references for basic KeyValuePairs but nothing on internal class. Could someone pass a website showing this procedure or offer a solution?


    internal class IndicatorInfo
    {
    public int DescriptionType= 0;
    public string TempOne = "";
    public string TempTwo = "";
    }
    private SortedList<double, IndicatorInfo> IndicatorValueList = new SortedList<double, IndicatorInfo>();


    Obviously this does not work nor has many, many other variations:
    int IndexOfTempOne = IndicatorValueList.IndexOfValue(TempOneString);

    I need to find what does work.
    Bar Tab for the solution.

    #2
    Hello,

    You have checked out MSDN right?

    Represents a collection of key/value pairs that are sorted by the keys and are accessible by key and by index.


    Otherwise I will leave this thread open for other members of the forum to check in.

    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment


      #3
      Brett,

      Yes I have checked that page as well as many others. I have found many examples of a Key and one Value but nothing on multiple Values. Obviously I am either missing some concept or perhaps it is not possible. Don't know which.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X