# Visual Trading

The "<mark style="background-color:orange;">**Visual Trading**</mark>" setting controls the display of open position markers, orders, and executed trades on the chart, as well as how they appear. For easier management, these settings are divided into subcategories:

* Positions
* Orders
* Trades
* Stop Loss
* Take Profit

<figure><img src="/files/w4G77ymmSgXGcX128zcI" alt=""><figcaption></figcaption></figure>

The General Settings for the "<mark style="background-color:orange;">**Visual Trading**</mark>" category include two main options that control how orders are placed using Mouse Trading.

<figure><img src="/files/QnbNWtxYwHQcADnycGo4" alt=""><figcaption><p>General settings for Visual Trading category</p></figcaption></figure>

### **Trade through Order Entry**

When this option is enabled, the [<mark style="background-color:orange;">**Order Entry panel**</mark>](/quantower/trading-panels/order-entry.md) will appear when placing an order with <mark style="color:green;">**Mouse Trading**</mark>, allowing you to adjust order details. By default, this option is turned off.

<figure><img src="/files/qie3oK2wTLkaaeOsPini" alt=""><figcaption><p>Trade through Order Entry using Mouse trading</p></figcaption></figure>

### **Mouse trading mode**

There are two modes for placing orders using the mouse:

<figure><img src="/files/fJuCGSGi02b2AFc3QdFY" alt=""><figcaption><p>Mouse trading mode</p></figcaption></figure>

* **Single order:** Mouse Trading is automatically disabled after placing an order.
* **Multiple orders:** Mouse Trading stays active after placing an order, allowing you to place more orders until you turn it off on the main chart toolbar. The GIF below shows an example of using <mark style="color:green;">**Multiple Orders**</mark> mode for mouse trading.

<figure><img src="/files/mzUqcpKv3yWGVzxsvr0V" alt=""><figcaption><p>Multiple Orders mode for trading via mouse</p></figcaption></figure>

{% hint style="success" %} <mark style="background-color:green;">**Tip:**</mark> By holding the **CTRL** key, you can place multiple orders one after another.
{% endhint %}

### Alignment of Orders and Positions

This setting offers two options for placing markers on the chart: either on the <mark style="color:green;">**left**</mark> or <mark style="color:green;">**right**</mark> side.

More advanced placement settings for these markers can be found in the **Positions** and **Orders** sections.

<figure><img src="/files/j8Gwwq1uL3fHaq78bS3O" alt=""><figcaption><p>Alignment of Orders and Positions on the chart</p></figcaption></figure>

### Trading Tools Grouping Mode

This option defines how order and position markers are displayed when placed very close to each other on the chart. There are three grouping modes:

* **None**: Grouping is disabled, and all order and position markers may overlap as they are.
* **Offset**: Grouping shifts the markers vertically in a list-like arrangement, making them easier to manage on the chart.

{% hint style="info" %}
**Note**: Only the markers are shifted; their prices remain at the levels set by the user.
{% endhint %}

* **Offset with Overlay**: Grouping shifts the markers vertically with slight overlapping for a more compact display.

<figure><img src="/files/e75nWIabVDOqDRWcrwH5" alt=""><figcaption><p>Grouping modes for orders and positions</p></figcaption></figure>


---

# 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://help.quantower.com/quantower/analytics-panels/chart/chart-settings/visual-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.
