diff options
Diffstat (limited to 'services/order-executor/src/order_executor/config.py')
| -rw-r--r-- | services/order-executor/src/order_executor/config.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/services/order-executor/src/order_executor/config.py b/services/order-executor/src/order_executor/config.py index 6542a31..14828ea 100644 --- a/services/order-executor/src/order_executor/config.py +++ b/services/order-executor/src/order_executor/config.py @@ -4,4 +4,7 @@ from shared.config import Settings class ExecutorConfig(Settings): - pass + risk_trailing_stop_pct: float = 0.0 + risk_max_open_positions: int = 10 + risk_volatility_lookback: int = 20 + risk_volatility_scale: bool = False |
