Collective2 Explorer
Collective2 Explorer
C2ExplorerServiceStack.Logic Namespaces
C2ExplorerServiceStack.Logic.Interfaces
IC2TradingSystem Interface
IC2TradingSystem Properties
Cash Property
DrawDown Property
Equity Property
Id Property
Name Property
Signals Property
Started Property
StartingCapital Property
Trades Property
IC2TradingSystem
DrawDown 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#
Copy
[
JsonPropertyAttribute
]
IEnumerable
<
ITimeSeriesPoint
>
DrawDown
{
get
; }
Property Value
Type:
IEnumerable
ITimeSeriesPoint
The draw down.
See Also
Reference
IC2TradingSystem Interface
C2ExplorerServiceStack.Logic.Interfaces Namespace