# Advanced Analytics Panel

To dive deep into a specific market, click the **market title** on any card. This opens the full Advanced Analytics Panel -- a three-panel interface providing institutional-grade data.

You can also access the analytics panel by:

* Using the **search bar** in the header to find a market by name
* Clicking a market title from the **SIGNALS** page
* Navigating directly via URL: <http://insiders.bot/market/\\><market-slug>

***

### Left Panel: Charting and Price Action

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

The left panel displays a professional-grade price chart.

* **Chart Types:** Toggle between **Candlestick** and **Line** chart views.
* **Views:** Switch between **Price** (historical price action) and **Depth** (order book depth visualization).
* **Time Intervals:** Adjust granularity from 1-second to longer timeframes for the level of detail you need.
* **Volume Indicator:** A volume bar sits directly below the price chart, showing trading activity over time.
* **Price Data:** The chart header shows the current price, absolute change, and percentage change.

***

### Center Panel: Order Book, Trades, and Holders

The center panel is divided into the **Order Book** at the top and a tabbed section below.

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

#### **Order Book:**

* Visual bid/ask distribution bar (e.g., 24% bids vs 76% asks)
* Detailed price levels showing Price (in cents), Amount, and Total at each level
* **Spread** indicator showing the gap between best bid and best ask
* Best Bid and Best Ask prices clearly displayed

#### **Tabs:**

<table><thead><tr><th width="138.12890625">Tab</th><th>What It Shows</th></tr></thead><tbody><tr><td>POSITIONS</td><td>Your open positions in this market (requires login)</td></tr><tr><td>TRADES</td><td>Live feed of all market transactions -- Trader wallet, Type (Buy/Sell), Price, Shares, Total, P&#x26;L, and Age. Summary stats show total Trades, Traders, Total volume, and Average trade size.</td></tr><tr><td>HOLDERS</td><td>Top 50+ holders ranked by position size -- Wallet address, Shares, Invested amount, and current P&#x26;L with percentage. Each wallet is clickable for deeper analysis.</td></tr><tr><td>COMMENTS</td><td>Community discussion and commentary on the market.</td></tr></tbody></table>

#### **Market Activity by Outcome:**

Below the tabs, a dedicated section visualizes volume distribution across outcomes (Yes vs No) over multiple timeframes: **1H**, **24H**, **3D**, and **7D**. Each timeframe shows total volume, the percentage split between Yes and No, dollar amounts for each side, and a "Most Active" indicator highlighting which outcome is seeing more action.

***

### Right Panel: Trade Execution

<figure><img src="/files/01mWg4ebP9sUjzJRTB7A" alt=""><figcaption></figcaption></figure>

The right panel is your order entry interface.

* **Outcome Selection:** Toggle between **Yes** (with current price) and **No** (with current price) tabs.
* **Order Type:** Switch between **BUY** and **SELL**.
* **Retry Setting:** Configure automatic retry attempts (e.g., 3x) for failed transactions.
* **Amount Input:** Enter a custom dollar amount or use preset buttons: **$10**, **$25**, **$50**, **$100**, **$250**, **$500**.
* **Instant Toggle:** Enable for immediate market order execution at the current best price. Click to switch to limit order.
* **TP/SL (Take Profit / Stop Loss):** Set automated exit conditions to lock in profits or limit losses.
* **Win Amount:** Displays your estimated payout if the position wins. Click to share.&#x20;
* **Execute Button:** Click **Execute Buy** (green) or **Execute Sell** (red) to submit your order.
* **Returns by Bet Size:** A dynamic chart below the execute button shows your potential return multiplier based on different bet amounts and current market liquidity.

{% hint style="info" %}
**Limit Orders:** In addition to instant market orders, you can place limit orders at a custom entry price. This is useful for setting precise entries when you believe the market will move to a specific price level before you want to enter.
{% endhint %}


---

# 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://insidersbot.gitbook.io/insiders.bot/web-terminal/advanced-analytics-panel.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.
