# Hide risk/style on trade comment

By default, SmartChoise adds a suffix to each trade comment that includes internal information such as **Risk Level**, **Trading Style**, and **Strategy identifier**. This helps with analysis but may not be desirable in all cases.

* **No (default):** The EA appends the standard suffix to the trade comment, including risk, style, and strategy information.
* **Yes:** The EA hides the suffix completely.\
  Only the text defined in [**Trade Comment**](/smartchoise-manual/options/general-and-utility/trade-comment.md) will be used, without any additional EA-generated information.

{% hint style="success" %}

#### Impact

This option affects **comments only** and does not change how the EA trades or manages risk.<br>

* This setting applies to **new trades only**.
* Existing open trades will keep their original comments.
  {% endhint %}

{% hint style="info" %}

#### **Use cases**

* Keeping trade comments clean and minimal
* Using custom identifiers for account tracking or third-party analytics
* Prop firm or broker environments where specific comment formats are required
  {% 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/hide-risk-style-on-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.
