Click or drag to resize
IC2TradingSystem Interface
This API is preliminary and subject to change.
A Collective2 trading system. The purpose of this interface is to help to investigate a concrete trading system. (Not all systems or trades in the Collective2 database, but just one concrete system.)

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public interface IC2TradingSystem

The IC2TradingSystem type exposes the following members.

Properties
  NameDescription
Public propertyAdded
When the trading system was added to Collective2.
Public propertyAvgLoss
Average loss.
Public propertyAvgWin
Average win.
Public propertyCash
Gets the cash time series - NOT YET IMPLEMENTED.
Public propertyClosedPL
Currently closed profit.
Public propertyCurrentCash
Current cash.
Public propertyDollarLoss
Loss of losers.
Public propertyDollarWin
Profit of winners.
Public propertyDrawDown
Gets the DrawDown time series.
Public propertyEquity
Gets the equity time series.
Public propertyId
Gets the trading system ID.
Public propertyMarginUsed
Used margin.
Public propertyMonthlyFee
Subscription fees.
Public propertyName
Gets the trading system name.
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 propertySignals
Gets trading signals.
Public propertyStarted
Gets the trading system start date.
Public propertyStartingCapital
Gets the starting capital.
Public propertyTradeFreq
Trading frequency.
Public propertyTrades
Gets the list of trades.
Public propertyTrialDays
Number of trial days.
Top
Methods
  NameDescription
Public methodSymbolsProfits
Returns a chart of profits by symbols.
Public methodSymbolsProfitsData
Returns sums of profits and loss of trades summarized by symbols.
Public methodSymbolsTrades
Returns a chart of counts of trades by symbols.
Public methodSymbolsTradesData
Returns counts of trades by symbols.
Public methodSymbolsTradesVolumes
Returns a chart of volumes of traded symbols.
Public methodSymbolsTradesVolumesData
Returns volumes of traded symbols.
Public methodSystemChart
Creates a trading system chart.
Public methodTradesHistogram
Returns a histogram chart (in dollars).
Public methodTradesHistogramData
Constructs a histogram of trades results (in dollars) with a specific number of equally sized buckets. The upper and lower bound of the histogram will be set to the smallest and largest data point.
Public methodTradesHistogramPercent
NOT YET IMPLEMENTED. Returns a histogram chart (in percents).
Public methodTradesHistogramPercentData
NOT YET IMPLEMENTED. Constructs a histogram of trades results (in percents) with a specific number of equally sized buckets.
Public methodTradesTimeLine
Trades Timeline.
Top
See Also