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 • 219 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 • 169 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
imran Hi I have been trying to test a strategy to buy and sell based on the indicator cross overs...
Zigo I'am sorry that I answer so late, but the code seems to be working perfect. I use the indica...
Zigo
5 years ago
Zex-Indicator
Zex-Indicator
6
Indicators
bertrandpinoy Hello Zigo can you turn into an automatic strategy?
eckaw Hey @Zigo thanks for this indicator. May I ask what the multiplier 1.682 is derived from? I ...
Zigo Hello, eckaw, its not so important I had meant 1.618 and not 1.682. It has nothing to do wit...
Dunstan I would like to get guidance_ How do I access and attach this indicator to my MT5 platform...
Nicolas You can't, use prorealtime, it's way better
jc84 Thank you very much for this indicator , not provided by PRT I was actually working at thi...
Nicolas Oui le code est correct et il fonctionne, j'ai de bons résultats sur la liste NASDAQ par exe...
pincherman Bonjour :-) J'ai coller le script dans prorealtime pour jouer avec le supertrend et j'ai un...
Nicolas Vous l'avez sans doute collé au mauvais endroit, dans l'éditeur de code pour les stratégies,...
IV Mcm Bonjour, Je ne reconnais pas cette ligne dans le code, essayer de télécharger directement le...
Manu L. Bonjour, Possible de créer un screnner multiframe Mois dans Ichimoku semaine dans Ichimok...
Guillaume Mcm I gave the above message fix ;)
Tradingrob Is it possible to put the itf-file in the right way here in Prorealcode? so the right 'trend...
Guillaume Mcm Update link ;) https://www.prorealcode.com/topic/trend-histogramme-cci-mise-a-jour-suite-...
ggolfet Hi Actarus, what's the name of the histogram indicator below Apple's chart?
Actaru5 Flag ShowState in setting and show histogram
NicolaSilvagni hi, thank you for creating this indicator. i can't figure out how to get the three graphs b...
larouedegann It doesn't work
ggolfet it seems it's not working on prorealtime 11. I changed MACDSignal to MACDSign in order to av...
juanj Please note that the indicator is meant for PRT 10.3
khashayar Hi Can you please upload the TMA channel code? Thank you
oyinloyea Is it possible to have the open and close price in Box format for the different sessions. Th...
Luciole I aslo got this error message with EU version : "A positive integer parameter is expected wi...
Suzu Yuk So Does anyone knows how to fix the error "“A positive integer parameter is expected with HI...
Thomas I haven't solved it yet. I suspect it has to do with the data cache. The problem has never o...
Thomas
5 years ago

Top