financial-astrology-pattern-search
Installation
SKILL.md
Financial Astrology Pattern Search
Use this skill to run an exploratory financial astrology event study across investment assets. The default implementation uses hermetic-alpha-library to fetch market candles, calculate planetary positions, scan aspects, and evaluate forward returns.
This skill is for research and hypothesis generation only. Do not frame findings as deterministic predictions or standalone buy/sell signals.
Core workflow
- Define the asset universe and data range.
- Fetch daily OHLCV candles for each asset.
- Generate planetary positions over the same date range.
- Scan major aspects: conjunction, opposition, trine, square, sextile.
- Collapse consecutive active aspect days into one event window.
- Pick the nearest-exact day in each window using the minimum orb.
- Measure forward returns from the exact day only.
- Compare event returns against the same asset's own baseline return.
- Split chronologically into train/test and prefer patterns that keep direction in both periods.
- Report findings as candidate themes with limitations and a not-financial-advice disclaimer.