Print Page  
RANKING
NodeRank("name")
Full Description


Parameter 'name': The name of the node.

This function gives you access to the ranks of a component of a Ranking System. You can retrieve the rank of simple input node, function or a composite node. For example if the ranking system MomentumValue is used, the following returns stocks that have a high Valuation component:

NodeRank("Valuation") > 90

Important Notes:
NodeRank() can be used to create dynamic ranking based on ranks of other components. For example by using the Conditional node you could select a different set of factors and weights if a component scores high or low. The node being referenced must be defined on top of the node that uses NodeRank().