NexusFi: Find Your Edge


Home Menu

 





SortedList with internal class IndexOfValue


Discussion in NinjaTrader

Updated
    1. trending_up 2,014 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

SortedList with internal class IndexOfValue

  #1 (permalink)
TAJTrades
Here, GA
 
Posts: 158 since Jun 2009
Thanks Given: 1
Thanks Received: 87

Posted this on the NT Forum and got the usual "Non Answer" back. SURPRISE!

Hoping someone on BigMike's cxan shed some light on this. I have found many references for for KeyValuePairs that have a single Value but nothing for multiple Values.

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.

Thanks

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Strategy stop orders partially filled
EasyLanguage Programming
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
REcommedations for programming help
Sierra Chart
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #3 (permalink)
 gomi 
Paris
Market Wizard
 
Experience: None
Platform: NinjaTrader
Posts: 1,270 since Oct 2009
Thanks Given: 282
Thanks Received: 4,505


yYou need to loop through all elements in the list, get the IndicatorInfo Value from the keyvaluepair, an then check if TempOne is what you are looking for. If not, continue iterating through the loop.

There is no built in function, you need to write your own search iterator

Reply With Quote
  #4 (permalink)
TAJTrades
Here, GA
 
Posts: 158 since Jun 2009
Thanks Given: 1
Thanks Received: 87

Thanks gomi for confirming what I thought. Thought that might be the case after exhausting all the local libraries, book stores and websites trying to find the built in solution.

Reply With Quote




Last Updated on November 10, 2010


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts