Advanced Functions / Ranking
RankPosPrev(weeksAgo)
Full Description

These functions can be used to find stocks with increasing (or decreasing) overall rank.

Functions

RankPrev(weeksAgo): Historical weekly rank based on the selected ranking system. Weekly ranks are updated every Saturday.

RankPosPrev(weeksAgo): Historical weekly rank position based on the selected ranking system. Weekly ranks are updated every Saturday.

weeksAgo: number of weeks from 0-261.

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 2 weeks, enter:
Rank > RankPrev(1) and RankPrev(1) > RankPrev(2)

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.