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 • 217 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 • 167 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
FXtonio Nicolas.... MERCI 1 millions de fois, cet indicateur gagne dans 75% des cas en scalping m1 ...
davy42 bonjour, à quel moment apparait le fleche, à l'ouverture ou la fermeture de la bougie? merci
Freezer Bonjour, est-il possible d'ajouter une alarme sonore sur PRT à l'apparition des flèches ? Br...
Nicolas
2 years ago
B-Xtrender
B-Xtrender
8
Indicators
616248 Bonjour Nicolas, Peux tu nous expliquer le principe de fonctionnement ? Ou nous mettre un...
Nicolas Le lien vers l'article IFTA de l'auteur est dans le post déjà :)
P. Marlowe Very poweful indeed. It deserves close attention. I really appreciate very much IFTA backgro...
JS
2 years ago
Trendilo
Trendilo
1
Indicators
Coded1 very interesting indicator, thanks JS
JS
2 years ago
bousalahane merci pour le partage de cet l'indicateur, j'ai rajouté un autre indicateur pour faire une s...
joaoarcher Hi, thank you for the this. Is it possible to create a screener from this indicator, so that...
luxrun
2 years ago
Gabriel_HO Hello, thank you for your indicator, it indicates well the gaps area, I am happy with it as...
geroniman super Ivan, excellent.Muchas Gracias.
Edelmiro My gratitude to Monochrome for sharing the "Smartmoneyindicfaivaluegap.itf" indicator is a s...
Nicolas
2 years ago
Lucas0000 Hello, Congratulations on this programming, it seems incredible to me, I am new to this but ...
plbourse Hello, I am trying to use this singal (in fact I have converted it to an indicateur giving B...
manfeber Buenos dias,alguien me podria decir como se descargar el archivo o el indicador Q-Trend??,ya...
Gianluca Amazing, thank You for your contribution!
Alex Spioglou Thank you for featuring my work, and I hope you found it useful. Mind the paper was publ...
NEOMKEY Hi, I can watching it´s very interesting your work on Tradingview Platform. You could contri...
steffen_burat Hello Nicolas, I have a cumulative histogram update problem, the indicator often updates ...
taklause Hello Nicolas, if I try to use your indicator in a trading system, the error on prc pops up ...
Gio56 Bonjour Nicolas J'ai le meme souci que steffen , l'indicateur ne cumule qu'après avoir redé...
BriceE Bonjour Nicolas, Je suis a la recherche d'indicateurs pour me donner la meilleure indicatio...
supertiti Quand on parle d'AFR on parle de quoi ? merci
Sever AFR means Average Filter Regression
supertiti Thanks you
Nicolas
2 years ago
Maxime Baudin Well done Nicolas, creative!
Stenozar Hi Nicolas, please can you explain how to read/use this indicator? thanks!
JC_Bywan For people interested in the screener: https://www.prorealcode.com/topic/screener-buy-sell-m...
octum Gracias NJicolas. Las lineas 35 y 36 dan fallo. (¿Es adrede para iniciados?) Puedes co...
mortezaali14 Salut Nicholas, comment exécuter ce fichier dans les métadonnées
Nicolas
2 years ago
FXtonio Bonjour Nicolas, merci pour cette merveille, je l'utilise en compl2ment du "magical buy sell...
xpe74 Bonjour Nicolas, quelle est la valeur de MA que l'on doit prendre en compte pour intégration...
Nicolas Il faut faire un CALL de l'indicateur et y placé en paramètre les valeurs des périodes souha...
Nicolas Yes, Magic if the variable that contains the value of the line, you can test if it goes up o...
dadah1987 Bonjour Nicolas, merci pour cet indicateur. Utilisant pour l'instant la création simplifié p...
Nicolas Merci d'ouvrir un sujet sur le forum avec une description complète du système.
GustavoLoboOrenstein Is it possible to add histogram with only increasing bars?

Top