> For the complete documentation index, see [llms.txt](https://start.atas.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://start.atas.net/it/passo-3.-inizia-a-lavorare-autonomamente-con-gli-ordini/apertura-autonoma-della-prima-operazione.md).

# Apertura autonoma della prima operazione

Nel pannello di trading puoi inserire il volume desiderato nel campo "Dimensione posizione", quindi scegliere il pulsante Long (compra) o Short (vendi) per inviare autonomamente un ordine di mercato. Successivamente, puoi impostare take-profit e stop-loss trascinando le relative icone sul grafico.

{% hint style="warning" %}
Dichiarazione di non responsabilità: ATAS agisce esclusivamente come fornitore di servizi tecnici (strumento software), consentendo ai clienti di collegare i propri conti tramite API di exchange/broker per l'analisi di mercato. Tutte le successive decisioni di trading vengono prese in modo indipendente dagli utenti ed eseguite tramite il proprio broker. [Per saperne di più](https://atas.net/it/how-it-works/)
{% endhint %}

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

{% hint style="success" %}

* Stop-loss – è un ordine di chiusura della posizione che si attiva automaticamente quando il prezzo raggiunge un certo livello, prevenendo ulteriori perdite.
* Take-profit – è un ordine che chiude la posizione quando il prezzo raggiunge un livello di profitto prestabilito. L’attivazione del take-profit annulla l’ordine di stop-loss.
  {% endhint %}

{% hint style="info" %}
You do not have to keep ChartTrader open all the time to make trades. Here are the most essential hotkeys for Per effettuare operazioni in autonomia non è necessario tenere sempre aperto il Chart Trader. Ecco le combinazioni di tasti principali per aprire le operazioni:

* Long (acquisto a mercato) – W
* Short (vendita a mercato) – S
* Chiudere la posizione – Q
* Impostare un ordine limite o stop – posizionare il cursore sul grafico + Space + clic sinistro/destro

\* Puoi trovare altre combinazioni nelle impostazioni dei tasti rapidi.
{% endhint %}

Se vuoi acquistare o vendere un asset a un prezzo più favorevole, puoi utilizzare un ordine limite. Se desideri entrare in un’operazione al breakout di un certo livello, puoi usare un ordine stop pendente, che aprirà l’operazione a mercato quando l’asset raggiungerà il prezzo desiderato. Per farlo, tieni premuto Space, scegli il prezzo desiderato sul grafico e clicca con il tasto sinistro (LKM) per impostare un ordine limite oppure con il tasto destro (PKM) per impostare un ordine stop. (Nell’esempio abbiamo impostato un ordine limite sopra il prezzo corrente e un ordine stop sotto, per vendere.):

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

Sotto il campo "Dimensione della posizione" puoi trovare impostazioni aggiuntive per gli ordini. Ad esempio, nel menù a tendina (TIF) puoi impostare la durata dell’ordine:

* DAY – fino alla fine della sessione di trading;
* GTC (Good Till Cancel) – fino all’annullamento manuale;
* FOK (Fill or Kill) – l’ordine verrà eseguito immediatamente o annullato.

Attivando la modalità OCO (One Cancels Other / Ordini collegati), quando uno degli ordini nel gruppo OCO viene eseguito, l’altro viene annullato automaticamente.


---

# 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://start.atas.net/it/passo-3.-inizia-a-lavorare-autonomamente-con-gli-ordini/apertura-autonoma-della-prima-operazione.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.
