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