# Futures Options Iron Condor Strategy AI Agent Connect

> A deterministic engine for executing iron condor strategies on futures options during high-volatility consolidation.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_aEUh9CddnxhSld75eu2UxN7Jjkw8eu4EAChADOTv/ai-agent-connect
- **Tags:** futures, iron-condor, volatility, options-trading, risk-management

## Description

This MCP server provides a deterministic trading engine for executing iron condor strategies on futures options. It identifies high-volatility consolidation phases using IV Rank and ADX to generate precise trade signals. Users can use `analyze_strategy_signals` to evaluate market conditions, `calculate_risk_metrics` to determine risk-reward profiles, and `get_adjustment_guidance` to receive instructions on managing positions when prices approach short strikes.

## Tools

### get_adjustment_guidance
Provides natural language instructions on how to manage the position

### analyze_strategy_signals
Evaluates daily market conditions and option data to generate specific trade signals

### calculate_risk_metrics
Computes the specific risk-reward profile for a given set of strikes and premiums

## Prompt Examples

**Prompt:** 
```
Analyze the current market conditions for an iron condor with these parameters.
```

**Response:** 
```
The current market shows an IV Rank of 85 and ADX of 15. A SELL signal is generated with a credit of $5.50 and a max profit of $5.50.
```

**Prompt:** 
```
Calculate the risk profile for a condor with K1=4500, K2=4550, K3=4450, K4=4400 and premiums of 50, 20, 40, 10.
```

**Response:** 
```
The iron condor credit is 60.0, max profit is 60.0, and max loss is 40.0.
```

**Prompt:** 
```
What should I do if the price is approaching my short call strike at 4500?
```

**Response:** 
```
Roll the untested side (the put side) to collect more credit and defend the position.
```

## Frequently Asked Questions

**When does the engine trigger a SELL signal?**
A SELL signal is triggered when IV Rank is above 80, ADX is below 20, days to expiration are at least 21, and all four options have an open interest greater than 300.

**How can I manage a position if the price moves too close to a strike?**
You can use the `get_adjustment_guidance` tool to receive specific instructions, such as rolling the untested side to collect more credit.

**What is the purpose of the risk metrics tool?**
The `calculate_risk_metrics` tool computes the iron condor credit, max profit, max loss, and the risk-reward ratio for your specific strikes and premiums.
