# Visual trading

You can perform trading directly from the chart panel. It is possible to send orders, modify and close/cancel all positions/orders directly from the chart:

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

### &#xD;The built-in Order entry panel&#x20;

In order to start visual trading, click the 'Chart trading' button<img src="/files/-LMqG3PuD2xUXTC6p1_c" alt="" data-size="original">,&#x20;located on the top right corner of the Chart toolbar, and built-in Order entry panel will be opened:

![](/files/-LMqGHLHOvEXfOOcns-r)

The Order entry panel consists of the following items:

1. Quantity - the order quantity;
2. SL - for specifying Stop Loss parameters;
3. TP - for specifying Take Profit parameters.

Hot buttons for one-click trading are the following:

* Sell Ask – to send a Sell Limit order at the Ask price;
* Sell Bid – to send a Sell Limit order at the Bid price;
* Sell Market – to send a sell market order;
* Buy Market – to send a buy market order;
* Buy Ask – to send a Buy Limit order at the Ask price;
* Buy Bid – to send a Buy Limit order at the Bid price;
* Close – to close all positions by selected symbol and account;
* Reverse – to reverse all positions by selected symbol and account;
* Cancel buy – to cancel buy orders by selected symbol and account;
* Cancel sell – to cancel sell orders by selected symbol and account;
* Cancel all – to cancel all orders by selected symbol and account.

### &#xD;Chart trading

To start chart trading, follow these steps:

1. Оpen the built-in Order entry panel;
2. Click on the 'Mouse trading' button<img src="/files/-LMqGkWFSGhAIVTYA12R" alt="" data-size="original">   to enable the chart trading;
3. Select type of an order to be placed: single or OCO.

You can enable chart trading by pressing and holding the Ctrl key as well.

If the cursor is higher than the current price, you can send:

* Buy Stop order – by left-click;
* Sell Limit order – by right-click.

If the cursor is lower than a current price, you can send:

* Buy Limit order – left-click of the mouse;
* Sell Stop order – right-click of the mouse.

Orders tooltips are always visible while trading: if order is Buy, then its icon is blue; and if order is Sell, then its icon is red.

When allocating a Stop limit order on the chart, limit price and stop price are shown inside of the order marker.

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

To disable the chart trading, click the 'Mouse trading' button again, or just stop holding the Ctrl key.

### Order modifying

To change the order’s price, simply drag and drop the order marker<img src="/files/-LMqHrsd9FNR19hTqaVi" alt="" data-size="original">to the desirable price.

To start modifying other parameters, left-click on the order marker. The following buttons will appear:

![](/files/-Mbf8eGXsybJ1xi0rJIA)

To cancel order, click the <img src="/files/-LMqIIscWIaPnTraq2n6" alt="" data-size="original">button.

Left-clicking the order qty allows to set the required number.&#x20;

{% hint style="warning" %}
Please note that an order can be changed to market by clicking the three-dot button located on the right side of the order widget:

<img src="/files/-MbfAh-FwlvD4IZC2418" alt="" data-size="original">
{% endhint %}

All modifying operations can be made from the Modify window which can be opened choosing option 'Modify' in the context menu:

&#x20;                                                          <img src="/files/-LMqI_WjOHTw7-vcAL6K" alt="" data-size="original">

### Stop loss and Take profit

If you need to set SL/TP to the order/position, left-click on the order/position marker. After that, SL/TP markers appear. Drag and Drop SL/TP prices to modify them:

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

### Leverage

Leverage is expressed as a ratio, such as 10:1 or 25:1, representing the multiple by which the user's position size exceeds their actual capital. The leverage option can be available via visual trading:

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

The drop-down list with all leverage options is available by clicking on the leverage value. Maximum by default:

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

Opened position with leverage looks as follows:

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

{% hint style="info" %}
Leverage can’t be changed via visual trading when the position is opened.
{% endhint %}


---

# 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://guide.traderevolution.com/project/desktop-application-for-windows/windows/trading-panels/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.
