signal-postmortem

Analyze post-trade outcomes and classify trading signal results.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill signal-postmortem-ihsandanish25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signal-postmortem
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/skills/signal-postmortem
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill signal-postmortem-ihsandanish25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, FMP_API_KEY, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps traders analyze post-trade outcomes for signals generated by the edge pipeline and other skills, allowing for continuous improvement of trading strategies.

Core Features & Use Cases

  • Post-trade Analysis: Record and analyze the outcomes of trading signals.
  • Outcome Classification: Categorize outcomes as true positives, false positives, missed opportunities, or regime mismatches.
  • Feedback Generation: Generate feedback for skill improvement and weight adjustments.
  • Use Case: After executing a trade, use this Skill to record the outcome and analyze the results. It will help you understand what worked well and what didn't, allowing you to refine your trading strategies.

Quick Start

Record the outcome of a completed trade with the signal ID 'sig_aapl_20260310_abc', exit price 178.50, and exit date 2026-03-15.

Frequently Asked Questions about signal-postmortem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze trading signal outcomes to improve my strategy?

To analyze trading signal outcomes, you record post-trade results and categorize them as true positives, false positives, missed opportunities, or regime mismatches. This generates feedback for weight adjustment and strategy refinement based on historical performance.

Do I need an FMP API key to calculate post-trade returns?

Yes, you need an FMP API key for post-trade return calculations. The Skill uses the Python requests library to call the FMP API, requiring this key to fetch the necessary market data for accurate signal outcome analysis.

How does outcome classification work for trading signals?

Outcome classification categorizes trading signals by recording exit prices and dates, then sorting results into true positives, false positives, missed opportunities, or regime mismatches to generate targeted feedback for skill improvement.

Can I use this to adjust edge-signal-aggregator weights automatically?

Yes, you can adjust edge-signal-aggregator weights. By analyzing historical outcomes and classifying results, the Skill generates feedback that directly informs and modifies the weight adjustments within your trading strategy.

What's the best way to record a completed trade outcome for signal analysis?

The best way to record a completed trade outcome is to provide the signal ID, exit price, and exit date. This records the transaction details for the analysis pipeline to categorize the result and generate strategy feedback.