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 • 216 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 • 166 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
larouedegann TIMEFRAME(15minutes) apparemment ne fonctionne pas
Iván Bonjour Je ne comprends pas bien le problème. L'indicateur fonctionne dans n'importe quelle...
larouedegann OUI je le sais, il fonctionne dans toutes les unités de temps. Mais je souhaite utiliser l'i...
Iván
1 year ago
Iván Si lo descargas e importas en tu PRT verás que se han creado las variables para luego config...
WhyAskOZ Hi, Ivan As always you are doing great coding. The code works on my PRT, however the issu...
Iván You can delete in the last line (return) the configuration for color. Delete coloured(xx,xx,...
Iván
1 year ago
Danger Zones Indicator
Danger Zones Indicator
4
Indicators
Iván Thank you very much!
Claudio Good morning Ivan. I try to use this indicator but I receive the automatic message on line 7...
Iván Hi Claudio The indicator works fine. Maybe you are with PRT11 instead PRT12?
Bernard13 (Je réécris mon commentaire -français- en français car certains mots ne correspondaient pas ...
Iván 1000 indicateurs !!! brutaux
Iván Gracias! Para el screener sólo tienes que copiar el indicador y poner como condición de búsq...
Lean Muchas gracias Iván, ya lo he podido crear.
bertoluce Hello Ivan, thank you very much for the indicator. An observation: would it be possible (and...
Iván sería así //------------------Inputs------------------------------ linreglength = 11//i...
Doddge Muchísimas gracias Iván, está genial.
superfalcio holaaa, have you run some statistics?
Doddge Hola Iván, ¿sería posible crear un screener que indique cuándo las velas coloreadas del indi...
RTR Ivan thank you for the pro-screener. I a trying to understand how to write the signals from ...
Iván Hi, Lines 62 and 63. These lines define buy and sell conditions.
Armand2020 Bonjour , super taf!! serait il possible de faire un poc dynamique en timeframe 5 min en mod...
philippe59139 voici ce qu'il faudrait faire ou ajouter: //poc dynamique defparam calculateonlastbars=1...
pouille Merci beaucoup vraiment beau boulot, j'adore je m'en sert régulièrement
Iván
1 year ago
oliTR Yes, I am sure it should work perfectly, but I found very strange vehavior like this one: ...
oliTR well, it seems that the issue came from my backTest period which was not long enough. sorry
oliTR Dear Ivan, why, in line 86, there is "currentsuperTrend[i]" and not "currentsuperTrend" only?
Iván Hi We could find stocks with sweep on: //PRC_Sweep Institucional //version = 0 //28.0...
inverse Like the way you think Ivan ... :)
ar Bonjour Ivan et merci pour ton partage, Est-il possible d'avoir ce code en ITF
Iván Hi You should delete from the indicator code all drawing functions and all variables not us...
Iván I've created a screener to show [longcondition or shortcondition]
Chrisinobi Hallo Ivan, Danke das ist Perfekt !! Kannst du bitte in der Screener-Bibliothek die itf. hoc...
Gio56 Super idée. j'ai juste un souci. j'ai pas de barre verte mais plusieurs lignes de couleurs.....
DeathMetal change line in histgram, (click on indicator name, click on tool (
Gio56 Super merci.
Razz Bonjour Je pense que votre indicateur est très bon. Serait-il possible d'afficher la heatma...
philippe59139 if marketEtHeamap=1 then drawtext("#touch#",barindex+10,checkprice,SansSerif,Standard,10) c...
philippe59139 voici pour toi RAZZ il te faut simplement ajouter les drawtext https://www.prorealcode.com...
MaoRai54 Thanks, now it's OK. in your first code at line 15-16 it's missing.
Madrosat Hello Ivan Did you try a strategy with this indicator
Iván Hi. No I didn't. This is a code translation requested by an user a few days ago.

Top