![]() | IC2TradingSystem Interface |
Namespace: C2ExplorerServiceStack.Logic.Interfaces
public interface IC2TradingSystem
The IC2TradingSystem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Added |
When the trading system was added to Collective2.
|
![]() | AvgLoss |
Average loss.
|
![]() | AvgWin |
Average win.
|
![]() | Cash |
Gets the cash time series - NOT YET IMPLEMENTED.
|
![]() | ClosedPL |
Currently closed profit.
|
![]() | CurrentCash |
Current cash.
|
![]() | DollarLoss |
Loss of losers.
|
![]() | DollarWin |
Profit of winners.
|
![]() | DrawDown |
Gets the DrawDown time series.
|
![]() | Equity |
Gets the equity time series.
|
![]() | Id |
Gets the trading system ID.
|
![]() | MarginUsed |
Used margin.
|
![]() | MonthlyFee |
Subscription fees.
|
![]() | Name |
Gets the trading system name.
|
![]() | NumLoss |
Number of losing trades.
|
![]() | NumTrades |
Number of trades.
|
![]() | NumWins |
Number of winning trades.
|
![]() | OpenEquity |
Current equity value.
|
![]() | OpenPositionsPL |
Open positions value.
|
![]() | Signals |
Gets trading signals.
|
![]() | Started |
Gets the trading system start date.
|
![]() | StartingCapital |
Gets the starting capital.
|
![]() | TradeFreq |
Trading frequency.
|
![]() | Trades |
Gets the list of trades.
|
![]() | TrialDays |
Number of trial days.
|
Name | Description | |
---|---|---|
![]() | SymbolsProfits |
Returns a chart of profits by symbols.
|
![]() | SymbolsProfitsData |
Returns sums of profits and loss of trades summarized by symbols.
|
![]() | SymbolsTrades |
Returns a chart of counts of trades by symbols.
|
![]() | SymbolsTradesData |
Returns counts of trades by symbols.
|
![]() | SymbolsTradesVolumes |
Returns a chart of volumes of traded symbols.
|
![]() | SymbolsTradesVolumesData |
Returns volumes of traded symbols.
|
![]() | SystemChart |
Creates a trading system chart.
|
![]() | TradesHistogram |
Returns a histogram chart (in dollars).
|
![]() | TradesHistogramData |
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.
|
![]() | TradesHistogramPercent |
NOT YET IMPLEMENTED.
Returns a histogram chart (in percents).
|
![]() | TradesHistogramPercentData |
NOT YET IMPLEMENTED.
Constructs a histogram of trades results (in percents) with a specific number of equally sized buckets.
|
![]() | TradesTimeLine |
Trades Timeline.
|