> For the complete documentation index, see [llms.txt](https://trylevel2.gitbook.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trylevel2.gitbook.io/getting-started/systematic-trading-guides/neutral-market.md).

# 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>
