Golden Slacks
New member
Can someone share the link for ORB BD not the scanner im not sure what is the right one? Any help would be appreciated
Link: https://usethinkscript.com/threads/opening-range-breakout-orb-scanner-for-thinkorswim.68/
Can someone share the link for ORB BD not the scanner im not sure what is the right one? Any help would be appreciated
input aggregationPeriod = AggregationPeriod.15_Min;
def open = open(period = aggregationPeriod);
def high = high(period = aggregationPeriod)[15_min];
def low = low(period = aggregationPeriod)[15_min];
plot 15 min Candle high = ;
plot 15 min Candle Low
@andre.muhammad Try this - https://usethinkscript.com/threads/opening-range-breakout-orb-scanner-for-thinkorswim.68/ , then adjust the input times. Also, search for "Opening Range Breakout" on this site - you will find a plethora of results.I have made an attempt here, but something here is not correct. Any help with this would be greatly appreciated.
input aggregationPeriod = AggregationPeriod.15_Min;
def open = open(period = aggregationPeriod);
def high = high(period = aggregationPeriod)[15_min];
def low = low(period = aggregationPeriod)[15_min];
plot 15 min Candle high = ;
plot 15 min Candle Low
I'm showing up really late to the party with this question, but when I imported the BetterORB scanner and renamed my indicator "BetterORB", TOS tells me: "com.devexperts.tos.thinkscript.runtime.TooComplexException: The complexity of the expression suggests that it may not be reliable with real-time data." I get this same message even if I try to create a scanner within TOS that in any way involves the ORB. Any suggestions?@full_of_options Give this a try: https://tos.mx/NzMhcR
I named my indicator "BetterORB" so make sure you change yours to that or change the source code to match with however you named your indicator.
Oh, that might be my problem. The scan is too long of a watchlist. I'm actually trying to come up with a simple one right now. A watchlist column that shows what is the previous bar's % change from open to close. I notice that yesterday's big movers all had their parabolic moves kicked off by a long green candle on the 1m column. We could get in on the parabolic moves early if there were a watchlist that could filter them to the top of the list of results. I guess it's even better if it can be scanned, so an alert is sent out as well.Did you follow the directions in the first post...??? What symbol list are you attempting to scan in...??? If you don't get a syntax error then most errors are due to attempting to scan too long of a watchlist... I usually scan my short watchlists or a specific exchange but some exchanges can even throw errors depending on scan codes inherent complexity...
BenTen.....Is there any way I can get this code but for 15 minute ORB instead of 30?@full_of_options Give this a try: https://tos.mx/NzMhcR
I named my indicator "BetterORB" so make sure you change yours to that or change the source code to match with however you named your indicator.
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Start a new thread and receive assistance from our community.
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.
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.