Open Range Breakout Indicator ORB

Open Range Breakout Indicator ORB

Hello everyone,
Here is the ORB indicator (Open Range Breakout) used in the famous strategy of Toby Crabel:
http://www.amazon.fr/Trading-Short-Patterns-Opening-Breakout/dp/0934380171

An explanation video:

https://www.youtube.com/watch?v=CAHG_KAhhJw

Some other details here:

https://www.wpi.edu/Pubs/E-project/Available/E-project-042910-142422/unrestricted/Veselin_Iliev_IQP.pdf

This indicator shows the highest and lowest in the first hour of trading that is very important. Default 9:00AM / 10.00AM. (European time zone)
This defines a Support and Resistance which we monitor breakage / Breakout in this strategy.

Bearings of 50% of the obtained range are also plotted.

It is of course quite possible, if desired, to change the indicator parameter for other time range

Bons trades 🙂

Zilliq

 

 

 

____________________________________

Coding is not a crime 😉

http://www.zilliqtradingresearch.fr/

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. flowsen123 • 03/25/2016 #

    Hey zilliq,
    thank you for the code. But if I try to import it, it opens as an extra window, right below the normal chart.
    how can I get it in the chart?
     
    Cheers
    Flo

  2. flowsen123 • 03/25/2016 #

    sorry for asking… I found the problem.

  3. prorealcode48 • 03/25/2016 #

    bonjour,
    Après import, “
    Open Range Breakout Indicator ORB” n’apparaît dans la liste des Proscreener. Pourquoi ?

    • Nicolas • 03/25/2016 #

      Bonjour, parce qu’il s’agit d’un indicateur et non d’un screener 🙂

  4. Dunger • 03/25/2016 #

    Hi,
    Nice indicator.
    How do you display just the one set of lines for a given day, rather than all previous lines please?
    Regards.
     

  5. Daniel da Costa • 03/25/2016 #

    Hi zilliq! I have imported the indicator into Prorealtime but it doesn’t overlay the price chart , it has a seperated like the other indicators eg MACD, am i doing something wrong?

  6. Tom C • 03/25/2016 #

     how do you overlay in price chart?

    • Nicolas • 03/25/2016 #

      Use the wrench of the price chart.

  7. ken kiplimo • 03/25/2016 #

    I really need this ORB indicator in mq4 or EXE file. Who has it Please?

    • Nicolas • 03/25/2016 #

      This website is dedicated to prorealtime programming, you’ll not find any MT4 files around here.

    • ken kiplimo • 03/25/2016 #

      Thanks Nicolas.

  8. ken kiplimo • 03/25/2016 #

    Thanks Nico for the advice. I was talking about this file “open-range-breakout-orb.itf” and if it can be saved in exe format

  9. Bel • 03/25/2016 #

    good day traders. i tried to download this ORB indi but when i load using wrench it just plots black lines, nothing like the chart here. any suggestion guys? thanks

  10. eisi • 03/25/2016 #

    Hello! This Indicator is not working if i change the displayed time. if i set time for example in the dax from 08.00-22.15 it doesnt work anymore. is there a solution for this problem? thank you in advance

    • eisi • 03/25/2016 #

      Found the solution in a forum post from nicolas…thank you 🙂

  11. hua hin • 218 days ago #

    Bonjour merci pour votre contribution
    Comment changer les horaire je voudrai mettre l horaire de NY fuseau asie soit 21h30 merci j ai essayer de modifier les heures sur le scrip mais cela m indique RETURN Merci de votre concours

  12. desmondlua • 168 days ago #

    once maxii=undefined
    once minii=undefined
    once maxi1=undefined
    once mini1=undefined
    once maxi2=undefined
    once mini2=undefined
    once maxi3=undefined
    once mini3=undefined

    if time<093000 then
    maxi=high
    mini=low
    elsif time=093000 then
    maxi=max(high,maxi)
    mini=min(low,mini)
    lerange=(maxi-mini)/2
    midrange=(maxi+mini)/2

    else
    maxii=maxi
    minii=mini
    maxi1=maxi+lerange
    mini1=mini-lerange
    maxi2=maxi+2*lerange
    mini2=mini-2*lerange
    maxi3=maxi+3*lerange
    mini3=mini-3*lerange
    midrangei =midrange
    endif

    return maxii as “ORH”, minii as “ORL”, maxi1 as “UpperTarget1” ,mini1 as “LowerTarget1”,maxi2 as “UpperTarget2” ,mini2 as “LowerTarget2”,maxi3 as “UpperTarget3” ,mini3 as “LowerTarget3”, midrangei as “MiddleRange”

    Hi, I used the above 5-Min ORB indicator codes for US30 DOW Index, from 9.30am to 9.35am New York Time. Most of the days the ORH (Opening Range High) & ORL (Opening Range Low) are plotted correctly.
    However, I noted the ORH for 30-Dec-2024 was plotted incorrectly. It was using the 9.28am High as the ORH for 30-Dec-2024.
    May I know why? And how can I correct it? Thank you in advance.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
