performance

performance is a command for coding agents from mnemox-ai/tradememory-protocol. It costs 8 tokens per session (503 once invoked), scanned A, original, MIT.

A report command that summarizes trading-strategy results using measures such as win rate, profit factor, profit and loss, and the best and worst trades.

In plain words
What is it for?
Use it to report results for one strategy or all strategies, optionally filtered by dates, trading instrument, or session, and to review behavioral trading patterns.
Why use it?
It turns trade records into an overview of how a strategy performed and can reveal habits such as holding losing trades longer than winning ones.

Command

Part of the tradememory-plugin plugin — 3 skills, 5 commands, 1 MCP server shipped together

About the project

TradeMemory is a memory and audit layer for AI trading agents that records trading decisions, outcomes, and context in a tamper-evident history. It is for traders and automated trading systems that need agents to recall past decisions and document their reasoning. Catalogue add-ons provide skills, commands, MCP tools, and related workflow components for using it.

mnemox-ai/tradememory-protocol · 1,412 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/mnemox-ai/tradememory-protocol/performance
Clone the repo
git clone --depth 1 https://github.com/mnemox-ai/tradememory-protocol

Or install tradememory-plugin, the plugin that ships this one along with the rest of its 3 skills, 5 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for performance

README.md
[![agentmods](https://agentmods.dev/badge/commands/mnemox-ai/tradememory-protocol/performance.svg)](https://agentmods.dev/commands/mnemox-ai/tradememory-protocol/performance)
Your own site
<a href="https://agentmods.dev/commands/mnemox-ai/tradememory-protocol/performance"><img src="https://agentmods.dev/badge/commands/mnemox-ai/tradememory-protocol/performance.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 503 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00008 $0.00503
Opus 5 $0.00004 $0.00251
Sonnet 5 $0.00002 $0.00101
Haiku 4.5 $0.00001 $0.00050

Measured 5d ago against content hash cc5c59c063b7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

performance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tradememory-plugin/commands/performance.md · 80 lines

What it actually says

Performance Report

Generate aggregate performance statistics per strategy or across all strategies. Shows win rate, profit factor, P&L distribution, best/worst trades, and behavioral metrics.

Workflow

Step 1: Determine Scope

If a strategy name is provided, focus on that strategy. If "all" or nothing is provided, report across all strategies.

Optional filters:

  • Date range: Last week, last month, custom range
  • Symbol: Filter by trading instrument
  • Session: Filter by trading session

Step 2: Fetch Performance Data

Use the get_strategy_performance MCP tool:

get_strategy_performance({
  strategy: "VolBreakout",  // or null for all
  date_from: "2026-01-01",
  date_to: "2026-03-16"
})

Step 3: Fetch Behavioral Analysis

Use the get_behavioral_analysis MCP tool for deeper insights:

get_behavioral_analysis({
  strategy: "VolBreakout"
})

This returns:

  • Disposition ratio: Are you cutting winners short / holding losers long?
  • Hold time asymmetry: Winners vs losers average hold time
  • Lot sizing variance: Consistency vs Kelly criterion optimal
  • Streak analysis: Current and historical win/loss streaks

Step 4: Present Report

Structure the report as:

Metric Value
Total Trades N
Win Rate X%
Profit Factor X.XX
Total P&L $X,XXX
Avg Win $XXX
Avg Loss -$XXX
Best Trade $XXX (date, context)
Worst Trade -$XXX (date, context)
Max Drawdown X%
Sharpe Ratio X.XX

Plus behavioral insights:

  • Disposition ratio (target: < 1.0)
  • Hold time asymmetry (target: winners held longer)
  • Confidence calibration (are high-confidence trades actually better?)

Step 5: Actionable Takeaways

End with 2-3 specific, data-backed recommendations. No vague advice.

Example

User: /performance VolBreakout
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 80 lines · 8 tokens per session scan A cc5c59c063b7

Subscribe to this mod's changes

performance is a command published in the GitHub repository mnemox-ai/tradememory-protocol (1,412 stars, last pushed 24d ago), licensed MIT. It adds 8 tokens to every session and 503 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.