heady-trading-compliance

Automate Apex Trader Funding risk rule enforcement across Heady trading code.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/HeadyAI/heady-context --skill heady-trading-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heady-trading-compliance
Source: https://github.com/HeadyAI/heady-context/tree/main/heady-skills/heady-trading-compliance
Command: npx skills add https://github.com/HeadyAI/heady-context --skill heady-trading-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces Apex Trader Funding compliance rules and risk-management logic across Heady trading codebases to prevent breaches and protect accounts.

Core Features & Use Cases

  • Automates trailing drawdown monitoring and risk validation across trading codebases.
  • Provides emergency position flattening and risk veto to protect accounts.
  • Useful for development, review, and debugging of order execution, risk checks, and funded-account logic.

Quick Start

Run a quick compliance check on a sample trading module by invoking the risk validator with your current balance, drawdown limits, and P&L data to verify no rule breaches occur.

Frequently Asked Questions about heady-trading-compliance

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

FAQPage Schema
How do I automate Apex Trader Funding compliance rules in my trading code?

Trailing drawdown tracking in trading works by continuously monitoring your account balance against configured drawdown limits, automatically triggering risk vetoes or emergency position flattening when threshold breaches are detected to protect funded accounts.

How do I run a quick compliance check on a sample trading module?

Run a quick compliance check by invoking the risk validator with your current balance, drawdown limits, and P&L data to verify that no rule breaches occur within the trading module's logic.

Can I use emergency position flattening and time-based trading controls together?

Emergency flattening and time-based trading controls operate together within the compliance framework to automatically veto risky orders and flatten positions during restricted trading windows, ensuring funded-account rules are not breached.

Does this risk validator work with environment-safe configurations for development and debugging?

The risk validator uses environment-safe configurations, making it suitable for development, review, and debugging of order execution and risk checks without risking live funded-account breaches.