risk-calendar-trade-filter

Installation
SKILL.md

Risk Calendar & Trade Filter

Overview

The "when NOT to trade" skill. Maps dangerous time windows, event blackout zones, low-liquidity periods, and structural market hazards. Prevents entries during conditions that historically produce poor outcomes.


1. Event Blackout Engine

from datetime import datetime, timedelta
from typing import Optional

class EventBlackout:
    """Define no-trade zones around high-impact events."""
Installs
2
GitHub Stars
15
First Seen
May 10, 2026
risk-calendar-trade-filter — mahmoud20138/tradecraft