# Trade View

## Introduction

Web Trader for iOS offers full-fledged functionality for trading, enabling traders to open positions in both stocks and options. Whether a trader wants to open a long, short, or buy-to-cover position, they can do so by tapping on the **Trade** button in the top-right corner.

![](/files/-MCzD49d3ee6Q8Kc0fnE)

Alternatively, traders can place a trade straight from the **Quotes** view by tapping on the **Quick Trade** text field.

![](/files/-MCzD49fTtnY4cj7xRTE)

From there, specify the ticker symbol of the required security and tap on the correct entry in the list.

![](/files/-MCzD49g1o6C_5zqCf9k)

You will be re-directed to the Quote view from the first screenshot where you can tap and **Trade** and proceed to specify the details of the new order. The range of parameters to be specified is different for stocks and options, each covered in its own article:

* Stock trading:

{% content-ref url="/pages/-MCzCxy1bkf7CYQDLmpq" %}
[Stock Trading](/user-guide/etna-trader-for-ios/quotes-view/trade-view/stock-trading.md)
{% endcontent-ref %}

* Options trading:

{% content-ref url="/pages/-MCzCxy2TiO5AzqSk7Ix" %}
[Options Trading](/user-guide/etna-trader-for-ios/quotes-view/trade-view/options-trading.md)
{% endcontent-ref %}


---

# 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.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.
