# Strategies

CryptoHero allows users to trade in both bull and bear markets with long and short strategies. Bots supports both directions but each bot is configured to be in one. To trade both directions with the same settings another bot must be used. You may make a copy of a bot and change the strategy to trade an asset in both directions.

### Long

Buying a base currency (Bitcoin) with the quoted currency (TetherUS) expecting that the value of Bitcoin will rise against TetherUS, selling Bitcoin for more TetherUS in the future to realise a profit in TetherUS.

![](/files/-M64CYy-trbzL-Wn_yqT)

### Short

Selling a base currency (Bitcoin) for the quoted currency (TetherUS) expecting that the value of Bitcoin will fall against TetherUS, buying Bitcoin for less in the future to realise a profit in Bitcoin, or buying back the same amount of Bitcoin sold earlier and profiting from selling the Bitcoin earlier in TetherUS.

![](/files/-M64CadJ7zKWmHtxkc0F)

### Futures Trading

CryptoHero also offers Futures trading in addition to spot trading. Trading on Futures market is very different from spot due to the concept of contracts versus "physical" coins. Users can jump right into our Futures trading article in this User Guide to understand how Futures trading work in CryptoHero.


---

# 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/bot-settings/strategies.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.
