Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.

    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 f.saeidi, Today, 12:14 PM
      7 responses
      16 views
      0 likes
      Last Post f.saeidi  
      Started by Russ Moreland, Today, 12:54 PM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_Erick  
      Started by philmg, Today, 12:55 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_ChristopherJ  
      Started by TradeForge, 04-19-2024, 02:09 AM
      2 responses
      32 views
      0 likes
      Last Post TradeForge  
      Started by aprilfool, 12-03-2022, 03:01 PM
      3 responses
      329 views
      0 likes
      Last Post NinjaTrader_Adrian  
      Working...
      X