mindesbunister
2adab40781
fix: Use IF node typeVersion 1 for better compatibility
...
- Changed from typeVersion 2 to typeVersion 1
- typeVersion 1 is supported in older n8n versions
- Should fix 'custom node' installation error
2025-10-23 16:25:09 +02:00
mindesbunister
0b9c60774f
fix: Replace IF nodes with Switch nodes in n8n workflow
...
- Changed from n8n-nodes-base.if (v2) to n8n-nodes-base.switch (v3)
- IF nodes were showing 'custom node' error in n8n
- Switch nodes are universally available in all n8n versions
- Both conditional nodes updated: Risk Check and Trade Success
- Workflow should now import without errors
2025-10-23 16:12:25 +02:00
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