# Options Trading

## Introduction

Web Trader provides comprehensive options trading functionality in both [Autoshares Trader Web](/user-guide/web-terminal/user-widgets/options.md) and Autoshares Web Trader for iOS. This article delves deeper into the iOS app and demonstrates how you can use it to trade options, enter into complex strategies, track and analyze your profit and loss statements, and so forth.

## Trading Options in AutoShares Web Trader for iOS

To trade options in AutoShares Web Trader for iOS, launch the app and navigate to the **Quotes** tab. This tab displays all watchlists of your trading account along with their corresponding securities. Next, select the required watchlist, locate the security on which you're attempting to trade options, and then tap on it.

![](/files/-MCzD0iiigMSlhF8ZtRl)

This will bring up the Quote view that displays all information pertinent to this stock, including the current bid and ask price, chart, news, market dept, and, most importantly, **options**. Tap **Options** and shortly all options on this security will be listed.

![](/files/-MCzD0ik_g1D6pSnqwXj)

### Filtering Options

At the top of the **Options** sub-tab there are two filters that enables you to sort through the options by expiration date and closeness of the strike price to the current market price of the underlying security.

![](/files/-MCzD0ils9J1QzNQcEoR)

If you tap on the expiration date button (leftmost), this will bring up the view where you can select the required expiration date for options.

![](/files/-MCzD0im7HOmltn-QJDr)

It's also possible to determine the number of options that must be displayed by tapping on the button in the middle (**Near the Money**). For instance, if you tap **More**, the app will load additional options; and if you tap **All**, the app will fetch all options with the specified underlying security.

![](/files/-MCzD0inhUoEmikStUig)

Once the options are filtered, proceed to select options that you'd like to trade: you can select either one options or multiple options (to enter into a complex strategy). Once you're done, tap **Trade Options**. This will bring up the order confirmation view where you can review the information about the order and finally tap **Verify Order** if everything is properly set.

![](/files/-MCzD0iomGhJ4ZP8kzHK)

Once the order is placed and sent to the execution venue, its state can be examined on the **Orders** tab.

![](/files/-MCzD0ipVzfwFOIc00yj)

Once the order is filled, the newly opened position can be tracked on the **Positions** tab along with other positions in options and other security types.

![](/files/-MCzD0iqlpmGAYRu42rV)


---

# 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://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/quotes-view/trade-view/options-trading.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.
