> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/perpetuals/advanced-mode.md).

# Advanced Mode

## Enable Advanced Mode

To enable Advanced mode switch the toggle to the candle stick chart icon in the top right next to your balance

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

## Advanced Chart

The advanced perps chart allows for classic Trading View style customizations and indicators.

<figure><img src="/files/4x8VYavpA7FKSvzJ7tbU" alt=""><figcaption></figcaption></figure>

***

## Advanced Trade Module

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

### Advanced Pro Orders Drop Down

<figure><img src="/files/0R17OpzhaPd0cxoo6jIc" alt=""><figcaption></figcaption></figure>

***

### Long/Short

Select your desired position type.

* Long = a leverage trade where upside market movement increases profit
* Short = a leverage trade where downside market movement increases profit&#x20;

***

### Order Types

Boba advanced perpetuals offers several order types.

<table><thead><tr><th width="216.6640625">Order Type</th><th>Description</th></tr></thead><tbody><tr><td>Market</td><td>Executes immediately at the best available price. Guarantees fill, not price. Use when speed matters more than exact entry.</td></tr><tr><td>Limit</td><td>Executes only at your specified price or better. Guarantees price, not fill. Sits in the order book until matched or canceled.</td></tr><tr><td>TWAP</td><td>(Time-Weighted Average Price) Breaks a large order into smaller chunks executed over a set time period. Reduces market impact and achieves an average entry price.</td></tr><tr><td>Scale</td><td>Places multiple limit orders at incrementally different price levels. Builds or exits a position gradually across a price range.</td></tr><tr><td>Stop Limit</td><td>Triggers a limit order when price hits your stop price. Two prices: stop (activation) and limit (execution). Risk of no fill if price gaps through.</td></tr><tr><td>Stop Market</td><td>Triggers a market order when price hits your stop price. Guarantees exit but not price. Standard for stop-losses.</td></tr><tr><td>Take Limit</td><td>Triggers a limit order when price reaches your profit target. Used for take-profit with price protection.</td></tr><tr><td>Take Market</td><td>Triggers a market order when price reaches your profit target. Guarantees the take-profit executes, accepts slippage.</td></tr></tbody></table>

***

#### Margin Modes

Toggle via selecting "isolated" or "cross" from the advanced trade module.&#x20;

<figure><img src="/files/vyIOdd6T0wpOvRZpL0w8" alt="" width="375"><figcaption></figcaption></figure>

<table><thead><tr><th width="181.828125">Mode</th><th>Description</th></tr></thead><tbody><tr><td>Isolated</td><td>Each position has its own isolated margin. Liquidation risk is limited to the margin allocated to that specific position.</td></tr><tr><td>Cross</td><td>All positions share your total margin balance. Higher capital efficiency but liquidation affects all positions.</td></tr></tbody></table>

***

### Leverage

Adjust leverage&#x20;

<figure><img src="/files/VxINQUIJGzo2PWpkWz4t" alt="" width="375"><figcaption></figcaption></figure>

***

### Open / Reduce Position

By default, positioned are opened. Users can manually reduce positions as well.

<figure><img src="/files/tyT7opAxVEpTXSu62G3u" alt="" width="375"><figcaption></figcaption></figure>

***

### TP / SL (Take Profit / Stop Loss)

Set automatic TP and SL for trades

<figure><img src="/files/7tePo3k00cWP56PRaS2F" alt="" width="313"><figcaption></figcaption></figure>

***

### Execution Instructions

Customize how your order is executed. By default, orders are set to GTC.

<figure><img src="/files/ioHuQRwQ2ijUED1xNw8r" alt="" width="313"><figcaption></figcaption></figure>

| Execution Type | Description                                                                                           |
| -------------- | ----------------------------------------------------------------------------------------------------- |
| GTC            | Good Til Cancelled - Order stays on the book until filled or cancelled by trader.                     |
| IOC            | Immediate Or Cancel - Must be filled immediately at limit price or better. Can be partially executed. |
| ALO            | Add Liquidity Only - Order is added to book but not executed immediately.                             |


---

# 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://docs.boba.xyz/perpetuals/advanced-mode.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.
