# Show panel on chart

The panel provides live updates about the EA’s current status, open trades, profit/loss, spread, and system conditions — all in real time.

{% hint style="info" %}

#### **How It Works**

* When **enabled (Yes)**, the EA will display a small, interactive panel on the chart showing key metrics such as:
  * Active trades and directions (Buy/Sell)
  * Floating profit/loss
  * Spread and tick speed
  * Risk level and EA mode (Conservative / Aggressive)
  * Hard Stop or Equity Stop status
* When **disabled (No)**, the EA continues to operate normally in the background, but without any on-screen display.
  {% endhint %}

{% hint style="success" %}

#### **Why You Might Use It**

✅ **Quick Overview** – Instantly see what the EA is doing without opening trade windows.\
✅ **Monitoring Safety** – Watch drawdown, profit, and stops in real time.\
✅ **Visual Debugging** – Helps confirm that the EA is running properly on a chart.
{% endhint %}

{% hint style="warning" %}

#### **Why You Might NOT Use It**

🚫 **Performance Optimization** – Disabling the panel can slightly reduce CPU/GPU usage when running many charts.\
🚫 **Clean Chart Preference** – Some traders prefer a clean chart view for manual analysis.
{% endhint %}

{% hint style="success" %}

#### **Best Practice**

* **Enable** the panel on your main chart(s) to monitor EA behavior.
* **Disable** it on secondary charts if running multiple instances to save system resources.
  {% endhint %}

{% hint style="info" %}
💡 *Tip:* The panel display is purely visual — turning it off **does not affect trading logic or performance** of the EA itself.
{% 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://smartchoise.gitbook.io/smartchoise-manual/options/general-and-utility/show-panel-on-chart.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.
