oracle-nano

Validate Apex trading strategies with WFA, Monte Carlo, and GO/NO-GO analyses.

186|54|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/francomascareloai/EA_SCALPER_XAUUSD --skill oracle-nano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle-nano
Source: https://github.com/francomascareloai/EA_SCALPER_XAUUSD/tree/main/.factory/skills/oracle
Command: npx skills add https://github.com/francomascareloai/EA_SCALPER_XAUUSD --skill oracle-nano

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a rigorous statistical validator for Apex trading strategies, coordinating WFA, Monte Carlo, and GO/NO-GO analyses to ensure robust results and credible decisions.

Core Features & Use Cases

  • Walk-Forward Analysis (WFA) with multiple windows to test stability across regimes.
  • Monte Carlo Block Bootstrap for distribution of outcomes and risk assessment.
  • PSR/DSR/PBO based overfitting checks and GO/NO-GO decision rendering.
  • Prop firm style validation and institutional-grade reporting to support credible challenges.

Quick Start

Start by preparing your trades data (CSV) and run the full validation pipeline:

  • python -m scripts.oracle.go_nogo_validator --input trades.csv
  • Optional: python -m scripts.oracle.walk_forward --input trades.csv --windows 15 --mode rolling --output wfa_report.md For complete workflows, refer to the DROID documentation at .factory/droids/oracle-backtest-commander.md

Frequently Asked Questions about oracle-nano

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

FAQPage Schema
How do I validate an Apex trading strategy with walk-forward analysis and Monte Carlo simulation?

To validate an Apex trading strategy, you run a pipeline coordinating walk-forward analysis across multiple windows and Monte Carlo block bootstrap simulations to assess outcome distributions and risk. This skill processes trade histories to produce institutional-style validation.

What is PSR and DSR overfitting check in backtesting?

PSR and DSR overfitting checks evaluate whether backtest performance is statistically significant or inflated by data mining. This skill calculates these metrics alongside PBO to render reliable GO/NO-GO decisions.

Can I run a prop firm style backtest validation using a CSV of trade histories?

Yes, you can run a prop firm style validation by providing your trade histories in CSV format. The skill applies out-of-sample validation pipelines and risk controls to generate institutional-grade reports and configuration templates.

How does walk-forward analysis improve backtest reliability across market regimes?

Walk-forward analysis improves backtest reliability by testing strategy stability across multiple rolling windows and varying market regimes. This prevents overfitting to a single historical period and ensures the out-of-sample validation pipeline produces credible results.

What are the limitations of Monte Carlo block bootstrap for risk assessment?

Monte Carlo block bootstrap limitations include dependency on the quality of input trade histories and the assumption that historical block patterns persist. It assesses outcome distributions but cannot predict unprecedented market shocks outside the tested trials.