Boomer pattern

Boomer pattern

The boomer pattern is a special graphic configuration formed by three bars in sequence, of which the last two are inside the previous one. In practice the first bar encloses the two successive which have minimum and maximum respectively upper and lower than the previous.

Ultimately, after the first bar, the pattern contain two “inside days”, days when the minimum and the maximum grow without exceeding the values of the previous range.

That graphic situation indicates a progressive compression of volatility which normally gives rise to an explosion of significant quantities prices.

This pattern identify a price squeeze consisting of three bars in the sequence having the characteristics described above which is a prelude to a subsequent volatility of explosion. However this pattern of course not allow in any way to predict the direction of the breakout, if not relying on continuation pattern or reversal of technical analysis, such as the triangles that are formed on a maximum or a minimum period of rather than in the middle of a trend in place.

The pattern, results in a triangular shape which can be of a reversal or continuation of the main trend.

In this ProScreener code, an ADX filter is added to know if the instrument is trending (ADX value must be above 25 at least). 

I also add a DI+ and DI- comparison (above / below), to find what is the actual trend and give an information of what would be the direction of the triangle breakout : bullish or bearish. This is the sorted column criteria: 1 = potential bullish explosion to come, -1=bearish one).

 

 

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. gianlox • 01/12/2017 #

    I created the indicator
    //Boomer pattern indicator

    c = summation[2](high<high[1] and low>low[1])=2
    v = summation[2](volume<volume[1])=2
    a = adx[14]>=25
    d = DIplus[14]>DIminus[14]
    e = DIplus[14]<DIminus[14]
    boomerlong = c and v and a and d
    boomershort = c and v and a and e

    //bullish trend
    if boomerlong then
    DRAWARROWUP(barindex, low- low*0.003) coloured(0,255,0)
    DRAWcandle(open, high, low, close) coloured(0,255,2)
    DRAWTEXT(\"Boomer Long\", barindex, high+high*0.03) coloured(255,255,2)
    endif

    //bearish trend
    if boomershort then
    DRAWARROWdown(barindex, high+ high*0.003) coloured(255,0,0)
    DRAWcandle(open, high, low, close) coloured(255,0,0)
    DRAWTEXT(\"Boomer Short\", barindex, low-low*0.03) coloured(255,255,2)
    endif

    return boomerlong or boomershort

     

    • Nicolas • 01/12/2017 #

      Thanks for sharing it here! 😉

  2. johan_s • 01/12/2017 #

    Hi
    Can’t get the indicator to work. “Syntax error line 13 character 12”
    Can somebody help me?

    • Nicolas • 01/12/2017 #

      Not an indicator but a screener.

    • johan_s • 01/12/2017 #

      Nicolas! You screener works perfekt, thank you. But theI meant the indicator and the code gianlox posted. 

    • Nicolas • 01/12/2017 #

      Oh sorry! I think you are still using the 10.2 version of the platform that don’t allow these new graphical instructions, that’s the reason why you get this syntax error.

  3. Chamberskob • 01/12/2017 #

    Hi Nicolas, your screeners are great thanks heaps! I am just getting used to PRT. Any chance you have some for: Cup and Handle Pattern, High tight flag and (VCP) volatility contraction patterns…..??

    • Nicolas • 01/12/2017 #

      Why not, please add a query as a new topic in the screeners forum.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Despair What do you mean by “German extra stocks”?
odin i mean german xetra stocks :-)
Despair Ok! Thanks.
Mully Bonjour, est ce que quelqu'un sait comment ajouter les niveaux de résistances / supports su...
Nicolas Il s'agit de l'indicateur "volume par niveau de prix" disponible par défaut dans la plateforme.
Nicolas Screeners dont plot anything on charts.
jobswaps Hola puedes agragar marcos temporales como minimo y maximo en temporalidad del triangulo par...
p3sc4d0r c3 = Average[40](close*volume) > 3000000 Hi to everyone. I need some help with this co...
shawnybaby Hi great screener. I am quite new, is it possible to have this screener so it specifies the ...
philou22 Hi, how to make this screener as an indicator ? thanks
andyj Hi , I have an error on line 13 when I run this: line 13 value = (Highest[20](high)+Lowest[...
s00071609 Is it possible to have fibo numbers like 1, 2, 3, 5,8 sequence by modifying the calculation?
Nicolas sorry i dont get it. you want to plot the next level at current price + ratio?
s00071609 I meant not plotting 4, 6 and 7. This question about having 1,3,5,8 sequence was meant to be...
Actabi Thank you ! Have you realised your "next step" ?
Jessar guten Tag, gibt es bereits die Aktualisierte Datei?
Per Inge Gents - An update - I have been studying various trading approaches, as this one that is bas...
Alan hi there, i get an error which says the screener does not contain code? Please help me adjus...
Nicolas I just tried with the itf file from the above post and it contains code. Did you import it i...
Gianluca thank you very nice screener
Vonasi An interesting idea that was easily turned into a strategy on a shorter time frame that appe...
Stenozar Hi Vonasi, is it possible for you to share your code here? thanks in advance
Vonasi Sorry Stenozar. I have only really spent an hour or so on this strategy so far and it is far...
styrke Hello Nicolas, Nice screener, I appreciate the way you always try to condense at maximum th...
Nicolas There's no particular reason. RSI is widely use with its default period and results seems re...
Angel Perez Ciao Francesco. First of all thanks for the indicator and also fro the screener. I do have a...
PSIDIO Ciao to you all, I also have a question and would be very happy for a helpful comment. I a...
gabri
7 years ago
Jérôme Dumortier Thank's a lot !!!
Gaby333 Thanks Mate
Usul83 Do not understand the specifications
dertopen @gabri hi Gabri i get the same error: define highlow and highhigh whic are the good numbe...
luigiR ciao gabri complimenti per il tuo lavoro, ti chiedo una cortesia cosa devo scrivere nel codi...
Bard Hi Violet, Thanks so much for making this screener. Bulkowski's work is thorough. I though...
Violet Abz, the arrows and circles are only the *first part* of a trade setup. If certain conditio...
gabri Violet, you did an excellent job. I attached here https://www.prorealcode.com/prorealtim...
fab.ub HI GABRI, if the cirled arrow is the intermediate point in which You can define your entry a...
bazilou pouvez expliquer donchian bias merci
tommygtb what does the criteria mean in the box on the screen is it the time frame the screener sear...
Saberi2023 Hello dear Can you please write it also in java script?
Diamant Bonjour Léo, est t'il possible d'avoir le code de l'indicateur ton Double haut et double fo...
TACBOLSA
7 years ago
RB-MACD TIMING
RB-MACD TIMING
0
Screeners
777dks hi this doesnot seem to work on forex, any ideas? thanks.

Top