
Trading Automation
FearHarvester Skill
FearHarvester is an autonomous DCA (dollar-cost averaging) trading agent designed to systematically exploit extreme market fear. It continuously monitors the Fear & Greed index and executes configurable rules: when F&G < 10 it dollar-cost-averages into BTC/ETH, and when F&G > 50 it rebalances holdin
概览
FearHarvester is an autonomous DCA (dollar-cost averaging) trading agent designed to systematically exploit extreme market fear.
FearHarvester is an autonomous DCA (dollar-cost averaging) trading agent designed to systematically exploit extreme market fear. It continuously monitors the Fear & Greed index and executes configurable rules: when F&G < 10 it dollar-cost-averages into BTC/ETH, and when F&G > 50 it rebalances holdings into yield-bearing instruments. Key features include backtesting (start date and capital parameters), live signal generation, and an executor with dry-run mode for safe validation. The Skill removes human emotion from “buy the fear” decisions, supports parameterized thresholds, position sizing, and time-based holds (historical tests use a 90-day hold). Use cases: automated crypto accumulation during crises, risk-managed rotation into yield on recovery, and reproducible research via historical edge analysis (2018–2024). Core advantages: repeatable strategy, audit logs, simulated validation, and integration-ready for exchange connectors.
Skill.md
这个 Skill 如何工作
FearHarvester is an autonomous DCA (dollar-cost averaging) trading agent designed to systematically exploit extreme market fear. It continuously monitors the Fear & Greed index and executes configurable rules: when F&G < 10 it dollar-cost-averages into BTC/ETH, and when F&G > 50 it rebalances holdin
Autonomous DCA agent for extreme fear markets.
Strategy
- Monitor Fear & Greed index continuously
- When F&G < 10 (Extreme Fear): DCA into BTC/ETH
- When F&G > 50 (Neutral/Greed recovery): rebalance into yield
- Removes human emotion from "buy the fear"
Usage
uv run python scripts/backtest.py --start 2018-01-01 --capital 10000
uv run python scripts/signals.py --live
uv run python scripts/executor.py --dry-run
Historical edge (2018-2024)
Buying F&G < 10, holding 90d → 40-80% average return
最适合用于
何时使用
FearHarvester is an autonomous DCA (dollar-cost averaging) trading agent designed to systematically exploit extreme market fear. It continuously monitors the Fear & Greed index and executes configurable rules: when F&G < 10 it dollar-cost-averages into BTC/ETH, and when F&G > 50 it rebalances holdin

01 · 会前准备
准备决策简报
在投委会开会前,把零散证据整理成结构化的论据。

02 · 团队协作
统一交接标准
让分析师、组合经理与 Agent 产出一致的研究结果。

03 · 实时更新
更新投资逻辑
出现新催化剂、KPI 发布或财报结果后,更新情景假设。
社区反馈
越用越好用。
随着 Skill 被使用与评审,反馈将展示在这里。
发现更多
相关 Skills
查看全部hyperliquid-trading
The Hyperliquid Trading skill provides a concise interface for trading on Hyperliquid’s spot and perpetual markets. Use it to place limit and market orders, cancel open orders, query order status,…
bankr
Bankr enables executing crypto trading and DeFi operations via natural-language commands. It offers two integration options: a batteries-included Bankr CLI and a REST API at https://api.bankr.bot,…
pine-backtester
pine-backtester provides comprehensive backtesting for Pine Script indicators and strategies. Use it to append performance metrics, analyze trades, generate equity curves, compute win rates, track…