Click or drag to resize
c2ex_publicsystems Class
Publicly visible trading system database record.
Inheritance Hierarchy
SystemObject
  C2ExplorerDBc2ex_publicsystems

Namespace: C2ExplorerDB
Assembly: C2ExplorerServiceStack.Repository (in C2ExplorerServiceStack.Repository.dll) Version: 1.0
Syntax
C#
[TableAttribute("c2ex_publicsystems")]
public class c2ex_publicsystems

The c2ex_publicsystems type exposes the following members.

Properties
  NameDescription
Public propertyAdded
When the trading system was started.
Public propertyAvgLoss
Average loss.
Public propertyAvgWin
Average win.
Public propertyCash
Current cash.
Public propertyClosedPL
Currently closed profit.
Public propertyDollarLoss
Loss of losers.
Public propertyDollarWin
Profit of winners.
Public propertyMarginUsed
Used margin.
Public propertyMonthlyFee
Subscription fees.
Public propertyNumLoss
Number of losing trades.
Public propertyNumTrades
Number of trades.
Public propertyNumWins
Number of winning trades.
Public propertyOpenEquity
Current equity value.
Public propertyOpenPositionsPL
Open positions value.
Public propertyStarted
When the trading system was started.
Public propertyStartingCash
Starting capital.
Public propertySystemId
Collective2 trading system ID.
Public propertySystemName
System name.
Public propertyTradeFreq
Trading frequency.
Public propertyTrialDays
Number of trial days.
Top
See Also