# Trading Schedule

* Use time ranges to define **allowed trading windows**.
* Multiple time blocks per day are supported, separated by a semicolon `;`.
* All time settings follow **broker/server time** (not your local time).

#### **Friday Stop Option**

* Hour to stop trading on Fridays`= 20` → EA will not open new trades **after 20:00** on Fridays, opened trades are still managed.
* Good for avoiding weekend slippage or rollover spreads.

{% hint style="info" %}

#### **Format Examples**

* `""` → Empty = **trade all day**
* `"00:00-14:30"` → Trade from midnight to 14:30 only
* `"02-14;16-24"` → Trade from 02:00–14:00 and again from 16:00–24:00

✔ You can use `:` or just hours — both are accepted.

#### **Best Practice**

* Start simple: Set one block (e.g. `"08:00–20:00"`) and monitor results.
* Use Friday stop around **17:00–20:00** to reduce exposure to weekend gaps.
* Combine with **news filters** or **low-spread periods** for stronger control.
  {% endhint %}

{% hint style="success" %}

#### **Why Use This?**

* Filter out **low-liquidity periods** (e.g., early Monday or late Friday).
* Avoid **high-spread rollover hours** (usually around 23:00).
* Target **specific sessions**:
  * **London** (08:00–16:00)
  * **New York** (13:00–22:00)
  * **Asia** (00:00–08:00)
    {% endhint %}

{% hint style="warning" %}

#### **Things to Keep in Mind**

* If the current time is **outside the allowed window**, the EA will **not open new trades**.
* Existing trades are **not closed** — only entry is affected.
* Avoid overlapping or incorrect formatting (e.g., don’t use `"14:00-12:00"`).
  {% endhint %}

🧠 *This feature puts you in control of your bot's rhythm — match trading hours to your strategy's heartbeat.*


---

# 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://smartchoise.gitbook.io/smartchoise-manual/options/trading-schedule.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.
