# 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/haABY3rzIx5Yu8Oh9cia" alt=""><figcaption></figcaption></figure>

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

In order to start visual trading, click the 'Chart trading' button ![](/files/vTPuNaaQOo1OLDaGM0Jg),&#x20;located on the top right corner of the Chart toolbar, and built-in Order entry panel will be opened:

<figure><img src="/files/5BkxpOn8qWz0xOPOjn7l" alt=""><figcaption></figcaption></figure>

The Order entry panel consists of the following items:

1. Quantity - the order quantity;
2. Overnight - if active, order will be executed during overnight hours;
3. SL - for specifying Stop Loss parameters;
4. TP - for specifying Take Profit parameters;
5. Leverage - for specifying the leverage. &#x20;

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;

### Chart trading

To start chart trading, follow these steps:

1\.      Оpen the built-in Order entry panel; Click on the 'Mouse trading' button<img src="/files/-LbNzOq8WMR9Zn9yt9aM" alt="" data-size="original">to enable the chart trading;

2\.      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.

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 ![](/files/sWwsNwCqVdZZVUX7P3AJ)&#x20;to the desirable price. To start modifying other parameters, left-click on the order marker. The following buttons will appear:

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

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

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

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

{% 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:
{% endhint %}

### &#xD;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/IOre4apxJP5IMxCRpwin" 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/TQlIryh58KWA1PrPMzF9" alt=""><figcaption></figcaption></figure>

The drop-down list with all leverage options is available by clicking on the leverage value.&#x20;

Opened position with leverage looks as follows:

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

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

### Overnight trading

By clicking this icon, overnight trading will be enabled, making the order eligible for execution outside regular market hours:

<figure><img src="/files/DGfkhHOFhTmmgSa8tGyN" alt=""><figcaption></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://guide.traderevolution.com/project/web-platform/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.
