# Price Exceeds Strike-Difference Error

The '**price exceeds strike-difference**' error may be sent by the broker if the bot attempts to close a credit spread position with a price that is greater than the spread’s width.

For example, if you have a $5 wide short put spread and send a limit oder through Option Alpha to close the position for more than $5, you might receive an error message.

The close position order is rejected by the broker because credit spreads cannot exceed the strike difference.

> **Important**: While all integrated brokers adhere to the rule of rejecting orders that exceed the spread's width, they may not all send a rejection error to the bot in Option Alpha.

<figure><img src="https://cdn.prod.website-files.com/5fba23eb8789c3c7fcfb5f31/663a571674e363229ec7c070_Price%20Exceeds%20Strike.png" alt=""><figcaption></figcaption></figure>

The position remains open after you receive the error. This failsafe is in place to protect you from overpaying and taking a larger loss than necessary on a spread position.

Again, there is no guarantee it will trigger. We suggest using [Exit Option settings and safeguards](https://optionalpha.com/blog/expanded-smartpricing-settings-control-slippage) to control slippage and help mitigate pricing anomalies.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.optionalpha.com/technical-documentation/troubleshooting/price-exceeds-strike-difference-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
