Appearance
Are you an LLM? You can read better optimized documentation at /analytics-performance/signal-trade-logs.md for this page in Markdown format
Signal & Trade Logs
Transparency is key. If the bot executes a trade, you should know why. If it skips a trade, you should know why.
Signal Logs
This is the raw feed of messages processed by the AI engine.
Columns:
- Time: When the message was received.
- Channel: Which channel sent it.
- Raw Message: The exact text (or image text) received.
- Parsed Data: The JSON object extracted (Symbol, Action, SL, TP).
- Status:
PROCESSED: Successfully parsed and action taken.SKIPPED: Parsed, but logic decided not to trade (e.g., duplicate signal, or "Close" signal for a trade we aren't in).FAILED: Error occurred (e.g., "Risk too high", "Symbol not mapped").
Drilling Down: Click on any row to open the Signal Details Modal. This shows the full "Thought Process" of the AI, including the Confidence Score and exactly which numbers it extracted.
Trade Logs
This is your historical ledger of executed trades.
Key Data:
- Ticket: The broker's unique ID for the trade.
- Open/Close Time: Duration of the trade.
- Reason: The signal ID that triggered the entry.
- Close Reason:
TP: Hit Take Profit.SL: Hit Stop Loss.BE: Hit Breakeven.Manual: Closed by user or admin intervention.
Exporting Data
Need to do taxes or run a deep analysis in Excel?
- Click the Export CSV button on the Trade Logs table to download your full history.