# How does TradeEye work?

## TradeEye Access

To Access TradeEye Beta testing version, you need to join the PumpBot server and activate your subscription (you need at least the PumpBot Starter Role).&#x20;

After you have done that, you can message bot: **TradeEye v1.0.1 (Beta)** in private dm with the command .setup (dot (.) is a prefix and it is required for the bot recognize commands).

### How it works

1 . Message the bot by typing .setup command in message field and hit 'Enter'.

{% code fullWidth="false" %}

```
.setup
```

{% endcode %}

<figure><img src="/files/PXFBfOFHvdmOAVbC9QU4" alt=""><figcaption><p>TradeEye Discord Bot</p></figcaption></figure>

2. TradeEye will reply with a message that looks like this below. TradeEye will also send you a the settings file for the signals backtesting group.&#x20;

<figure><img src="/files/8pLzzyxkR6G8Eo1Vv9Vl" alt=""><figcaption><p>TradeEye: License check for the access</p></figcaption></figure>

3. Download the .json file and send it back to TradeEye. Just send the file in the chat Discord Bot chat. Uploaded settings will be used for the analysis with TradeEye (to get more information about TradeEye configuration file see the next page).&#x20;

<figure><img src="/files/3gypZBmOipWvnnrQuf9a" alt=""><figcaption><p>TradeEye: settings file upload</p></figcaption></figure>

3. That is it! Now you can start the TradeEye using .start command and you will receive the overall channel performance and detailed log about each trade analysed by TradeEye.

```
.start
```

<figure><img src="/files/9DTz2AnVgqXj3o4yHFOq" alt=""><figcaption><p>TradeEye: results from the analysis</p></figcaption></figure>

5. Likewise if you want to try other or different configurations just upload the settings file again, changes will take effect on next usage of .start command.

### Note: TradeEye for backtesting crypto signal groups&#x20;

TradeEye is in testing phase. If you notice any inaccuracy please contact the developers via PumpBot Discord ticket system or Jacked Mort#1220.&#x20;

Time needed for analysing a channel will vary, ranging between 1 to 30 minutes (depending on settings and demand on TradeEye). If you don't get results after about 30 minutes,  try again. If it still doesn't work and you didnt receive any result in given timeframe (1 to 30 minutes) please contact us. Reason for this could be many: might be because of incorrect settings configuration, demand overload, internal bug or something else.


---

# 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.pump-bot.com/tradeeye-best-crypto-signals-settings/how-does-tradeeye-work.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.
