day-trading

Automate intraday trading workflows for signal generation, execution, and risk controls.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill day-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: day-trading
Source: https://github.com/GhostOf0days/codex-quant-skills/tree/main/day-trading
Command: npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill day-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, argparse, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates intraday trading workflows, ensuring efficient signal generation, microstructure-aware execution, and strict adherence to session risk controls.

Core Features & Use Cases

  • Intraday Signal Generation: Creates high-frequency trading signals with microstructure filters.
  • Microstructure-Aware Execution: Executes trades with latency-aware order placement and routing.
  • Session Risk Controls: Implements real-time PnL monitoring, drawdown limits, and mandatory end-of-day liquidation.
  • Use Case: When tasked with executing a high-frequency trading strategy that requires opening and closing positions within the same trading day, this skill provides the necessary tools for signal generation, execution, and risk management.

Quick Start

Run the day trading diagnostics script with your input data file.

Frequently Asked Questions about day-trading

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

FAQPage Schema
How do I automate intraday trading workflows for high-frequency signal generation?

Automate intraday trading workflows by processing high-frequency input data to generate trading signals with microstructure filters. This requires providing your market data file to the execution script to generate actionable intraday signals.

How does microstructure-aware execution handle latency-aware order placement?

Microstructure-aware execution handles latency by routing and placing orders based on real-time market microstructure dynamics. This ensures high-frequency trading signals are executed efficiently while mitigating slippage during intraday position opening and closing.

Can I use pandas for session risk controls and continuous PnL monitoring?

Yes, pandas is used as a core dependency for processing intraday trading data and calculating session risk controls. It enables continuous PnL monitoring and tracks drawdown limits to enforce mandatory end-of-day liquidation for open positions.

What is the best way to enforce end-of-day liquidation in an intraday trading strategy?

The best way to enforce end-of-day liquidation is through automated session risk controls that continuously monitor PnL and drawdown limits. This ensures all high-frequency intraday positions are closed before the trading day ends.

Do I need argparse to run day trading diagnostics with my market data file?

Yes, argparse is required to parse command-line arguments when running the day trading diagnostics script. You need to use it to pass your input data file to the execution script for signal generation and risk management processing.

Why does my intraday trading strategy fail to execute without microstructure filters?

Intraday trading strategies fail without microstructure filters because order placement becomes detached from real-time market dynamics and latency awareness. Applying microstructure-aware execution ensures high-frequency signals translate into properly routed, low-latency intraday trades.