# Trade Comment

* **Empty**: The EA's name will be included in the trade comment, e.g., SmartChoice\_2A\_NN
* **Custom Label**: Your text will be added as a suffix to the EA's name, e.g., MyNote\_2A\_NN

#### **Why Use This Option?**

{% hint style="success" %}

#### ✅ When to Use

* **Public Account Sharing**: A customized comment can provide a cleaner and more professional appearance when sharing account statements.
* **Trade Identification**: Including the EA name helps identify which EA placed each trade, particularly useful when multiple EAs are running.
* **Performance Tracking & Debugging**: Trade comments assist in filtering, analyzing, and troubleshooting trades—especially when using several charts or strategies.
  {% endhint %}

{% hint style="info" %}
Using comments is great for **performance tracking**, **filtering trades**, and **debugging** — especially when multiple charts are involved.

* **Trade Identification:** Including the EA name in trade comments aids in identifying the source of each trade, especially when multiple EAs are operating simultaneously
  {% endhint %}

🧠 *Think of this setting as the EA “signing” its trades—useful for transparency and organization, but optional if you prefer a cleaner presentation.*


---

# 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/trade-comment.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.
