Problem
Currently, AlphaRadar successfully detects and surfaces alternative data anomalies (hiring surges, executive moves) and generates a FusedInsight score. While valuable, this leaves the user asking "So what should I buy/short?". The platform needs to bridge the gap between interesting data and actionable portfolio execution.
Proposed Solution
Enhance the backend fusion.py / scorer.py engines and the frontend UI to explicitly suggest trade setups and risk profiles based on the detected signals.
Key Tasks
1. Signal Historical Backtesting (The "Prove It" Layer)
2. Algorithmic "Pairs Trade" Generation
3. Earnings-Catalyst Cross-Referencing
4. Advanced Risk & Short-Selling Flags
5. LLM Time Horizon Classification
Problem
Currently, AlphaRadar successfully detects and surfaces alternative data anomalies (hiring surges, executive moves) and generates a
FusedInsightscore. While valuable, this leaves the user asking "So what should I buy/short?". The platform needs to bridge the gap between interesting data and actionable portfolio execution.Proposed Solution
Enhance the backend
fusion.py/scorer.pyengines and the frontend UI to explicitly suggest trade setups and risk profiles based on the detected signals.Key Tasks
1. Signal Historical Backtesting (The "Prove It" Layer)
2. Algorithmic "Pairs Trade" Generation
sector_pulseandcompetitordetectors to actively search for extreme divergences between rival companies.3. Earnings-Catalyst Cross-Referencing
4. Advanced Risk & Short-Selling Flags
5. LLM Time Horizon Classification
analysis/to output a structured time horizon for the anomaly (e.g.,Short-term Catalyst,Long-term Compounder,Value Trap).