Loading...
Design an ML system that generates buy/sell/hold signals for equities trading.
Scenario: A quantitative hedge fund wants to generate trading signals from market data, news sentiment, and alternative data sources. The system must handle regime changes (bull/bear markets) and avoid overfitting to historical patterns.
Your Task: Design the signal generation pipeline.
Key Challenges:
Describe your system design approach. Consider components, data flow, and key decisions.