%B = (Close - Lower Band) / (Upper Band - Lower Band),

来源: 2011-03-22 17:41:08 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

bb (20,1.00) %B(20,1 std)

Familiar with Technical Indicator?, "Percent B"

Hi. This is my first post.

I have this indicator in my stock trading platform, Fidelity Active Trader, but I have not been able to find a forex broker who has it in their charting software.

Do you know of any brokers that offer this indicator?

If not, do you know where I can find more information about this indicator and/or its formula?

Thank you.

  • #2
    zupcon's Avatar
    zupcon is offline level 2 Malta zupcon is on a distinguished road
    Join Date
    Nov 2004
    Posts
    75
    Threads
    0
    Thanked
    0 Time(s)
    Liked
    0 Time(s)
    Downloads
    0
    Uploads
    0
    Rep Power
    7

    Re: Familiar with Technical Indicator?, "Percent B"

    Hi Chris1010

    Im not familiar with your brokers platform so cant be 100% sure. However John Bollinger in his book on bollinger bands describes an indicator that he calls %b. This indicator basically tells you where price is in relation to the upper and lower bollinger bands.

    The indicator displays a value of 1 when price is at the upper band, 0.5 when price is at the central band, and 0 when at the lower band. The indicator may also go above 1 and below 0 when price moves outside the band

    Its an easy enough indicator to calculate:

    %b = (price - lower band) / (upper band - lower band)

    It might be worth sticking bollingers on your chart and comparing to the %b indicator to confirm. I may even have a custom indicator i programed for metatrader somewhere, happy to share if it helps.

    I havnt seen %b on any brokers platforms but I havnt really much experience in that area.

    mick

  • #3
    chris1010's Avatar
    chris1010 is offline level 1 United_States chris1010 is on a distinguished road
    Join Date
    Apr 2005
    Posts
    12
    Threads
    4
    Thanked
    0 Time(s)
    Liked
    0 Time(s)
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Re: Familiar with Technical Indicator?, "Percent B"

    Zupcon,

    Thank you for your detailed reply. It really helps.

    If you could find that formula for Bollinger Percent B and post it here or email it to me that would be great.

    Thank you.

  • #4
    Rhody Trader's Avatar
    Rhody Trader is offline level 3 United_States Rhody Trader is on a distinguished road
    Join Date
    Dec 2004
    Posts
    99
    Threads
    3
    Thanked
    0 Time(s)
    Liked
    0 Time(s)
    Downloads
    0
    Uploads
    0
    Rep Power
    7

    Re: Familiar with Technical Indicator?, "Percent B"

    %B = (Close - Lower Band) / (Upper Band - Lower Band)

    Multiply through by 100 to get a base 0 to 100 scale. Keep in mind, however, that sometimes the value will exceed those bounds if the market closes either above the upper band or below the lower band.