Modulus C# Backtester
Gets the largest profit.
Namespace: Modulus.BacktesterAssembly: Modulus.Backtester (in Modulus.Backtester.dll) Version: 1.0.0.0 (1.0.0.0)
public double LargestProfit { get; internal set; }
public double LargestProfit { get; internal set; }
Public Property LargestProfit As Double
Get
Friend Set
Public Property LargestProfit As Double
Get
Friend Set
public:
property double LargestProfit {
double get ();
internal: void set (double value);
}
public:
property double LargestProfit {
double get ();
internal: void set (double value);
}
Field Value
The largest profit.