paper-learning-validation

Validate causality between learning parameter updates and trade behavior changes.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Sanchez-78/crypto-trading-bot --skill paper-learning-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-learning-validation
Source: https://github.com/Sanchez-78/crypto-trading-bot/tree/main/.claude/skills/paper-learning-validation
Command: npx skills add https://github.com/Sanchez-78/crypto-trading-bot --skill paper-learning-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the critical gap of unproven causality in paper trading learning systems, where parameter updates may not drive intended behavioral changes, and global performance metrics hide segment-specific weaknesses that can lead to failed live trading deployments.

Core Features & Use Cases

  • Causality Validation: Confirms that learning parameter updates directly cause expected changes in trade admission and exit patterns.
  • Segment Performance Analysis: Breaks down key metrics like win rate and profit factor by trading bucket, market regime, and symbol to avoid misleading global averages.
  • Clear Pass/Fail Gates: Provides explicit criteria to label learning updates as successful, cautionary, or failed based on pre/post comparison of trade behavior and performance.
  • Use Case: A crypto trading bot operator can use this Skill to verify that tightening the economic threshold parameter actually reduces unwanted starvation bypasses in bear market regimes, rather than seeing no change in the overall win rate.

Quick Start

Use the paper-learning-validation skill to confirm that your latest learning parameter update produced the expected reduction in trade admissions for the strict take bucket during bear trends.

Frequently Asked Questions about paper-learning-validation

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

FAQPage Schema
How do I validate that paper trading learning parameter updates actually change trade behavior?

Trade behavior causality validation confirms that learning parameter updates directly cause expected changes in trade admission and exit patterns by running pre/post comparisons on trade records and learning parameter logs.

Why do global crypto trading performance metrics hide segment-specific weaknesses?

Global performance metrics hide segment-specific weaknesses because misleading global averages mask failures in specific trading buckets, market regimes, or symbols that require breaking down win rate and profit factor by segment.

How do I check if tightening economic thresholds reduces starvation bypasses in bear market regimes?

To check if tightening economic thresholds reduces starvation bypasses in bear market regimes, apply segment performance analysis to compare pre/post trade admission behavior and pass the causality validation gate.

What data do I need to run a paper trading learning loop pre/post comparison?

Running a paper trading learning loop pre/post comparison requires access to trade records, learning parameter logs, and segment definitions to evaluate trade admission and exit behavior changes.

Can I use pass/caution/fail validation gates for crypto trading bot learning updates?

Yes, you can use pass/caution/fail validation gates for crypto trading bot learning updates, which provide explicit criteria to label parameter adjustments as successful, cautionary, or failed based on behavioral comparisons.

What are the limitations of using global win rate for paper trading validation?

Using global win rate for paper trading validation limits your ability to detect segment-specific weaknesses, because it fails to isolate whether learning system adjustments produced intended behavioral changes across different market regimes.