Click here to Login

LiveZilla Live Help
LiveZilla Live Help
Trading Software Trading objects Features How-to Blog Search



Opening Range Breakout Indicator

by QuantShare, 171 days ago
Share |






The opening range breakout is a trading indicator that returns true when a stock, an ETF or any other asset breaks the high or low of the first hours or minutes of a trading session (opening range).

You define a number of minutes and the indicator plots the high and low of the opening range (When applied to an intraday chart) and returns a signal when the price closes above the high or below the low.

As I said previously, the opening range period is defined by the function argument: number of minutes. To detect one-hour opening range breakout, simply set "60" as parameter in the trading indicator function.

It is important to keep in mind that any other time-series or technical analysis indicator can be set in place of the close series. You can for example detect opening range breakout of the volume.

The function name is "OpenRangeBreakout" and the previous example could be written as:

rule = OpenRangeBreakout(volume, 60) == 1;

Here is an example of a trading strategy based on the opening range breakout:
Buy = OpenRangeBreakout(close, 60) == 1 && volume > 10*sma(volume, 5);
The trading system enters a long position when an opening range breakout occurs with a high increase in trading volume.
Note that the opening range breakout return 1 when it detects a breakout from the high. It returns -1 when it detects a breakout from the low.


Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 1068


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects
Show All
Elliott Wave Oscillator (by Caleb, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 26 Notes Report an item
Crossover/Convergence of Several Trading indicators (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 27 Notes Report an item
DeMark Range Expansion Index (by bug man, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 14 Notes Report an item
Tom Demark -TD- Range Projections (by bug man, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 19 Notes Report an item
Damping index (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 6 Notes Report an item
Darvas Box Indicator (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 24 Notes Report an item
Better Volume Indicator (by Savio Rodrigues, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 19 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

How to choose which technical indicators to use in your trading system

4 indicators to create adaptive trading systems

How to create buy and sell trading rules based on News Data

3 ways to rank stocks in a trading system - Simulator and Potfolio

4 original breadth indicators you should consider in your market timing strategy

Basic trading system implemented using the money management tool

Example of a trading system implemented in QuantShare Software

Different periodicities and chart bar types in QuantShare Trading Software

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items