Total Numbers of stocks

Hi All,
Is there a way to know the number of stocks that passed the rules of the Universe/Rank?

Thanks for your comments,
Rena

ShowVar(@Count, FCount(“True”, #Previous))

In addition, you can go to the universe and click on “Total.” Within the “Total” button will be the number of stocks screened. After the last rule in your universe you will find the total number of stocks in your universe. While you are creating your universe, this is also a quick way to be sure there is not something wrong with the rule syntax and that your rule is not too exclusive.

Rena, in what context? Within a simulation? A screen backtest ? etc… If you give us an idea on how how you want to use it it would help.

primus, no need to use #previous. #All is the whole universe

Hi primus, Jim, Marco,
Thanks for your comments.

primus, i will try with ShowVar.
Jim, i think it will not work because I need it to be automatic.

Marco, my need is for simulations or ranking in order to be used in simulations.

I want to select a number of stocks from a Ranking (ie, 5) and change to other ranking to select another 5 stocks.
Or control the number of stocks invested in order to avoid finishing with too much cash (in this case, I would like to change of ranking to let me complete with other stocks).

Thanks again for your help, Rena