Files
Place-Order-Trading-Bot/news_events_manual.json
T

56 lines
1.5 KiB
JSON
Raw Normal View History

{
"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"
]
}