Volatility Support Resistance Indicator

Forums ProRealTime English forum ProBuilder support Volatility Support Resistance Indicator

Viewing 15 posts - 1 through 15 (of 17 total)
  • #58619

    Hello everyone here Ivan Donatiello,

    I am studying Kirk Northington’s book “Volatility-Based Technical Analysis: Strategies for Trading the Invisible” 2009 USA.

    I am intrigued about an indicator called N Bande, but the code is the owner of MetaStock.

    However I created a variant that gives me good triggers using the Bollinger Bands. The indicator I want to create must do the following.

    1. Create a horizontal line when today’s Bollinger + is lower than yesterday’s bolligenger +.
    2. Create 3 liene that have the value of the 10-period ATR, subtracting from the value of point 1.

    The exact opposite for Bollinger -.

    Each time a new condition is created, as in point 1, the line must be updated, while keeping the old values on the graph history. It should appear a broken leena the most important values are the most recent.

    Below is an image to start with.

    Thank you all

    #58622

    Remind me these topics:

    https://www.prorealcode.com/topic/newbie-coding-request-bb-sr/

    https://www.prorealcode.com/topic/bands-n-metastock/

    Your version/interpretation of this indicator is easier to code.

    So, each time the condition 1 is met, we update the whole lines calculation? right?

    #58627

    Yes Nicolas, whenever the condition occurs 1, we update the R1. The same thing for the S1 for the Bolloger –

    Study the topics that you have link to me 🙂

    #58634

    Ok, so this is the indicator that plot the upper and lower bollinger bands as support/resistance lines when they quit the expansion phase (phase 2). Other lines are calculated with an ATR 10 periods. Sometimes lines are overlapping and it is a bit confusing IMO.

     

     

    #58688

    Thanks Nicolas 🙂

    Then the indicator worked well but it gave a delay period. In addition, the Bollinger caused the price to go out of the volatility bands too often, so I tried using bands built by linear regression. It seems that they work well. Below are the two codes and the screeshot.

    Bands of volatility equal to the bollinger but with the measure of central tendency linear regression:

    Indicator of Nicolas with the correction of the delay period:

    It would be nice to combine in a single indicator, but even so it’s more than good 🙂

    Below is the screenshot. Note I put the invisible central blind.

    Thanks Nicolas  🙂

    #58702

    Change the last line of your indicator by this one and you’ll have an “all-in-one” indi.

     

    #58718

    Non ho capito come fare ad unire i due indicatori, potete riscriverlo voi il codice finale?

    #58747

    This is my final version. I made some changes because I saw that volatility changes affect both the compressions and the expansions.

    So the inidator treats supports and resistance on the expansion returns, in the same way supports and resistance on the beginning of volatility expansion.

    It would be nice to be able to put the names to the supports and resistors, example above or to finaco to the line S1, S2, R1, R2 etc. but I do not know how to do it 🙂

     

    #58759

    Could you give some explanation about how this indicator is used ? Is he part of a trading method described in the book ?

    #58761

    Non ho capito come fare ad unire i due indicatori, potete riscriverlo voi il codice finale?

    Nel forum in lingua Inglese si prega di usare l’inglese. Grazie.

    1 user thanked author for this post.
    #58787

    A question, sorry for the in-experience. But if we program an indicator that is similar to an owner, as in this case, is it a violation of copyright?

    Otherwise, delete everything immediately!

    #58956

    We are absolutely not violating copyright here, and as I said your code is not near to the original version. If we can’t plot lines on a chart based on standard deviation from a mean, because someone already did it in a book, well .. a lot of codes around here should de deleted also 🙂

    #59090
    Leo

    Ivan, can you explain the strategy then. Thanks

    #59316

    The strategy is based on the mathematics of volatility. One method that you find in the book of the post above, is 500 pages of stuff difficult to answer so quickly.

    #90523

    anybody knows why Trading View does not accept this script ?

Viewing 15 posts - 1 through 15 (of 17 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login