| IC2TradingSystem Interface |
Namespace: C2ExplorerServiceStack.Logic.Interfaces
public interface IC2TradingSystem
The IC2TradingSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| Cash |
Gets the cash time series - NOT YET IMPLEMENTED.
| |
| DrawDown |
Gets the DrawDown time series.
| |
| Equity |
Gets the equity time series.
| |
| Id |
Gets the trading system ID.
| |
| Name |
Gets the trading system name.
| |
| Signals |
Gets trading signals.
| |
| Started |
Gets the trading system start date.
| |
| StartingCapital |
Gets the starting capital.
| |
| Trades |
Gets the list of trades.
|
| 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.
|