Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

Tradingbot

Tradingbot enthält 9 gesammelte Skills von SamThor98, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
9
Stars
0
aktualisiert
2026-07-20
Forks
1
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

schwab-openclaw
Finanz- und Investitionsanalysten

OpenClaw/operator extension for Schwab trading workflows. Canonical Schwab architecture contract is .cursor/skills/schwab-api/SKILL.md. This file documents OpenClaw-specific tool usage and guardrail behavior.

2026-07-20
dashboard-panel-scaffold
Softwareentwickler

Scaffold a cockpit dashboard panel end to end: a DTO-backed read endpoint (shared in core/ for local + SaaS parity), a frontend panel module with explicit freshness/error states, and provenance rendering. Use when adding or editing a cockpit lane/panel, an /api/cockpit/* route, core/cockpit_service builders, or any static/ panel that consumes ApiResponse data.

2026-05-28
degraded-mode-policy
Softwareentwickler

Consistent behavior under stale data, endpoint failures, and fallback use: data-quality labeling, provenance/confidence, circuit-breaker handling, and auto-throttle of risk-increasing orders. Use when working on data_health, fallback logic, circuit breakers, fail-closed risk gates, Provenance, or auto-throttle in execution policies.

2026-05-28
execution-quality-lab
Softwareentwickler

Execution intelligence scaffolding: order lifecycle normalization, expected-vs- realized slippage, spread/latency/fill-quality attribution, and policy-driven routing (market vs limit, reprice loop, auto-throttle). Use when working on execution.py order routing, exec quality, slippage, reprice loops, core/execution_policies.py, ExecutionState/blotter, or /api/cockpit/execution/*.

2026-05-28
schwab-endpoint-catalog
Softwareentwickler

Canonical Schwab endpoint map for the Trading Cockpit: which API surfaces exist, how they are classified (market context / symbol intel / portfolio risk / execution / reliability), their session, latency budgets, fallback rules, and degraded-mode behavior. Use when adding a Schwab endpoint, wiring a provider, defining a cockpit DTO, planning capability gaps, or touching core/endpoint_catalog.py, core/contracts/, or core/providers/.

2026-05-28
trade-review-loop
Softwareentwickler

Closed-loop learning: snapshot every trade decision into a decision packet, run weekly diagnostics (false positives by regime, edge decay by setup, execution drag by condition), and emit advisory tuning proposals for scanner weights and guardrail thresholds. Use when working on decision packets, trade review, outcome attribution, weight/threshold feedback, or core/decision_packet.py / trade_review.py / weight_feedback.py.

2026-05-28
schwab-api
Softwareentwickler

Schwab API integration patterns including dual OAuth2 authentication, token management, market data retrieval, and order execution. Use when working on Schwab auth, tokens, API calls, market data, order placement, or any code touching schwab_auth, DualSchwabAuth, run_dual_auth, or token refresh.

2026-05-01
front-end-design
Softwareentwickler

Redesign TradingBot frontend UX without backend changes. Use when user requests better navigation, dashboard simplification, feature-preserving UI refactor, scan-results-trade workflow emphasis, diagnostics separation, or settings consolidation.

2026-04-29
signal-scanner
Softwareentwickler

Signal scanning pipeline including Stage 2 analysis, VCP detection, sector strength, PEAD, forensic accounting, advisory model, quality gates, and strategy ensemble. Use when working on signal_scanner.py, stage_analysis.py, sector_strength.py, scan logic, signal ranking, quality gates, diagnostics, or any trading strategy code.

2026-04-14