# Open Range Breakout Trading System

**Sample AFL Code - Open Range Breakout Trading System**

Opening Range is very often a measure of security high and low generally monitored by breakout traders to gauge the sentiment of the market. The very often first 15-minute high â€“ low range made by the stock/index is used as a reference by many traders to monitor for breakout trading.\
A Simple Open Range Breakout Trading system is primarily useful for intraday traders who is looking for a price breakout from the opening range. Typically traders very often use a 15min / 30min opening range to monitor breakout with pre-defined stops/targets.\
\
**Features of Opening Range Breakout**\
1\)Multiple ORB Breakout Selection of the Traders Choice\
2\)Limit the Number of Entry Signals per day\
3\)Intraday Trading System with signal starttime, endtime and squareofftime controls\
4\)Mode of Trading: i) No Stoploss/Target mode, ii)Fixed Point Stoploss/Target , iii)Fixed Percentage Stoploss/Target mode.\
5\)Backtesting Capabilities\
6\)Exploration/Scanner Capabilities\
6\)Trading Dashboard that tracks the Signals and Profit/Loss<br>

&#x20;<mark style="color:blue;">Download Sample Code here</mark>

{% file src="<https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FTurHjZ0atZ0IUVPTFKAr%2FOpen_Range_Breakout_Trading_System.afl?alt=media&token=0d3ba66a-e1a1-416b-82d4-505f1896cf76>" %}


---

# 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.algomojo.com/algomojo/strategies/amibroker/open-range-breakout-trading-system.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.
