feat: add configuration and documentation for Telegram commands (issue #69) #70
Reference in New Issue
Block a user
Delete Branch "feature/issue-69-config-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changes
src/config.py: Add TELEGRAM_COMMANDS_ENABLED and TELEGRAM_POLLING_INTERVALsrc/notifications/README.md: Add extensive "Bidirectional Commands" sectionDocumentation Additions
Configuration
TELEGRAM_COMMANDS_ENABLED: Toggle commands on/off (default: true)TELEGRAM_POLLING_INTERVAL: Polling frequency in seconds (default: 1.0)Bidirectional Commands Section
Commands Documented
/start- Welcome message/help- Command list/status- Trading status/positions- Holdings view/stop- Pause trading/resume- Resume tradingTest plan
Related Issues
Closes #69
Depends on #67
🤖 Generated with Claude Code