Quick answer
If Logs show "Parse failed", the app is receiving messages but can’t understand the signal format.
- Open Logs and find a "Parse failed" entry
- Copy the exact message text
- Open Telegram config (⚙️) and use Test Signal Detection (if available)
- Adjust keywords / parsing options until the test passes
Symptoms
- Logs show "Parse failed"
- Signals are received but no trades are opened
- Symbols, SL/TP, or direction are missing/incorrect in parsed output
Most common causes
- Provider uses a different format than expected (missing SL/TP, multiple entries, emojis, unusual separators)
- Symbol names don’t match your broker (mapping required)
- Keywords are stripping or filtering out important words (e.g., removing “SL” or “TP”)
Fix steps
1) Capture a real example signal
From Logs:
- Find a “Parse failed” entry
- Copy the original message text (the exact provider message)
2) Test signal detection / parsing
Open Telegram settings (⚙️) and paste the message into the Test box.
You want the result to correctly identify:
- Symbol
- Direction (buy/sell)
- SL and TP (if provided)
3) Adjust keywords safely
Common adjustments:
- Detect/Signal Keywords: include words that appear in signals (BUY, SELL, SL, TP, Entry)
- Ignore Keywords: remove anything that accidentally matches signal text
- Remove Words: avoid removing critical tokens like SL/TP or the symbol name
4) Fix symbol naming via Symbol Mapping
If parsing works but orders fail with “Symbol not found”:
- Open the Telegram connection
- Open Symbol Mapping
- Map provider symbol → receiver broker symbol
Verify it worked
- Wait for the next provider signal
- Open Logs
- Confirm you see “Signal Received” and no “Parse failed”
- Confirm receiver trade events show as copied (green)
If it still fails (Escalate)
- Open Copy Not Working? → run quick scan
- Open a support ticket and include: - 2–3 example provider messages - What you expected vs what the parser produced - Your keyword settings (screenshot)
This article is auto-synced from the Danetrades Copier knowledge base. If something is outdated, please contact support.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article