Class TradeStatsCollection.TradeStatRank
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
Encapsulates directive for ranking trade stats relative to one another.
public class TradeStatsCollection.TradeStatRank
- Inheritance
-
TradeStatsCollection.TradeStatRank
- Inherited Members
- Extension Methods
Properties
Ascending
Gets/sets whether to use ascending order (smaller is better). Defaults to false (higher is better).
public bool Ascending { get; set; }
Property Value
Name
Gets/sets the name of the property to use.
public string Name { get; set; }
Property Value
Weight
Gets/sets the weight assigned.
public double Weight { get; set; }