Click or drag to resize
IC2TradingSystemTradesHistogramPercent Method
This API is preliminary and subject to change.
NOT YET IMPLEMENTED. Returns a histogram chart (in percents).

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IC2HighChart TradesHistogramPercent(
	short binsCount
)

Parameters

binsCount
Type: SystemInt16
The number of buckets to use.

Return Value

Type: IC2HighChart
A chart object.
See Also