> For the complete documentation index, see [llms.txt](https://help.quantower.com/quantower/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quantower.com/quantower/trading-panels.md).

# Trading Panels

- [Chart Trading](https://help.quantower.com/quantower/trading-panels/chart-trading.md): Here you can find out what are the possibilities for manual trading on Quantower directly from the chart.
- [Multiple Order Entry](https://help.quantower.com/quantower/trading-panels/multiple-order-entry.md): New powerful panel for creating a list of predefined orders, which can be sent either individually or as a whole list
- [Order Entry](https://help.quantower.com/quantower/trading-panels/order-entry.md): Place orders with the standalone Order Entry panel in Quantower — set quantity, price, side, and order type, then submit them to the market.
- [Order entry for Bybit](https://help.quantower.com/quantower/trading-panels/order-entry/order-entry-for-bybit.md): How to create an order on Bybit exchange from the OE (order entry) panel and the chart trading sidebar. Differences and features of order entry panels for Bybit
- [Order Entry for CQG](https://help.quantower.com/quantower/trading-panels/order-entry/order-entry-for-cqg.md): Multiple ways to enter orders on the CQG connection
- [Order Types](https://help.quantower.com/quantower/trading-panels/order-entry/order-types.md): Order Types allow you to specify how an order behaves when it enters the market.
- [Order placing strategies](https://help.quantower.com/quantower/trading-panels/order-entry/order-placing-strategies.md): Placing orders with some automation
- [Local SL/TP](https://help.quantower.com/quantower/trading-panels/order-entry/order-placing-strategies/local-sl-tp.md): Local Stop loss & Take profit orders allow to set these types of orders for all connections that don't natively support them.
- [DOM Trader](https://help.quantower.com/quantower/trading-panels/dom-trader.md): DOM Trader panel shows the number of buy and sell orders placed at various price levels around the current price for a particular instrument
- [DOM Trader Settings](https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-settings.md): Customize the DOM Trader in Quantower — open the settings menu to adjust the layout, columns, and display for a faster trading workflow
- [View Settings](https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-settings/view-settings.md): Configure DOM Trader View Settings in Quantower — set the panel title, market data refresh rate, ticks to scroll, and custom tick size
- [Order Entry (DOM sidebar)](https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-settings/order-entry.md): Configure the DOM Trader's built-in Order Entry sidebar — choose the default order size and which order and position controls appear.
- [VWAP Settings](https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-settings/vwap-settings.md)
- [Positions Bar](https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-settings/positions-bar.md): Read your open position at a glance with the DOM Trader Position Bar in Quantower — contracts, average price, live P/L, and liquidation price
- [Hotkeys](https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-settings/hotkeys.md): Set up DOM Trader hotkeys in Quantower for fast order sizing, placement, and cancellation, with separate general and trading shortcuts
- [DOM Trader Columns](https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-columns.md): Choose which columns to show in the Quantower DOM Trader — bid/ask size, imbalance, liquidity changes, cumulative size, P/L, and more
- [How to set up Dom  for scalping](https://help.quantower.com/quantower/trading-panels/dom-trader/how-to-set-up-dom-for-scalping.md): In this article we will look at the basic doom settings for scalping
- [Copy Trading](https://help.quantower.com/quantower/trading-panels/copy-trading.md): The "Copy trading" panel allows you to duplicate all your trading activities among multiple accounts (Parent & Child) within one exchange or broker.
- [Market depth](https://help.quantower.com/quantower/trading-panels/market-depth.md): Market Depth is a professional trading panel that provides single-click order entry for an instrument while displaying market liquidity.
- [Trading simulator](https://help.quantower.com/quantower/trading-panels/trading-simulator.md): Quantower provides a Trading simulator, the excellent trading tool that allows emulating the execution of orders under any connection, including those that do not allow trading.
- [Market Replay](https://help.quantower.com/quantower/trading-panels/market-replay.md): Market Replay (or History Player) allows you to test strategies on any trading instruments with any data provider or broker
- [FX Cell](https://help.quantower.com/quantower/trading-panels/fx-cell.md): The panel shows the best bid/ask price for a certain instrument and allows to place a market order at these prices


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.quantower.com/quantower/trading-panels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
