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

# Leverage Trading Guide

- [Leverage and Margin Explained](https://help.margex.com/help-center/leverage-trading-guide/how-leverage-works.md): Leverage allows you to trade and profit from volumes larger than would be possible if using only personal funds, thus maximizing profit potential. Margex offers both isolated and cross margin systems.
- [Liquidation. Margex Anti-Liquidation Protection](https://help.margex.com/help-center/leverage-trading-guide/how-leverage-works/liquidation.md): Liquidation is an automatic procedure that occurs if reserved margin becomes insufficient to cover further losses for a trade. If liquidation occurs, a position will be automatically closed at market.
- [Profit & Loss (PnL) and How It's Calculated](https://help.margex.com/help-center/leverage-trading-guide/how-leverage-works/pnl-calculation.md): Profit and Loss (PnL) indicator reflects the Profit or Loss of a deal. PnL is calculated in two different ways, depending on if a deal is still currently open or if it has already been closed.
- [RoE and Trade Interface Layout](https://help.margex.com/help-center/leverage-trading-guide/how-leverage-works/roe-calculation.md): Learn more about the PnL and RoE indicators in the trading module and how to switch between them
- [Trade Interface](https://help.margex.com/help-center/leverage-trading-guide/trade-interface.md): The Trade tab is where all trading actions are performed by a trader. This section consists of the Order placement module, Charts, Order book and the Order/Position management modules.
- [Orders and Positions](https://help.margex.com/help-center/leverage-trading-guide/orders-positions.md): Learn about the various order types and margin systems available on Margex as well as how to manage your orders and positions.
- [Order Types](https://help.margex.com/help-center/leverage-trading-guide/orders-positions/order-types.md): Learn about the different order types available on Margex: Limit, Market, Stop market, and Stop Loss/Take profit protection orders.
- [Place and Manage Orders](https://help.margex.com/help-center/leverage-trading-guide/orders-positions/manage-orders.md): Orders can be managed on the Trade page. 1. To Place an order, select the order parameters and click Buy/Sell. 2. To Cancel an order, click the 'Cancel X' button in the 'Active Orders' section.
- [Manage Open Positions](https://help.margex.com/help-center/leverage-trading-guide/orders-positions/manage-positions.md): Positions can be managed in the 'Open Positions' section the Trade page: 1. To Close a trade click 'Close X' and select the close type. 2. To add a Stop Loss/Take Profit - click SL or TP respectively.
- [Cross Margin and Isolated Margin: Differences explained](https://help.margex.com/help-center/leverage-trading-guide/orders-positions/cross-vs-isolated-margin.md): Cross vs Isolated margin differences: 1. Isolated margin - select an exact amount of funds to use in a trade, with an exact liquidation price. 2. Cross - use entire available balance and compound.


---

# 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.margex.com/help-center/leverage-trading-guide.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.
