Files
Place-Order-Trading-Bot/start_telegram_bot_standalone.bat
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

16 lines
292 B
Batchfile

@echo off
echo ========================================
echo TELEGRAM BOT COMMANDER - Standalone Start
echo ========================================
echo.
cd /d "%~dp0"
echo Starting Telegram Bot in standalone mode...
echo Press Ctrl+C to stop
echo.
python telegram_bot_commands.py
pause