# Trading Terminal

CryptoHero has a Trading Terminal which allows our users to execute trades as if they are using the native crypto exchange's terminal. The CryptoHero Trading Terminal offers several advantages to our users:

* Easily switch between crypto exchange accounts to perform trades without the need to re-login again.&#x20;
* Acts as a failover mechanism for traders to execute trades via API during times of duress such as abnormal market activities (like a flash crash).
* Offers an wholistic view of a trader's fund management in conjunction with the running of CryptoHero's bots.

The latest Trading Terminal also offers several features which maybe useful to our users - Trigger order type and Stop Limit

### Stoploss Limit

{% hint style="info" %}
Stoploss Limit feature is available to Premium and Professional users.
{% endhint %}

Now, users will be able to place stoploss for manual trades executed via CryptoHero's Trading Terminal.

###


---

# 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.cryptohero.ai/getting-started/trading-terminal.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.
