
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
Overview
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
How this skill works
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
Best used for
When to use it
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 · PRE-MEETING
Prepare a decision brief
Turn scattered evidence into a structured case before an investment committee meeting.

02 · TEAM WORKFLOW
Standardize handoffs
Create consistent research outputs across analysts, portfolio managers, and agents.

03 · LIVE UPDATE
Refresh the thesis
Update scenarios after a new catalyst, KPI release, or earnings result.
Community notes
Built to improve with use.
随着 Skill 被使用与评审,反馈将展示在这里。
Discover more
Related skills
View allquant-analysis
Quantitative Analysis Skill provides an end-to-end toolkit for quantitative finance research and production analysis. It automates data ingestion, interactive analysis in Jupyter (jupyter_execute,…
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…