Print Page  
RANKING
RankPosPrev(weeksAgo)
Full Description

This function can be used to find stocks with increasing (or decreasing) overall rank.

Examples

  • To find stocks whose rank has improved by at least 20 percentile points from the previous week, enter:

    Rank - RankPrev(1) > 20

  • To find stocks whose rank has improved for the past 3 weeks, enter:

    Rank > RankPrev(1) and RankPrev(1) > RankPrev(2) and RankPrev(2) > RankPrev(3)

    LIMITATIONS

  • RankPrev may negatively impact the speed of your analysis. A maximum of five distinct historical ranks are allowed.

  • RankPrev can get historical ranks up to 261 weeks ago.

  • If RankPrev tries to get ranks prior to the start date of our historical database, an error will be reported. To correct this, move the start date of your analysis in the future.