Stop Loss Management Dynamic
Dynamically adjust stop-loss orders based on volatility, support levels, and profit targets.
Complexity: Moderate | Duration: 1-5m per position | Category: Finance/Investment
Tags: stop-loss trailing-stop risk-management atr dynamic
Workflow Diagram
Steps
Step 1: Position Review
Agent: risk
analyst - Get all open positions and current stop levels
Step 2: Volatility Check
Agent: technical
analyst - Calculate ATR for each position
Step 3: Support Analysis
Agent: technical
analyst - Identify key support levels
Step 4: Trailing Stop Logic
Agent: risk
analyst - Calculate trailing stop based on rules (%, ATR)
Step 5: Profit Target Check
Agent: risk
analyst - Move stop to breakeven after profit target hit
Step 6: Stop Adjustment
Agent: trade
executor - Submit modified stop-loss orders
Step 7: Validation
Agent: qa
specialist - Verify new stops are active and correct
Step 8: Notification
Agent: notification
specialist - Alert if stops are tightened significantly
Usage
To execute this workflow:
/workflow finance/investment/stop-loss-management-dynamic.workflow
Related Workflows
See other workflows in this category for related automation patterns.