BacktestResults Trades Property Modulus Backtester
OnlineModulus C# Backtester
Gets the list of trades. The number of trades may differ from the list of trades supplied to the backtest function.

Namespace: Modulus.Backtester
Assembly: Modulus.Backtester (in Modulus.Backtester.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public List<Trade> Trades { get; internal set; }

Field Value

The trades.
See Also