# Account Type

**1. Standard&#x20;*****(Default)***

* Used for most retail trading accounts
* Spreads are slightly wider, but **no commission** is usually charged
* EA assumes spread-based cost model

**2. ECN / Raw / Zero Spread**

* Tighter spreads, but **commission is charged separately**
* Often used by experienced traders or scalpers
* EA may adapt trailing and entry logic to suit **low-spread + commission** setup

{% hint style="info" %}
This input tells the EA what kind of account it’s operating on so it can adjust behavior or calculations accordingly.

Some brokers and account types may have different **commission models, spread behavior, or margin requirements** — the EA adapts based on your selection.

* Double-check your broker's account type.
* Use **Standard** if unsure — most brokers offer this by default.
* For low-spread + commission accounts, switch to **ECN** or similar.
  {% endhint %}

{% hint style="success" %}

#### **Why Use the Correct Setting?**

* Ensures **accurate pip/lot calculations**
* Helps EA avoid **wrong assumptions** about trading conditions
* Allows proper performance across all broker types and pricing models
  {% endhint %}

🧠 *The EA isn’t just smart — it’s adaptable. Let it know your environment so it can trade smarter for you.*


---

# 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/account-type.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.
