# Auto-trading

## Automatic trading dashboard - explained

CubeBase Trading Engine is designed for the inexperienced users and at the same time can serve the experienced users too.&#x20;

In this tutorial, we will cover the dashboard for inexperienced users who are interested only in automatic trading features. Being developed as a "Signal User Copy" trading type application our main concern is to check the "Signals" section.

## Futures menu

In this section, you can see your active trades and closed trades.&#x20;

**Active trades** are trades that are in two different states: waiting or opened.

**Waiting** trade means that the trade signal was sent but the asset didn't reach the entry point to open a position on the market.&#x20;

**Opened /Running** trade means that the asset has reached the entry points and the trade is launched on the market.

<figure><img src="/files/KZnOdGmrqKsWdQYYlgGh" alt=""><figcaption><p>Trades menu</p></figcaption></figure>

## Opened trades

Clicking on an active trade you can see trade's details such as take profits and stop loss.

<figure><img src="/files/vQbfoWFp8Kptk3H0C6K2" alt=""><figcaption><p>Opened trades details (mockup) </p></figcaption></figure>

## Closed trades

This section will display the closed trades and their results. For a complete and comprehensive trading history you can check the "History" section within our web app.  \
History section can be found in the "Futures" section:

<figure><img src="/files/XiiIaxAE4PCtBiTxf4Du" alt=""><figcaption><p>History inside Futures section</p></figcaption></figure>


---

# 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://docs.cubebase.xyz/auto-trading.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.
