# Order Entry

The Order Entry sidebar settings can be accessed through:

* [**General settings**](/quantower/analytics-panels/chart/chart-settings.md) in a specific trading panel (Chart, DOM trader, DOM Surface, TPO)
* **Right-clicking** on the Order Entry sidebar -> Context menu -> Settings

<figure><img src="/files/xLdp9LKPyoTGsrfmgtEt" alt=""><figcaption><p>Right-click for getting settings of Order Entry</p></figcaption></figure>

<figure><img src="/files/tGkIHAqWqt6tfuNdneLI" alt=""><figcaption><p>General view of Order Entry sidebar settings </p></figcaption></figure>

* **Show Order Entry** setting shows/hides the Order Entry sidebar.
* **Slim mode** allows you to narrow the size of the Order Entry sidebar for a more compact view.
* **No labels** setting hides the labels above each block in the panel for a more compact view.
* **Show additional order parameters.** \
  The setting is responsible for displaying extra order parameters that a trader can use if needed. The types of parameters can vary for each type of connection:

  &#x20;**-** **CQG** includes an additional "**Algorithmic**" order parameter

  &#x20;**-** **Binance Futures** has several additional parameters (**Behavior** for orders in different hedge modes, **Post-only** mode, **Trigger price**)

<figure><img src="/files/LxsrnAfG5YruX6Iku4T7" alt=""><figcaption><p>Additional order parameters for different connections</p></figcaption></figure>

* **Reset quantity to default after an order was placed.** \
  The setting returns the order size to a previously saved size after each trade. \
  For example, you set the default order size to 2 lots. After that, you increased the size to 3 lots for the current trade. Once the order with this size (3 lots) is placed, the platform will automatically revert the value to the previously saved size, i.e., 2 lots.

{% hint style="info" %}
**Note:** This setting only works if you have set a default order size value.
{% endhint %}

<figure><img src="/files/nI7y9EsnEwMx8dExBAXV" alt=""><figcaption><p>Reset quantity to default value after the trade</p></figcaption></figure>

* **Quick quantity buttons.** \
  In the text block, you can modify existing trading buttons for quick switching between different order sizes. To add new buttons, simply enter new values using the separator “<mark style="background-color:green;">**;**</mark>”.

{% hint style="success" %} <mark style="background-color:green;">**Tip #1**</mark>\
You can add mathematical signs before the values to quickly increase, decrease, or reset the current value in the Quantity field.

![](/files/QMTGKRZWA6lOxXgOD6qo)\ <mark style="background-color:green;">**Tip #2**</mark>

To create multiple rows of Quick quantity buttons, you need to move the value to a new line in the text block.

![](/files/QL1oEsednvsLyU1FmZyl) ![](/files/gZPIIydzQfk5jDciJpYG)
{% endhint %}

<figure><img src="/files/sC70BnQT4SN0t30zOdOt" alt=""><figcaption><p>Editing of Quick quantity buttons</p></figcaption></figure>

* **Quick quantity buttons mode.** \
  This setting is exclusively used for <mark style="background-color:green;">**crypto connections**</mark> and determines the mode for calculating position volume. The setting has 3 modes:\
  \
  &#x20;**-** <mark style="background-color:orange;">**Quantity mode**</mark>, which sets the position size in an absolute value (1 lot, 2 lots, etc.)\
  &#x20;**-** <mark style="background-color:orange;">**Total mode**</mark>, which sets the position size in an absolute value based on the total balance\
  &#x20;**-** <mark style="background-color:orange;">**Balance percent mode**</mark>, which sets the position size as a percentage of the total balance

<figure><img src="/files/FR8KFIXpBlSb7bsplo7W" alt=""><figcaption><p>Quantity modes for crypto connections</p></figcaption></figure>

* **Show/Hide Order Entry buttons and controls.** \
  To hide/show trading buttons on the Order Entry sidebar, right-click in the panel and click "<mark style="background-color:green;">**View**</mark>" to select a button. Check the checkbox next to a button or control to show it, or uncheck to hide it.

<figure><img src="/files/1My8TIowVTtcPPo6fsfS" alt=""><figcaption><p>Order Entry buttons and controls</p></figcaption></figure>

You can also specify the display of necessary buttons on the panel through the general settings.

<figure><img src="/files/LRQMn28uxWGBAawG0IhY" alt=""><figcaption><p>Order Entry buttons and controls</p></figcaption></figure>

## Trading buttons and controls

<table><thead><tr><th width="167"></th><th></th></tr></thead><tbody><tr><td>Ask</td><td>Place order at the current Ask price.</td></tr><tr><td>Bid</td><td>Place order at the current Bid price.</td></tr><tr><td>Market</td><td>Open or close a position at the current market price.</td></tr><tr><td>Flatten</td><td>Close all orders and positions for the selected symbol.</td></tr><tr><td>Close Positions</td><td>Close all positions for the selected symbol.</td></tr><tr><td>Reverse</td><td>Reverse an existed position for the selected symbol.</td></tr><tr><td>Break even</td><td>Place a new stop order (or modify existed) at the position's opening price.</td></tr><tr><td>Adjust SL/TP</td><td>Adjusting SL/TP orders in case of partial execution of the main order.</td></tr><tr><td>Cancel Orders</td><td>Cancel all stop or limit orders with a single click for the selected symbol.</td></tr><tr><td>Cancel Buy</td><td>Cancel all buy stop or buy limit orders with a single click for the selected symbol.</td></tr><tr><td>Cancel Sell</td><td>Cancel all sell stop or sell limit orders with a single click for the selected symbol.</td></tr><tr><td>Cancel Limits</td><td>Cancel all buy and sell limit orders with a single click for the selected symbol.</td></tr><tr><td>Cancel Stops</td><td>Cancel all buy and sell stop orders with a single click for the selected symbol.</td></tr></tbody></table>


---

# 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/order-entry.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.
