> For the complete documentation index, see [llms.txt](https://whitepaper.rank.trading/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.rank.trading/platform-features/strat-example-3-or-multi-condition-execution.md).

# Strat Example 3 (OR Multi Condition Execution)

### Bollinger Band Touch OR CCI Oversold Signal

This example demonstrates Rank's "single condition" logic, where multiple indicators are monitored simultaneously and trade execution occurs when ANY condition becomes true.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcyNFAehJ87dgWDg2Kwf90CphclmzmgELcXOvYDjHbDSdi7PYzi-AvCeNo378rTKJhXEJZj5nkw_JJXFdcXsGs2wjw7CoK0ghaBVKjW412RtLI0tDl2xAwaU9PKhli-kJOdd0qvMp-RYQvf6sK126Pv3ZEw?key=Jm-GCny7ZKi5W-N-LzqWRA" alt=""><figcaption></figcaption></figure>

#### Strategy Logic

**Entry Condition** (OR Statement):

* **IF** Price touches lower Bollinger Band
* **OR IF** CCI drops below -200 (oversold)
* **THEN** Execute buy order

**The First True Condition Triggers**:

* Strategy monitors both indicators continuously
* Whichever signal occurs first initiates the trade
* No need to wait for both conditions

#### Advantages of OR Logic

**Capture More Opportunities**:

* Different indicators excel in different market conditions
* Bollinger Bands work well in ranging markets
* CCI captures momentum extremes in trending markets
* Combined coverage across multiple market regimes

**Reduced Missing Trades**:

* Manual traders often miss signals while away from screens
* Multiple trigger points increase probability of catching reversals
* 24/7 automated monitoring ensures no opportunity lost

#### Automation Benefits

**Manual Trading Challenges**:

* Watching multiple indicators across multiple timeframes
* Physical impossibility of continuous monitoring
* Emotional hesitation when signals appear
* Execution delays leading to slippage

**Rank Automation Solution**:

* Simultaneous monitoring of unlimited indicators
* Instant execution upon signal generation
* Zero emotional interference
* Consistent application of strategy rules

#### Real-World Execution

**Scenario**: Market selling off rapidly

* CCI plunges to -220 first → Immediate buy execution
* Bollinger Band touch occurs 5 minutes later → Already in position
* Manual trader might have missed the CCI signal entirely
* Automated strategy captures optimal entry point

#### Time and Effort Savings

**Traditional Manual Approach**:

* 8-12 hours daily screen time
* Mental fatigue from constant vigilance
* Missed signals during sleep/breaks
* Inconsistent execution due to human factors

**Rank Automated Approach**:

* Zero monitoring time required
* Strategy runs continuously without breaks
* Perfect signal detection rate
* Removes human error and emotion

#### Expanding Complexity

Creators can build sophisticated OR chains:

* 5+ indicators monitored simultaneously
* Different indicators for different assets
* Time-based filters (only trade during specific hours)
* Volatility-adjusted parameters

This OR condition example illustrates how Rank transforms exhausting manual monitoring into effortless automated execution, enabling traders to deploy multiple strategies simultaneously while maintaining perfect execution discipline.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.rank.trading/platform-features/strat-example-3-or-multi-condition-execution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
