Click or drag to resize
IC2TradingSystemDrawDown Property
This API is preliminary and subject to change.
Gets the DrawDown time series.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<ITimeSeriesPoint> DrawDown { get; }

Property Value

Type: IEnumerableITimeSeriesPoint
The draw down.
See Also