# Analyze Charts

**Chart Analysis**

Analyze trading charts using Trader Soul Bot to get precise buy/sell signals and strategies.

**Step-by-Step Guide**

1. **Select Chart Type**:
   * From the main menu, click a chart type (**Perps, Spot, Meme, Forex**) or use the command `/analyze <type>` (e.g., `/analyze Perps`) to analyze charts in groups.
   * In groups, only the group owner or authorized users (if enabled) can use `/analyze`  command.
2. **Check Usage Limit**:
   * Free: 5 charts/month.
   * Hobby: 250 charts/month.
   * Pro: 500 charts/month.
   * Whale: 750 charts/month.
   * Diamond: 1000 charts/month.
   * If the limit is reached, you’ll be prompted to upgrade.
3. **Upload Chart**:
   * Send a screenshot/picture of a candlestick chart.
   * The bot processes it based on your risk mode (Risk Free or Risk Taking).
4. **Receive Analysis**:
   * The bot provides a detailed analysis with:
     * Position (Long/Short)
     * Trend (e.g., Uptrend, Downtrend, Sideways)
     * Entry Zone (price level/range)
     * Take Profit Targets (TP1, TP2)
     * Stop Loss
     * Risk/Reward Ratio
     * Risk Level (Low, Moderate, High, Critical)
     * Justification or Short Summary (with limitations if the chart is unclear)
   * For group analyses, the response includes trading platform links and the owner’s referral link.
   * For private analyses, paid plan users’ analyses are broadcast to their groups (if broadcast is enabled).

**Example Command Flow**:

* Click **Perps** button or Send: `/analyze Perps` when interacting with bot in Groups.
* Bot: `📷 *Send Chart* Please reply with a screenshot of a trading chart for *Perps* analysis.`
* Upload chart screenshot.
* Bot: `⏳ *Analyzing chart...*`
* Bot responds:

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

**Notes**

* Use clear candlestick/OHLC charts for best results.
* If the chart is unclear, the bot estimates trends and notes limitations.
* Usage count increments after each successful analysis.
* Group analyses require the group to be enabled and the user to be the owner of the group or have permission to add bot to group.


---

# 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://docs.tradersoulbot.com/how-to-use-bot/analyze-charts.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.
