# Entry Time Configuration

There are multiple ways to configure entry times in Option Omega to specify a range of entry times. The default is to enter per user settings in a one minute timeframe. If the user wants to allow a longer timeframe, there are two choices, detailed below. Additionally, there is a video segment in [Automation Bootcamp](https://academy.optionomega.com/course/automation-bootcamp) that covers these choices.&#x20;

#### Floating Entry Time

First, for strategies that rely on a time range to see if a certain event takes place during that time range, floating entry is available. Floating entry in the strategies works the same way it does in the backtest. Floating entry rechecks the entry conditions each minute, and thus the strikes and entry prices are also recalculated every minute.

<figure><img src="/files/0OSv0tchtSctmKh95H0T" alt=""><figcaption><p>Floating Entry (found in Entry Conditions)</p></figcaption></figure>

Typical uses cases for a floating entry include an ORB, a technical level (i.e. an EMA), a pricing filter, intraday movement, etc.  The software has been designed so that if a backtest uses floating entry, the strategy will function similarly.&#x20;

If a user wants an entry window, but doesn't have the floating entry use case, the entry window (below) is another option.

#### Entry Window&#x20;

Second, Entry Window (in minutes) is also available entry execution parameter. This allows the automation platform to continue to try to enter a trade, after all entry conditions have been satisfied, for \[x] minutes. At each minute, the strikes (and thus entry price) will be recalculated. The entry conditions will only be checked initially; once those conditions are satisfied, the platform will continue to attempt to enter each minute during the specified window. This allows strategies with multiple time tranches (additional entry times) to utilize a "window" in case the platform fails to get a fill, or there's a temporary interruption in service, etc.&#x20;

Note: if a multi-lot trade is partially filled, OO will continue incrementing price and attempting to complete the fill *within the minute.* However, the platform will NOT recalculate strikes or continue attempting for the remainder of the entry window as this would most likely result in a new trade at different strikes.&#x20;

<figure><img src="/files/YasHJb0V2vF1tUIUdrHf" alt=""><figcaption><p>Entry Window (found in Entry Execution)</p></figcaption></figure>

Typical use cases for entry window include tranche/multiple entry strategies. Users may also want to specify an entry window to allow for additional time to fill, due to market movements, an API blip, etc.&#x20;


---

# 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.optionomega.com/automation/entry-time-configuration.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.
