log-analyzer

Analyze Alpha NextGen V2 backtest logs and trades.csv to produce validated performance and signal flow reports.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/vickdavinci/alpha-nextgen-v2-private --skill log-analyzer-vickdavinci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-analyzer
Source: https://github.com/vickdavinci/alpha-nextgen-v2-private/tree/main/docs/skills/log-analyzer
Command: npx skills add https://github.com/vickdavinci/alpha-nextgen-v2-private --skill log-analyzer-vickdavinci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the in-depth analysis of algorithmic trading backtest logs, identifying performance issues, validating trade data, and diagnosing engine underperformance.

Core Features & Use Cases

  • Comprehensive Reporting: Generates detailed performance and signal flow reports.
  • Data Validation: Strictly cross-validates all metrics against trades.csv for accuracy.
  • Use Case: When a trading strategy underperforms, use this Skill to analyze its logs, pinpoint the exact reasons for losses, and receive prioritized recommendations for improvement.

Quick Start

Analyze the backtest log files located in /Users/vigneshwaranarumugam/Documents/Trading Github/alpha-nextgen-v2-private/docs/audits/logs and produce performance and signal flow reports.

Frequently Asked Questions about log-analyzer

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

FAQPage Schema
How do I analyze algorithmic trading backtest logs to find performance issues?

To analyze algorithmic trading backtest logs, parse trade execution, signal flow, regime, and risk engine logs to identify performance issues. This process cross-validates metrics against trades.csv to pinpoint exact reasons for losses and diagnose underperformance.

What is signal flow analysis in algorithmic trading backtest logs?

Signal flow analysis in algorithmic trading backtest logs tracks how trading signals are generated and executed across different market regimes. It identifies direction breakdowns and anomalies by parsing the signal flow logs alongside the validated trade data.

How do I validate trade data accuracy in a backtest performance report?

To validate trade data accuracy in a backtest performance report, strictly cross-reference all calculated metrics against trades.csv as the source of truth. This ensures that performance reporting reflects actual executed trade data without discrepancies.

Can I use backtest log analysis for risk-event detection and anomaly diagnosis?

Yes, backtest log analysis can be used for risk-event detection and anomaly diagnosis by parsing risk engine logs. It identifies specific risk-events and anomalies, providing prioritized recommendations to improve trading strategy underperformance.

What's the best way to generate prioritized recommendations from trading logs?

The best way to generate prioritized recommendations from trading logs is to parse trade execution, signal flow, regime, and risk engine logs together. This comprehensive analysis identifies anomalies and direction breakdowns to produce actionable improvement steps.