e.g. List Russell 1000 by market cap?
Size:
Color:
Wealth-Lab can do whatever you program it to do.
1. In a loop over the DataSetSymbols (see QuickRef), calculate the MarketCap of the current symbol
2. Instantiate an object that has a string and double fields, and Add it to a generic List<>.
3. Sort the List
4. Output the results somewhere.
Size:
Color:
For a related example, look up SetContext in the QuickRef.
Size:
Color:
Thank you. Where in the Wealth Lab GUI would I output this list, or would I use excel or Word files for this purpose?
Size:
Color:
You can use anything. Debug window, or output to anywhere you want.
Size:
Color: