Option Omega Documentation
  • Welcome
  • Backtesting
    • Backtest Setup
    • Backtest Results
    • Portfolios
    • Backtesting FAQ
    • Advanced Options
      • Custom Signals Tester
  • Backtesting Resources
    • New Users Start Here
      • Read this first
      • Written Documentation
    • Free Trial
      • Sample QQQ Backtest
      • Trial FAQ
    • Videos
      • Video Resources
      • YouTube Instructional Videos
      • Real Quicks
      • Cigar Lounge Interviews
      • Cigar Lounge Backtest & Concept Videos
  • Automation Resources
    • Read this first- Brokerage Details
    • Getting Started
    • Strategy Setup
    • Profit Target and Stop Loss Order Types
    • Entry Time Configuration
    • Trade Management
    • Automation FAQ
  • Option Omega Quick Links
    • The Academy
    • The Backtester
    • Terms
  • Support
    • Account Support
    • Discord
      • Discord- Start Here
      • Verified Channel Guide
      • Discord Tips
  • Academy
  • Academy FAQ
Powered by GitBook
On this page
  1. Automation Resources

Entry Time Configuration

Floating Entry Time and Entry Window

PreviousProfit Target and Stop Loss Order TypesNextTrade Management

Last updated 2 months ago

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 that covers these choices.

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.

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.

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

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.

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.

Automation Bootcamp
Floating Entry (found in Entry Conditions)
Entry Window (found in Entry Execution)