RealizedTradeSummary Class

The RealizedTradeSummary object includes properties that report the current state of the applicable (all, long, or short) realized trades in the portfolio. Referenced using the Portfolio.RealizedTrades.All, Portfolio.RealizedTrades.Long, or Portfolio.RealizedTrades.Short property of the PortfolioHost component.

Namespace: portfoliomaestro

Properties

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

  Name Type Description
Public property GrossLoss double Gets the sum of the loss of all applicable losing trades.
Public property GrossProfit double Gets the sum of the profit of all applicable winning trades.
Public property NetProfit double Gets the sum of the profit (loss) of all applicable trades.
Public property NumLosTrades  int Gets the number of losing trades.
Public property NumWinTrades int Gets the number of wining trades.
Public property TotalTrades int Get the total number of trades.
Inheritance Hierarchy

elsystem.Object

portfoliomaestro.RealizedTradeSummary