# Panel Guide

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

🔘**Pause EA / Resume EA**

* **Pause EA**: ![](/files/tKrOvSDQG2LmVxfQ1wTw) When you press this button, the EA **stops all operations**:&#x20;
  * No new trades will be opened.
  * No recovery trades will be initiated.
  * Existing trades will not be managed or closed.
* While paused, the button label will change to **Resume EA**.
* **Resume EA**: ![](/files/4hhjE4oAWOgXr8WNCqiF)Press this to allow the EA to resume normal activity — including trade management, new trade openings, and recovery operations.

📌 *Use this when you want to temporarily stop the EA, for example, during high-impact news events or uncertain market conditions.*

***

#### 🔁**Enable / Disable Trailing SL**

* **Enable Trailing SL**: ![](/files/7MjT1MIlPi9P5jeepWqo)If trailing stop-loss is currently disabled, pressing this will activate a **trailing stop** on all open trades at a distance of **500 points** (50 pips).
* **Disable Trailing SL**: ![](/files/oHmmv3Yf7JdptUrCUEDc)If trailing is already active, the button label will change to reflect this. Pressing it will **remove all trailing stops** from the trades.

📌 *Trailing stop-loss is useful for locking in profits when the market moves in your favor while still allowing room for price fluctuations.*

***

#### 🧭Reset Profit

* Press once ![](/files/74BPJTz8dn56sVCkhxRe) to reset all profit tracking and start counting from zero going forward.\
  When the value is 0, press again to reload all historical data.

***

#### 📈 **Open Buy Entry and** 📉 **Open Sell Entry**

These two buttons appear **only when the EA has no active trades**. They allow you to manually start a trade that the EA will then manage automatically.

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

* **Open Buy Entry**: Press this if you believe the market will go **up**.
* **Open Sell Entry**: Press this if you believe the market will go **down**.

Once pressed, the EA opens a position in your chosen direction and takes full control:

* It will manage the trade.
* If needed, it will add recovery trades.
* It will close the trade when profitable, using its built-in logic.

📌 *Great for users who want to apply their own market analysis while still letting the EA handle the management.*

🧪 *Best to experiment with these on a demo account to learn how they work and gain confidence.*

***

#### 🔄 **Add Recovery Trade**

This button appears **only when the EA has at least one open trade**. It gives you the option to manually add a **recovery trade**, which works in the same direction as the **original entry**.

<p align="center"><img src="/files/mJTOROQfkc0vwVgcyv70" alt="" data-size="original"></p>

Use this if:

* You believe the market is about to reverse in your favor.
* You want to help accelerate the recovery process at a specific price level.

When pressed, the EA will:

* Open a trade in the same direction as the original one (or oldest trade, in case of multiple).
* Automatically manage the new trade as part of the recovery process.

📌 *This is useful for advanced users who want to support the EA’s logic with their own timing. Only use when you're confident in the market direction.*

{% hint style="warning" %}
These tools are optional and meant to enhance your interaction with the EA. The EA performs fully automatically and does not require manual input to function effectively.

For best results, test any manual interactions on a **demo account** first.
{% endhint %}

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

Closes **all open trades** that were opened by the EA **running on the current chart**, filtered by the **Magic Number** assigned to this instance.

This button provides a quick and safe way to manually close **only the trades opened by this specific EA instance** (identified by its Magic Number).\
It will **not affect** other trades opened by:

* Manual trading unless you set Magic number 0
* Other EA instances on other charts or symbols
* EAs with different Magic Numbers

{% hint style="info" %}

#### 🧠 **Example Use Case:**

* You notice the EA's trades are in profit and want to manually take them all out at once.
* You want to stop the current EA's trades without affecting other pairs or strategies.
  {% endhint %}

{% hint style="success" %}

#### &#x20;**Benefits:**

* Fast manual intervention
* Safe (only closes this EA’s trades)
* Useful during volatile conditions or manual override situations
  {% endhint %}

{% hint style="danger" %}

#### **Important Notes:**

* Only affects the **symbol and magic number** of the current chart.
* If you’re using multiple EAs or multiple magic numbers, this ensures **no overlap or unintended closures**.
* If a trade fails to close (e.g., due to high spread or slippage), it will remain open and can retry on the next tick.
  {% 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/overview/panel-guide.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.
