Skip to content
All Skills

Options Strategy Advisor

Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.

Business, Marketing & Sales|v1|Updated 7/2/2026|GitHub source
MCP get_skill({ skillId: "options-strategy-advisor-e25f456d" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# Options Strategy Advisor

## Overview

This skill provides comprehensive options strategy analysis and education using theoretical pricing models. It helps traders understand, analyze, and simulate options strategies without requiring real-time market data subscriptions.

**Core Capabilities:**
- **Black-Scholes Pricing**: Theoretical option prices and Greeks calculation
- **Strategy Simulation**: P/L analysis for major options strategies
- **Earnings Strategies**: Pre-earnings volatility plays integrated with Earnings Calendar
- **Risk Management**: Position sizing, Greeks exposure, max loss/profit analysis
- **Educational Focus**: Detailed explanations of strategies and risk metrics

**Data Sources:**
- FMP API: Stock prices, historical volatility, dividends, earnings dates
- User Input: Implied volatility (IV), risk-free rate
- Theoretical Models: Black-Scholes for pricing and Greeks

## Prerequisites

**Required:**
- Python 3.9+ with `numpy`, `scipy`, `requests`

**Optional:**
- FMP API key (for real-time stock prices and historical volatility)
  - Set via `FMP_API_KEY` environment variable or `--api-key` argument
  - Without API key: Use manual inputs for stock price and volatility

**Installation:**
```bash
pip install numpy scipy requests
```

**Quick Start Examples:**
```bash
# Basic call option pricing (no API key needed)
python3 scripts/black_scholes.py

# With FMP API key for real-time data
python3 scripts/black_scholes.py --ticker AAPL --api-key $FMP_API_KEY

# Custom option parameters
python3 scripts/black_scholes.py --stock-price 180 --strike 185 --days 30 --volatility 0.25

# Put option analysis
python3 scripts/black_scholes.py --stock-price 180 --strike 175 --days 30 --option-type put
```

## When to Use This Skill

Continue reading

Sign up for a free account to view the full skill content

Login / Register
#work-life#productivity#finance#trading#investing#financial#analysispythonpip
Options Strategy Advisor - AgentArmory Skill — AgentArmory