BuylateSellearly 29 posts msg #66572 - Ignore BuylateSellearly |
8/22/2008 8:15:26 PM
Hi,
What coding would you use to only pick the top 10 or so of a sorted list? I couldn't find any reference to such a thing in the user guide.
TIA
|
TheRumpledOne 6,411 posts msg #66576 - Ignore TheRumpledOne |
8/22/2008 8:54:24 PM
What do you mean by "pick"?
Do you mean only display the top 10 stocks?
|
maxreturn 745 posts msg #66590 - Ignore maxreturn |
8/23/2008 12:30:04 PM
Yes, define what you mean by "top ten". For example, are you looking for the top 10 percentage gainers over the last day, week, month year...etc.?
|
lookrei 7 posts msg #66593 - Ignore lookrei |
8/23/2008 1:57:38 PM
i'am using the following solution for your requirement:
- settings
- result
- Number of symbols returned per page
set this parameter to 10
regards
Reiner
|
BuylateSellearly 29 posts msg #66603 - Ignore BuylateSellearly |
8/23/2008 8:00:26 PM
Yes I only want to display the top 10 from the search. For example to add them to a watchlist rather than add the entire list that is returned from the search.
Thanks
|