Archived: Opening Range Breakout

Status
Not open for further replies.
@Miket That's up to you.

When the Extended-Hours Trading session is hidden, you can select Start aggregations at market open so that intraday bars are aggregated starting at regular market open (8:30 am CST).
 
TSLA trying to cross the border going into Bull Zone but got hit with a resistance and fell back down. Supertrend came through.

LgK938z.png
Hi. Do you still track this indicator? really like it. what is the meaning of the red line within the Bear zone and the green line within the bull zone? also, do you keep your super trend indicator on 1? and finally does #risk on ORL# mean it's about to break or inversely work as support or resistance? THX!!
 
@JPTRADER It's been awhile since I have ORB on my chart. I usually use the simplified version (I think I also posted that in the original thread). I don't use any of the Risk On and Risk Off line.
 
When I add study it clumps the graph together and i cannot see anything but red yellow and green lines at different levels on the chart?
 
@aaronjure Left click on your chart > Chart scale > untick Fit Studies. If you don't want all the extra features then use the simplified version of ORB.
 
Thank you all for your help. My apologies in advance for such a lengthy post.

Here is the link to my studies

YtNS6N2.png


Here is the link to my NFLX chart from Friday:

EDP5l5J.png


Now I have a few questions...
  1. When using ST (Supertrend), do you keep extended hours on/off?
  2. Are there any other study's you're using with ST that could help me besides the ones that I'm using?
Here is the source code for the study I call BenTen (got this from the initial post for this)..

Now a friend of mine gave me the following which I thought he got from you folks but it may be something that he customized a bit of but it shows a different version of the NFLX chart...see here:

ITut8uN.png


Here are the studies I have on this chart:

V0wuLM7.png


There is nothing else in the study list here.
 
What am i doing wrong? I am unable to get the color fill for the bull and bear zones in the opening range breakout.
 
@ilovetrading Using pre-market or not, that is entirely up to you. I personally do not use the extended market feature.

Looking at the pictures you attached above, everything looks fine. You're using Supertrend and ORB. I don't see any problem with that.

From your friend's charts, I'm able to recognize these additional indicators:
 
@BenTen how do we change the time on the orb opening and closing market . I am thinking of having the orb starts at 6:00 pm Globex time till 9:30 am the next day to test futures market. And a new orb for the usual 9:30- closing cash market. Can you help?
 
Ben,

Thank you for scripting this ORB, it is very helpful. But i want to ask you a question, is there any possibility that the ORB will appear right away the moment market open? Thanks

Nathan
 
@NathanJames No because the default settings is set to 30 mins after market open. You can adjust it to whatever time you want to.
 
Current day first 30 mins High and low

Rich (BB code):
def na=double.nan;
input ORBegin = 0930;
input OREnd = 1000;
input ShowTodayOnly={"No", default "Yes"};
def s=ShowTodayOnly;
Def ORActive = if secondstilltime(OREnd)>0 AND secondsfromtime(ORBegin)>=0 then 1 else 0;
def today=if s==0 OR getday()==getlastday() AND secondsfromtime(ORBegin)>=0 then 1 else 0;
Rec ORHigh = if ORHigh[1]==0 or ORActive[1]==0 AND ORActive==1 then high else if ORActive AND high>ORHigh[1] then high else ORHigh[1];
Rec ORLow = if ORLow [1] ==0 or ORActive [1] ==0 AND ORActive ==1 then low else if ORActive AND low < orlow [1] then low else ORLow [1];
Def ORWidth = ORHigh - ORLow;
Plot ORH=if ORActive OR today<1 then na else ORHigh;
Plot ORL=if ORActive OR today<1 then na else ORLow;
ORH.setdefaultcolor(color.yellow);
ORH.setStyle(Curve.FIRM);
ORH.setlineweight(1);
ORL.setdefaultcolor(color.yellow);
ORL.setStyle(Curve.FIRM);
ORL.setlineweight(1);
 
Hey @BenTen

g8tKBBE.png


I bought at the border of Bull and Bear Zone, Heikin candles. Supertrend signal was delayed, doesn't appear until 3-4 bars later.
Should I treat the upper line of Bull Zone as resistance too? I exited this trade once it ranges at that upper line.
 
@Playstation Last I checked, the Supertrend indicator is not delayed.

Yes, you should also treat the upper and lower ORB as support and resistance, as well.
 
Current day first 30 mins High and low

Rich (BB code):
def na=double.nan;
input ORBegin = 0930;
input OREnd = 1000;
input ShowTodayOnly={"No", default "Yes"};
def s=ShowTodayOnly;
Def ORActive = if secondstilltime(OREnd)>0 AND secondsfromtime(ORBegin)>=0 then 1 else 0;
def today=if s==0 OR getday()==getlastday() AND secondsfromtime(ORBegin)>=0 then 1 else 0;
Rec ORHigh = if ORHigh[1]==0 or ORActive[1]==0 AND ORActive==1 then high else if ORActive AND high>ORHigh[1] then high else ORHigh[1];
Rec ORLow = if ORLow [1] ==0 or ORActive [1] ==0 AND ORActive ==1 then low else if ORActive AND low < orlow [1] then low else ORLow [1];
Def ORWidth = ORHigh - ORLow;
Plot ORH=if ORActive OR today<1 then na else ORHigh;
Plot ORL=if ORActive OR today<1 then na else ORLow;
ORH.setdefaultcolor(color.yellow);
ORH.setStyle(Curve.FIRM);
ORH.setlineweight(1);
ORL.setdefaultcolor(color.yellow);
ORL.setStyle(Curve.FIRM);
ORL.setlineweight(1);
@desirobinhood Using this code totally defeats the whole purpose of ORB trading. Please type Opening in the search box and read this post from the beginning. There is a wealth of info here that must be understood to trade using the ORB. Thanks.
 
Status
Not open for further replies.

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
330 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top