NexusFi: Find Your Edge


Home Menu

 





TOS Scan Setting for 5min ORB


Discussion in ThinkOrSwim

Updated
    1. trending_up 4,118 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

TOS Scan Setting for 5min ORB

  #1 (permalink)
rivera1632
Dallas Texas
 
Posts: 2 since Jan 2017
Thanks Given: 0
Thanks Received: 0

Can someone help me set a scan for finding tickers that are above their opening 5 minute high? In other words, tickers that are for 5 minute open range breakouts.

I have it where my charts automatically draw lines for the 5 minute high and low. I'm just trying to get a scan to show me just those stocks that are above the 5 minute high instead of individually looking through each ticker.

Thanks for your help!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
MC PL editor upgrade
MultiCharts
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #2 (permalink)
simonxda
Singapore
 
Posts: 6 since Oct 2017
Thanks Given: 0
Thanks Received: 0


rivera1632 View Post
Can someone help me set a scan for finding tickers that are above their opening 5 minute high? In other words, tickers that are for 5 minute open range breakouts.

I have it where my charts automatically draw lines for the 5 minute high and low. I'm just trying to get a scan to show me just those stocks that are above the 5 minute high instead of individually looking through each ticker.

Thanks for your help!

Put it in custom and 5min scan.


# scan close above 5 min high


def RTH = if getTime() >= RegularTradingStart(getYYYYMMDD()) and
secondsTillTime(1000) > 0

then 1

else 0;

def "RTH First Bar" = if SecondsTillTime(0930) == 0 and

SecondsFromTime(0930) == 0

then barNumber()

else "RTH First Bar"[1];

def "RTH First Bar High" = if barNumber() == HighestAll("RTH First Bar")

then high

else Double.NaN;
Plot CloseProximity = close > HighestAll("RTH First Bar High");

Reply With Quote
  #3 (permalink)
rivera1632
Dallas Texas
 
Posts: 2 since Jan 2017
Thanks Given: 0
Thanks Received: 0


Thanks, simonxda! I really appreciate the response.

Reply With Quote




Last Updated on January 13, 2020


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts