I need help on how to sort a DataSeries. I am writing a program and I need to sort a 1-minute intraday Volume on per size. For example: If a day has 390 1-minute bars, I want to sort the Volume in descending order for the 390 bars.
Can you help me?
Thanks/Mafiat
Size:
Color:
Think .NET. You can use a SortedList (see SetContext in the QuickRef for the example of sorting Turnover values), or a generic List<>.
Size:
Color: