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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      152 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      87 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      131 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      127 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      106 views
      0 likes
      Last Post CarlTrading  
      Working...
      X