Reports, custom formula/ranking

Hi, is it possible to show the rank (FRank) of a particular factor in a Report? For example, I’d like to see the ranking of my stocks based on their relative price strength (i.e., a value from 1-100) vs. the raw relative price performance.

Thanks.

Use ShowVar to define a variable, and use FRank(“…”) of the formula you want ranked. Then run the screen and display screen factors.

ShowVar(@Rnk,FRank(“…”))
Steve

Ok thanks but I must be missing something … I see it in the Screen results but I can’t get it to appear in a Report with other factors. How do I merge the two? Or do I need to create a rule with a ShowVar for every single variable and bypass the custom Report generator?

You may be out of luck there. It does look like you can create a custom report that calls up custom formulas. You could try that but I’m not sure if or how it works.

Steve

Ok thanks.