options-strategy

Simulate multi-leg option portfolio performance with the Black-Scholes pricing model.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/hxhyyy/Vibe-Trading --skill options-strategy-hxhyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: options-strategy
Source: https://github.com/hxhyyy/Vibe-Trading/tree/main/agent/src/skills/options-strategy
Command: npx skills add https://github.com/hxhyyy/Vibe-Trading --skill options-strategy-hxhyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of evaluating multi-leg option strategies by providing a framework to simulate PnL, Greeks exposure, and expiration outcomes without requiring real-time market data.

Core Features & Use Cases

  • Strategy Synthesis: Supports complex structures like Iron Condors, Butterflies, and Calendar Spreads using the Black-Scholes model.
  • Greeks Analysis: Automatically computes and tracks portfolio-level Delta, Gamma, Theta, and Vega to manage risk and time decay.
  • Use Case: A trader can backtest a protective put strategy on BTC-USDT over a multi-year period to analyze how hedging impacts total portfolio drawdown and volatility exposure.

Quick Start

Use the options-strategy skill to run a backtest on the provided configuration file and generate the performance metrics.

Frequently Asked Questions about options-strategy

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

FAQPage Schema
How do I backtest a multi-leg option strategy like an Iron Condor?

To backtest an Iron Condor, you simulate multi-leg option portfolio performance using the Black-Scholes pricing model and historical underlying price data. This allows you to evaluate complex structures like Butterflies and Calendar Spreads without needing real-time market data feeds.

What is the best way to track portfolio Delta and Theta for options backtesting?

The best way to track portfolio Greeks for options backtesting is to automatically compute and monitor portfolio-level Delta, Gamma, Theta, and Vega. This tracks risk exposure and time decay across cryptocurrency and equity markets to generate accurate PnL and Greeks reports.

Can I backtest a protective put strategy on BTC-USDT options?

Yes, you can backtest a protective put strategy on BTC-USDT options over a multi-year period. This simulates hedging impacts on total portfolio drawdown and volatility exposure across cryptocurrency markets using historical underlying price data.

Do I need to configure risk-free rates and volatility sources for options backtesting?

Yes, options backtesting requires configuration of risk-free rates, volatility sources, and contract multipliers. Accurately setting these parameters ensures the Black-Scholes pricing model generates accurate PnL and Greeks reports for your simulated multi-leg option strategies.

Does the Black-Scholes model work for simulating cryptocurrency options spreads?

Yes, the Black-Scholes pricing model works for simulating cryptocurrency options spreads. It supports strategy backtesting for hedging, volatility trading, and spread analysis across both cryptocurrency and equity markets using historical underlying price data.

When should I not use historical underlying price data for options backtesting?

Historical underlying price data for options backtesting may not be suitable when you need real-time market data or live trade execution. This approach is designed for offline simulation of PnL, Greeks exposure, and expiration outcomes rather than real-time market responsiveness.