# Show manual trade buttons on panel

When enabled, you’ll see buttons that let you manually interact with the EA’s trading flow (open entries, add a recovery, or close EA trades). When disabled, those buttons are hidden to keep the panel clean and to prevent accidental clicks.

{% hint style="info" %}

#### What it affects

#### When enabled

The panel shows these buttons:

* **Open Buy Entry**
* **Open Sell Entry**
* **Add Recovery Trade**
* **Close EA Trades**

#### When disabled

Those manual buttons are **not visible**, and you can’t trigger them from the panel.
{% endhint %}

{% hint style="success" %}

### Why you’d use this

✅ Enable it if you want to:

* manually start an entry when you see a good setup
* manually add a recovery trade (advanced users only)
* quickly close EA trades from the chart

✅ Disable it if you want:

* a cleaner panel
* to avoid accidental “fat-finger” trades
* fully automated behavior only
  {% endhint %}

{% hint style="warning" %}

### Important notes

* These buttons are meant for **manual control**, so use them only if you understand how they affect exposure (especially **Add Recovery Trade**).
* **Close EA Trades** closes trades opened by the EA (based on its trade identification / magic number rules).
  {% 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-manual-trade-buttons-on-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.
