us-stock-gamma-moomoo

Analyze US stock and ETF gamma exposure from moomoo OpenD option chains.

3|Updated May 9, 2026
One-click install
npx skills add https://github.com/tsetsugekka/codex-market-skills --skill us-stock-gamma-moomoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: us-stock-gamma-moomoo
Source: https://github.com/tsetsugekka/codex-market-skills/tree/main/skills/us-stock-gamma-moomoo
Command: npx skills add https://github.com/tsetsugekka/codex-market-skills --skill us-stock-gamma-moomoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts moomoo OpenD option-chain data into a plain-language gamma/vanna exposure map so you can make clearer pre-market judgments about walls, pits, and regime changes for US stocks/ETFs and major index proxies.

Core Features & Use Cases

  • Gamma & Vanna Positioning Map: computes signed GEX (gamma exposure) and VEX (vanna exposure) from option chain snapshots and summarizes walls/pits/flip zones.
  • Scenario-Driven Trading Memo: outputs an action framework (what to do, what invalidates the idea) in a pre-market memo style rather than a raw table dump.
  • Index/Proxy Workflows: supports SPX/SPXW intraday via the dedicated parity-based index workflow, and Nikkei via an EWJ-to-index time-aligned proxy conversion when needed.

Quick Start

Use the us-stock-gamma-moomoo skill to analyze US.BA gamma/vanna from moomoo OpenD and return the key walls, pits, and an invalidation-based action plan.

Frequently Asked Questions about us-stock-gamma-moomoo

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

FAQPage Schema
How do I calculate gamma exposure and vanna pressure from an option chain?

Gamma exposure and vanna pressure are calculated by processing moomoo OpenD option chain snapshots to compute signed GEX and VEX, then summarizing the results into walls, pits, and flip zones for a plain-language trading memo.

What is a gamma wall and negative-gamma pit in options trading?

A gamma wall is a price level with concentrated positive gamma exposure that often resists price movement, while a negative-gamma pit is a zone where negative gamma accelerates price moves, both identified via option chain GEX distribution analysis.

How do I generate a pre-market trading memo with gamma levels for US stocks?

You generate a pre-market trading memo by analyzing US stock or ETF option gamma exposure from moomoo OpenD, which produces an action framework outlining what to do and scenario invalidations based on identified gamma walls and pits.

Does this gamma exposure analysis support index options like SPX and SPXW?

Yes, the gamma exposure analysis supports SPX and SPXW intraday workflows via a dedicated parity-based index workflow, and also handles Nikkei proxies through an EWJ-to-index time-aligned conversion.

Do I need moomoo OpenD and Python SDK to analyze option gamma walls?

Yes, you need a moomoo OpenD and Python SDK environment configured to fetch option chains, because the internal scripts depend on this infrastructure to compute gamma reporting and generate scenario tables.

When should I avoid using gamma exposure maps for trading decisions?

You should avoid relying solely on gamma exposure maps when raw JSON data export is needed without narrative context, or when your environment lacks moomoo OpenD connectivity to pull fresh option chain snapshots.