بنقرة واحدة
recipe-drawdown-circuit-breaker
Automatically stop trading when portfolio drawdown exceeds a threshold.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Automatically stop trading when portfolio drawdown exceeds a threshold.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Connect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
Install kraken-cli, create API credentials, and go from paper trading to live in under five minutes.
Discover staking strategies, allocate funds, and track earn positions.
Place, manage, and monitor futures orders across the full lifecycle.
Test strategy logic on paper trading before touching live funds.
Promote a validated paper strategy to live trading with safety checks.
| name | recipe-drawdown-circuit-breaker |
| version | 1.0.0 |
| description | Automatically stop trading when portfolio drawdown exceeds a threshold. |
| metadata | {"openclaw":{"category":"recipe","domain":"risk"},"requires":{"bins":["kraken"],"skills":["kraken-risk-operations","kraken-alert-patterns"]}} |
PREREQUISITE: Load the following skills to execute this recipe:
kraken-risk-operations,kraken-alert-patterns
Monitor portfolio value and halt trading if cumulative drawdown from peak exceeds a limit (e.g., 10%).
kraken balance -o json 2>/dev/null + kraken ticker BTCUSD ETHUSD SOLUSD -o json 2>/dev/null (calculate total USD value)kraken-rate-limits for tier budgets):
kraken order cancel-all -o json 2>/dev/nullkraken futures cancel-all -o json 2>/dev/null