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 propertyCash
Gets the cash time series - NOT YET IMPLEMENTED.
Public propertyDrawDown
Gets the DrawDown time series.
Public propertyEquity
Gets the equity time series.
Public propertyId
Gets the trading system ID.
Public propertyName
Gets the trading system name.
Public propertySignals
Gets trading signals.
Public propertyStarted
Gets the trading system start date.
Public propertyStartingCapital
Gets the starting capital.
Public propertyTrades
Gets the list of trades.
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