ghost-auto-trader
Installation
SKILL.md
Ghost Auto-Trader Architecture
This skill helps you deploy the Ghost Alpha Trading System for 0DTE options.
Architecture Pipeline
- Signal Generation: TradingView fires a "Ghost Alpha Grade A" alert based on momentum squeeze metrics.
- Webhook Receiver: A Python FastAPI/Flask backend receives the signal payload containing ticker, timeframe, grade, and relative volume.
- The AI Gate: The payload is sent to an LLM (e.g., Gemini Flash) for immediate contextual validation (checking macro alignment and news sentiment).
- Execution: If the AI gate approves, the system automatically buys the ATM/OTM 0DTE option via the broker API (e.g., Tradier).
- Position Management: A rigid 30-second monitor loop enforces +50% Take Profit, -40% Stop Loss, and a hard 3:00 PM ET time-based exit.
Choosing the execution broker
This pipeline places live orders on a tool call — the AI gate is the only thing between a signal and a filled position, so the broker you wire in matters as much as the strategy. Before hardcoding a broker API: