# Quick Start Bots

{% hint style="info" %}
Please check out our [Quick Start](/master.md) section if you have not already done so.
{% endhint %}

This page showcases some settings that you can configure for your StockHero bots. However, we understand that for some users, they just want to quickly deploy a bot with proven preset strategies. If that is the case, please check out our [Strategy Marketplace](/getting-started/strategy-marketplace.md).&#x20;

But, if you are determined to configure your own bots, read on.

StockHero bots are categorized according to a user's risk appetite, namely, Low, Medium, Medium High and High risk. The main determinant factors are the bot's trading frequency and the indicators used.

If you use any of the bot's settings stated below, you assume full loss of your capital, regardless of your risk level. Our company does not bear any responsibility for any losses that may arise as a result of you deploying some or all of the bots' settings as shown on this page.

You may want to experiment with different settings in order to find a combination that works for you.

{% hint style="info" %}
Alternatively, you may want to rent one of the strategies from our [Strategy Marketplace](/getting-started/strategy-marketplace.md). Our Sigma Series strategy is one of the best performing strategies.
{% endhint %}

## Low Risk Bot

{% hint style="info" %}
**Stock to trade**: \[up to you]

**Strategy**: Long

**Trading Frequency**: 4H  (note that the bot may take days or weeks before entering into the first trade, depending on the market flux)

**Base Order**: 50%

**Extra Orders**: 25%

**Entry Condition**: RSI

**Exit Condition**:

* Take Profit of 10%
* Stop Loss of 10% (adjust Stop Loss according to your risk appetite)
  {% endhint %}

## Medium Risk Bot 1

{% hint style="info" %}
**Stock to trade**: \[up to you]

**Strategy**: Long

**Trading Frequency**: 1H  (note that the bot may take days before entering into the first trade, depending on the market flux)

**Base Order**: 40%

**Extra Orders**: 60%

**Entry Condition**: RSI

**Exit Condition**:

* Take Profit of 5%
* Stop Loss of 5% (adjust Stop Loss according to your risk appetite)
  {% endhint %}

## Medium Risk Bot 2

{% hint style="info" %}
**Stock to trade**: \[up to you]

**Strategy**: Long

**Trading Frequency**: 1H  (note that the bot may take days before entering into the first trade, depending on the market flux)

**Base Order**: 50%

**Extra Orders**: 50%

**Entry Condition**: RSI

**Exit Condition**:

* RSI
* Stop Loss: 10%
  {% endhint %}

## Medium High Risk Bot

{% hint style="info" %}
**Stock to trade**: \[up to you]

**Strategy**: Long

**Trading Frequency**: 15M  (note that the bot may take a few days before entering into the first trade, depending on the market flux

**Base Order**: 40%

**Extra Orders**: 60%

**Entry Condition**: RSI

**Exit Condition**:

* Take Profit of 5%
* RSI
  {% endhint %}

## High Risk Bot

{% hint style="info" %}
**Stock to trade**: \[up to you]

**Strategy**: Long

**Trading Frequency**: 15M  (note that the bot may take a few days before entering into the first trade, depending on the market flux

**Base Order**: 25%

**Extra Orders**: 75%

**Entry Condition**: RSI

**Exit Condition**:

* Take Profit of 1%
* Stochastic RSI
  {% endhint %}


---

# 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.stockhero.ai/quick-start-bots.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.
