Features: - 3 versions: Simple (manual), Finnhub API, ForexFactory scraper - 30min buffer before/after high-impact news - Protects against volatile news losses (NFP, CPI, FOMC, etc.) - Integration wrapper for execute_trade_v2_adaptive Files: - news_filter_simple.py - Manual event list (RECOMMENDED) - news_filter_v2.py - Finnhub API version - news_filter.py - ForexFactory scraper - news_filter_integration.py - execute_trade wrapper - NEWS_FILTER_GUIDE.md - Complete documentation - news_events_manual.json - Event configuration template - news_config.json - API configuration Expected Impact: - Prevents $400-600/month in news-related losses - Blocks trading during NFP, CPI, FOMC events - Minimal impact on trading time (~0.4%) - High ROI for risk management Status: Ready to activate Recommendation: Add to notebook immediately
5 lines
184 B
JSON
5 lines
184 B
JSON
{
|
|
"finnhub_api_key": "demo",
|
|
"instructions": "Get your free API key at https://finnhub.io/register",
|
|
"note": "Using demo key for now - replace with your own for production use"
|
|
} |