public class CopyFactoryStrategyRiskLimit extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
applyTo
Account metric to apply limit to.
|
boolean |
closePositions
Whether to force close positions when the risk is reached.
|
double |
maxRisk
Max drawdown allowed, expressed as a fraction of 1
|
cloud.metaapi.sdk.clients.models.IsoTime |
startTime
Optional time to start risk tracking from, or {code null}.
|
String |
type
Restriction type.
|
| Constructor and Description |
|---|
CopyFactoryStrategyRiskLimit() |
public String type
public String applyTo
public double maxRisk
public boolean closePositions
public cloud.metaapi.sdk.clients.models.IsoTime startTime
Copyright © 2023. All rights reserved.