Click or drag to resize
IC2TradingSystemSymbolsProfits Method
This API is preliminary and subject to change.
Returns a chart of profits by symbols.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IC2ExplorerHighChart SymbolsProfits(
	bool navigator = false
)

Parameters

navigator (Optional)
Type: SystemBoolean
Should be a "navigator" visible in the chart?

Return Value

Type: IC2ExplorerHighChart
A chart object.
See Also