# Entry Conditions

### <mark style="color:$primary;">GENERAL SETTINGS</mark>

***

<div align="left"><figure><img src="/files/hlisIY5dPhNxsHFlg6Dg" alt=""><figcaption><p>General Settings</p></figcaption></figure></div>

***

* <mark style="color:$primary;">**Limit Backtest Window**</mark> – Restricts backtesting to a specific date range.
* <mark style="color:$primary;">**Start / End**</mark> – Defines the backtesting period.
* <mark style="color:$primary;">**Delay entry until position closes**</mark> – Prevents new trades until the current position is closed.
* <mark style="color:$primary;">**Invalidate sequence on opposing condition**</mark> – Cancels an active trade sequence if an opposite signal appears.

***

### <mark style="color:$primary;">**LONG & SHORT ENTRY CONDITIONS**</mark>

These settings define the conditions for entering **long (buy)** and **short (sell)** trades. Each condition is checked sequentially to confirm an entry signal.

***

<div><figure><img src="/files/DoTjQsRfEq3szq11VKbA" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xGM7pLCbQRdNtAEsXOwG" alt=""><figcaption></figcaption></figure></div>

***

* <mark style="color:$primary;">**Condition 1-3**</mark> – Detects bullish/bearish price structures such as **Break of Structure (BOS), Change of Character (CHoCH), Liquidity Prints, or Fair Value Gap (FVG) Mitigations and other SMC**.
* <mark style="color:$primary;">**Condition 4-5**</mark> – Compares price metrics (e.g., **close price equals another value**) for additional validation.
* <mark style="color:$primary;">**Condition 6**</mark> – Allows filtering by specific trading sessions (time-based entries).
* <mark style="color:yellow;">**Step**</mark> – Defines the sequence in which conditions must be met before confirming an entry.

Long and short entries mirror each other but apply to opposite market directions.

***


---

# 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.bigbeluga.com/backtesters/smart-money-backtester/entry-conditions.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.