robertogozzi I don't actually know what they are calculating. As soon as I know, I will post further info.
robertogozzi It's because they calculate future bars, that's why it's not possible to use that indicator ...
venugopal Hi Nicolas, Thanks for this code. Is it possible to build a screener using this indicator?. ...
Nicolas It has been done in that topic. Enjoy.
Abouadam2 EFFICACE
Finning Hi JuanJ, just a question about the tollerance*pointsize. I know what it is/what it does (in...
JOKAMAURICE Hi I am looking to number bars in a chart to ease analysis. Any idea if a program has been d...
goldenfish67 Hi guys just copied the code but I keep getting an error message: "Line 15 one of the fo...
poldoposta si potrebbe trovare una soluzione per sovrapporlo al prezzo?
robertogozzi Basta che tu clicchi sull'etichetta (tag) PREZZO del grafico (appena sotto l'angolo in alto ...
Zigo Zou je graag helpen, maar mijn computer is in onderhoud. Einde deze week, kan ik hopelijk te...
Zigo @ DimKar Midline = (stlong + stshort)/2 Return stLong coloured(0,255,0) as"StopLong", M...
DimKar Dear Zigo thank you very much for your answer !!!
Nicolas
4 years ago
Supertrend + CCI
v10.3
Supertrend + CCI
12
Indicators
robi38 Bonjour, est-il possible d'avoir un screener faisant ressortir les valeurs dont l'indicateur...
Nicolas oui bien sûr, merci de formuler la demande dans le forum ProScreener en respectant les règle...
redisdead Bonjour, J'ai cherché sur le forum une trace de la demande de robi38 sans résultat. Est i...
Roland57800 Bonjour Noobywan, si je comprends bien l'utilisation de ce code que je trouve particulièr...
Noobywan Bonjour, quand la question a été posée dans le forum à celui qui avait fait la requête en am...
Fabian This Code draws only a retangle if the condition has been confirmed and NOT before (in that ...
RakeshPoluri I have a question about the bands on the candles. Is it bollinger bands or something else?
Nicolas I think that's 2 Bollinger Bands
JC_Bywan
4 years ago
Smart Money Index
Smart Money Index
0
Indicators
avatar
Anonymous This is very useful, look forward to testing it out. Thank you very much
Guibourse Hi, I'd like to increase the thickness of support and resistance lines. I do not think that ...
JJ Tec Hello. Thanks for the great contribution of the indicator. At the moment, I have modified i...
Khaled Hi Vonasi, I tried to embed your PP Fractals code in a Strategy and it seems to be a good fi...
Emperor.it "style(line,2)" C'è una guida ai parametri che si possono modificare ? Tipo stile della lin...
IV Mcm https://www.prorealcode.com/programming-with-prorealtime/
IV Mcm Good job !
supertiti https://zupimages.net/viewer.php?id=20/50/2e3v.jpg
volanirina Bonjour Je souhaite l'avoir sur l'indicateur MT4 si possible s'il vous plait. car je l'ai fa...
Nicolas ProRealCode est un site dédié à l'utilisation de la plateforme de trading ProRealTime: https...
Ichimoku Reading I don't know in this case, I just downloaded it again and no problem for me. Try to downloa...
Ichimoku Reading What's the error that appears ?
Suzu Yuk Yes, it worked with 1Tick with 200 K . Thank you very much.
Monobrow Hi Daniele Thank you for the indicator, it looks very good. However, I have a problem so...
avatar
Anonymous Thanks very much for sharing, look forward to testing this idea out.
mathiasKN Thank you Daniele for making this script, I know its been some time since the release but wo...
IV Mcm I don't speak English and the translation is not clear. Do you have a different turn of ...
IV Mcm stonk ?
avatar
Anonymous Thanks very much for sharing, look forward to testing this idea out.

Top