Files
Place-Order-Trading-Bot/news_events_manual.json
T
cbazzaandClaude Sonnet 4.5 c5937b05ff feat: Activate News Filter with January 2026 events
- Added 5 high-impact USD news events for January 2026:
  • NFP (Jan 9, 13:30 UTC)
  • CPI (Jan 14, 13:30 UTC)
  • Retail Sales (Jan 15, 13:30 UTC)
  • FOMC Rate Decision (Jan 28, 19:00 UTC)
  • FOMC Press Conference (Jan 28, 19:30 UTC)

- News Filter Cells 31-32 added to notebook
- activate_news_filter.py script created
- Filter blocks trading 30min before/after events
- Expected savings: $400-600/month from avoided news volatility

Status: News Filter READY TO ACTIVATE (run Cell 32)

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-08 10:19:35 +01:00

56 lines
1.5 KiB
JSON

{
"events": [
{
"date": "2026-01-09",
"time": "13:30",
"timezone": "UTC",
"event": "US NFP (Non-Farm Payrolls) - January",
"currency": "USD",
"impact": "HIGH",
"note": "First Friday of month - EXTREME volatility expected"
},
{
"date": "2026-01-14",
"time": "13:30",
"timezone": "UTC",
"event": "US CPI (Consumer Price Index) - December",
"currency": "USD",
"impact": "HIGH",
"note": "Mid-month inflation data - HIGH volatility"
},
{
"date": "2026-01-15",
"time": "13:30",
"timezone": "UTC",
"event": "US Retail Sales - December",
"currency": "USD",
"impact": "HIGH",
"note": "Consumer spending indicator"
},
{
"date": "2026-01-28",
"time": "19:00",
"timezone": "UTC",
"event": "FOMC Interest Rate Decision",
"currency": "USD",
"impact": "HIGH",
"note": "Federal Reserve policy meeting - EXTREME volatility"
},
{
"date": "2026-01-28",
"time": "19:30",
"timezone": "UTC",
"event": "FOMC Press Conference",
"currency": "USD",
"impact": "HIGH",
"note": "Fed Chair press conference after rate decision"
}
],
"instructions": [
"Add upcoming high-impact events here",
"Common events: NFP (1st Friday), CPI (mid-month), FOMC (8 times/year)",
"Time format: HH:MM in 24-hour format",
"Date format: YYYY-MM-DD",
"Always use UTC timezone"
]
}