# Bull Market

{% hint style="info" %}
Here are two automated trading strategy examples for a bullish market condition. Each strategy focuses on maximizing returns while minimizing risk.
{% endhint %}

***

## Bull Market Strategies

### 1. Trend-Following Strategy: EMA & MACD Crossover

Objective: Capture profits by riding the upward trend.\
Indicators:

* Exponential Moving Average (EMA) (20-period and 50-period)
* MACD (12, 26, 9)

**Entry Conditions:**

1. 20-EMA crosses above 50-EMA (indicates start of an uptrend).
2. MACD line crosses above the signal line and histogram turns positive.

**Exit Conditions:**

1. Price closes below the 50-EMA.
2. MACD line crosses below the signal line (early warning).

<mark style="color:blue;">Stop Loss: Set at 2% below the 50-EMA.</mark>\ <mark style="color:blue;">Take Profit: Trailing stop of 3% or exit when RSI hits overbought (>70).</mark>

**Link to strategy:**

{% embed url="<https://app.trylevel2.com/invite/canvas/8f18682a-5139-45bc-9e79-bee17f732936/6366>" %}

### 2. Breakout Strategy: RSI & Bollinger Bands

Objective: Capitalize on strong bullish breakouts.\
Indicators:

* RSI (14-period)
* Bollinger Bands (20-period, 2 standard deviations)

**Entry Conditions:**

1. RSI crosses above 50, indicating bullish momentum.
2. Price closes above the upper Bollinger Band with a spike in volume.

**Exit Conditions:**

1. RSI crosses below 70 (indicating weakening momentum).
2. Price re-enters inside the Bollinger Band after a breakout (indicating consolidation).

<mark style="color:blue;">Stop Loss: Set at the middle Bollinger Band (20-period SMA).</mark>\ <mark style="color:blue;">Take Profit: Fixed target of 2:1 risk-reward or trailing stop.</mark>

**Link to strategy:**

{% embed url="<https://app.trylevel2.com/invite/canvas/53b58817-24de-4793-8795-96494d39db57/6367>" %}

<br>


---

# 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://trylevel2.gitbook.io/getting-started/systematic-trading-guides/bull-market.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.
