Click or drag to resize
IC2TradingSystem Methods
This API is preliminary and subject to change.

The IC2TradingSystem type exposes the following members.

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