> For the complete documentation index, see [llms.txt](https://deeptrading.gitbook.io/guida-ea1-v3.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deeptrading.gitbook.io/guida-ea1-v3.0/login-app-mt4.md).

# Login App MT4

### Come effettuare il login a un conto trading esistente su MetaTrader 4 (Android e iOS)

Per accedere a un conto trading già esistente sulla piattaforma **MetaTrader 4 (MT4)** da smartphone, segui le istruzioni in base al tuo dispositivo.

***

### 📱 MetaTrader 4 su **Android**

1. **Apri l’app MetaTrader 4** sul tuo smartphone Android.
2. Nella schermata principale, tocca l’icona del **menu** in alto a sinistra (☰).
3. Dal menu, seleziona **“Accedi a un conto esistente”** o **“Login”**.
4. Si aprirà la schermata di accesso:
   * Inserisci il **numero del conto trading**
   * Inserisci la **password** del conto
5. Se richiesto, seleziona il **server del broker**:
   * Se non conosci il server corretto, contatta il tuo broker o verifica l’email di apertura conto.
6. Tocca **“Login”** per completare l’accesso.
7. Una volta effettuato il login, potrai visualizzare il saldo, le posizioni aperte e iniziare a fare trading.

***

### 📱 MetaTrader 4 su **iOS (iPhone)**

1. **Apri l’app MetaTrader 4** sul tuo iPhone.
2. Nella schermata iniziale, tocca **“Accedi con un account esistente”**.
3. Nella schermata di login:
   * Inserisci il **numero del conto trading**
   * Inserisci la **password**
4. Se richiesto, seleziona il **server del broker** corretto.
5. Tocca **“Accedi”** per effettuare il login.
6. Al termine dell’accesso, potrai gestire il tuo conto direttamente dall’app.

***

### ⚠️ Note importanti

* Assicurati di inserire **correttamente** numero di conto, password e server.
* Se la password è errata o il server non è corretto, l’accesso non sarà possibile.
* In caso di **password dimenticata** o problemi di login, contatta il **supporto clienti del tuo broker**.

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

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

<figure><img src="/files/91TTb52RJloiOpgp5dz0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://deeptrading.gitbook.io/guida-ea1-v3.0/login-app-mt4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
