trade-hypothesis-ideator

Generate ranked, falsifiable trading hypotheses from market data and trade logs.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/darkounus90/BOTTX3 --skill trade-hypothesis-ideator-darkounus90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trade-hypothesis-ideator
Source: https://github.com/darkounus90/BOTTX3/tree/main/.agents/skills/trade-hypothesis-ideator
Command: npx skills add https://github.com/darkounus90/BOTTX3 --skill trade-hypothesis-ideator-darkounus90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jsonschema, normalize, rank, format_output, strategy_exporter, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of falsifiable trading strategy hypotheses from market data, trade logs, and journal snippets, saving time and reducing manual effort.

Core Features & Use Cases

  • Hypothesis Generation: Automatically generate 1-5 structured hypothesis cards from input data.
  • Hypothesis Critique: Critique and rank hypotheses based on evidence and criteria.
  • Output Formatting: Format and optionally export ranked hypotheses into strategy artifacts.
  • Use Case: Use this Skill when you have structured input data and want to create a ranked list of testable trading strategy hypotheses.

Quick Start

Generate trading strategy hypotheses for the provided input data.

Frequently Asked Questions about trade-hypothesis-ideator

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

FAQPage Schema
How do I generate falsifiable trading strategy hypotheses from market data?

Generating falsifiable trading strategy hypotheses requires structured data inputs like market data, trade logs, and journal snippets. The process normalizes this data, extracts evidence, and outputs ranked hypothesis cards with experiment designs and exportable strategy artifacts.

What is hypothesis generation in algorithmic trading research?

Hypothesis generation in algorithmic trading research is the automated creation of testable strategy propositions from historical market data. It normalizes trade logs and journal snippets to produce structured, ranked hypothesis cards designed for empirical validation.

Do I need Python to automate trading strategy hypothesis generation?

Yes, you need Python to automate trading strategy hypothesis generation. The workflow relies on specific Python libraries including jsonschema, normalize, rank, and strategy_exporter to execute data validation, evidence extraction, and strategy artifact export.

How do I rank and critique generated trading hypotheses?

You rank and critique generated trading hypotheses by processing structured input data through automated ranking algorithms. The system evaluates extracted evidence against defined criteria to output a prioritized, ranked list of testable trading strategy hypotheses.

Can I export ranked trading hypotheses into strategy artifacts?

Yes, you can export ranked trading hypotheses into strategy artifacts. After generating and ranking hypothesis cards from market data, the system formats and optionally exports the structured results into usable strategy artifacts for downstream research.