# Neutral Market

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

## Sideways Market Strategies

### 1. Mean-Reversion Strategy: Bollinger Bands & Stochastic Oscillator

Objective: Profit from price oscillations between support and resistance levels.\
Indicators:

* Bollinger Bands (20-period, 2 standard deviations)
* Stochastic Oscillator (14, 3, 3)

**Entry Conditions:**

1. Price touches the lower Bollinger Band.
2. Stochastic Oscillator crosses above 20 from oversold territory.

**Exit Conditions:**

1. Price touches the upper Bollinger Band.
2. Stochastic Oscillator crosses below 80 from overbought territory.

<mark style="color:blue;">Stop Loss: Place slightly below the lower Bollinger Band.</mark>\ <mark style="color:blue;">Take Profit: Upper Bollinger Band or fixed 1.5:1 risk-reward.</mark>

**Link to Strategy:**

{% embed url="<https://app.trylevel2.com/invite/canvas/08f87e9e-b4bd-4d0b-863e-9b6fc22302e1/6364>" %}

***

### 2. Range-Breakout Strategy: ADX & Volume Profile

Objective: Identify breakouts after periods of low volatility.\
Indicators:

* Average Directional Index (ADX) (14-period)
* Volume Profile (to identify key support/resistance levels)

**Entry Conditions:**

1. ADX rises above 25, signaling a potential breakout.
2. Price breaks out above resistance or below support with increasing volume.

**Exit Conditions:**

1. ADX falls below 25, indicating weakening trend strength.
2. Price returns to the breakout level.

<mark style="color:blue;">Stop Loss: Set below (for long) or above (for short) the breakout level.</mark>\ <mark style="color:blue;">Take Profit: Next key resistance level or 2:1 risk-reward.</mark>

<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/neutral-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.
