Commit Graph

2 Commits

Author SHA1 Message Date
mindesbunister
8ff5efbb6d feat: Add simplified n8n workflow without secret validation
- New n8n-workflow-simple.json with 10 nodes (vs 13 in complete version)
- Direct flow: TradingView webhook → Parse → Risk check → Execute → Telegram
- No TradingView webhook secret validation (simpler setup)
- Updated guide to explain single API_SECRET_KEY authentication
- Customized for flow.egonetix.de webhook URL
- Clearer documentation of security model and testing steps
2025-10-23 16:04:52 +02:00
mindesbunister
4a9a80f045 feat: Add n8n workflow for TradingView webhook automation
- Complete 13-node workflow connecting TradingView alerts to trade execution
- Webhook validation, risk checking, and trade execution via v4 API
- Telegram notifications for all scenarios (success/error/blocked)
- Comprehensive setup guide with testing and troubleshooting
- Supports SOL/BTC/ETH and LONG/SHORT signals from TradingView
2025-10-23 15:11:37 +02:00