Ranking Class

The Ranking object includes properties that contain information about the ranking of the symbols in a current strategy group (if a ranking strategy is applied).

Namespace: portfoliomaestro

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Percentile double Gets the relative position of the symbol among all other symbols in the strategy group expressed as a percentile. A larger value (max 100) indicates a higher ranking and a smaller value (min 0) indicates a lower ranking.
Public property Position int Gets the relative position number of the symbol among all other symbols in the strategy group. A value of 1 indicates the top ranked symbol for that ranking period.
Public property Value double Gets the values of the ranking calculation determined by the ranking strategy used to rank symbols for that period.
Inheritance Hierarchy

elsystem.Object

portfoliomaestro.Ranking