Horizon Trading
  • Welcome to Horizon AI
  • After Sign Up
    • Connecting your Discord
    • Download the Chrome Extension
  • HorizonAI Chat
    • Introduction
    • Horizon Chat Best Practices
    • Features
      • Connecting to the Pine Editor
      • Chat Commands
      • Quick add Scripts
      • Starting a New Project
    • Examples
      • Advanced Order Blocks w/ Volume
  • Script Builder
    • What is the Script Builder
    • Blocks
      • Indicators
      • Day and Time
      • Candle Patterns
      • Conditions
      • Open/Closing a Trade
    • Building your first script
    • Script Templates
      • Making an EMA Crossover
      • Higher TimeFrame Supertrend
      • Order Block Retest w/ Market Structure
      • Trend Line Breakout in a Trending Market
      • Break of Structure during London Open
Powered by GitBook
On this page
  1. Script Builder
  2. Script Templates

Break of Structure during London Open

Creating a Strategy that will buy when a Break of Structure occurs during London Open

PreviousTrend Line Breakout in a Trending Market

Last updated 7 months ago

This guide will walk you through creating a Strategy that will buy when a Break of Structure occurs during London Open

Steps:

Drag an Indicator Block onto the canvas

  1. Select Market Structure BOS & CHoCH as your Indicator

  2. Set the Indicator settings for the Market Structure BOS & CHoCH

  3. Save the Indicator

Add a Condition Block

  1. Drag a Condition Block onto the canvas.

  2. Connect the Market Structure Indicator Block to this Condition Block.

  3. For "Line 1", select "Bullish BOS/CHoCH".

  4. For "Condition", choose "Is".

  5. For "Line 2", select "True".

  6. Save the settings.

Drag a Second Indicator Block onto the canvas

  1. Select ICT Kill Zones as your Indicator

  2. Set the Indicator settings for the ICT Kill Zones to London Open

  3. Save the Indicator

Add a Second Condition Block

  1. Drag a Second Condition Block onto the canvas.

  2. Connect both the ICT Kill Zones Indicator Block and the First Condition Block to this Condition Block

  3. For "Line 1", select is London Open.

  4. For "Condition", choose "Is".

  5. For "Line 2", select True

  6. Save the settings.

Add Open Trade and Close Trade Blocks

  1. Drag an Open Trade Block onto the canvas and connect it to the Condition Block.

  2. Configure it to "Buy" when the condition is met (Green Dot Connection).

  3. This will "Buy" when all the conditions are met

Compile Your Strategy

  • Click the "Compile" button to generate the code for your strategy.

Market Structure Indicator Settings
Saved Market Structure Indicator Block
Bullish BOS/CHoCH Condition
Saved Bullish BOS/CHoCH Condition Block
ICT Kill Zone Indicator Settings
Saved ICT Kill Zone Indicator Block
Setting up London Open Condition
Saved and Connected London Open Codition Block
Completed London Open Market Structure Strategy