Bollinger Band 3 Deviation Touch Screener – please test

Forums ProRealTime English forum ProScreener support Bollinger Band 3 Deviation Touch Screener – please test

Viewing 10 posts - 1 through 10 (of 10 total)
  • #21259

    Hi coders,

    I’m trying to create a ProScreener which alerts us in realtime and on the current candle of as soon as price touches the outer Bollinger Bands at a Standard Deviation of 3 on all 47 Spot FX Pairs.

    Is this correct? Please kindly test and edit it.

    #21302

    Your code wasn’t good. In your case, you only want to test if the current high is superior to the upper band or if the current low is inferior of the lower bollinger band.

    Please find below the modified code that will give you the desired results:

     

    1 user thanked author for this post.
    #21312

    Thanks bro it works perfectly. As soon as I used your code results appeared instantly 😀

    #21391

    Hi Nic,

    Here is your version of the BB Touch Screener (see attached).

    Could you kindly assist by helping me with a small text dashboard which shows the distance of price from the Bollinger Bands Top and Bottom? Sort of just like your CCI dashboard example you posted for us a while ago.

    Please see attached example!

    #21404

    Here is the small dashboard to show current Close distances from upper and lower Bollinger bands. To have it fixed on chart, it’s a better option to display it on a separate window like I did in my attached example.

    This is the dashboard code:

     

    1 user thanked author for this post.
    #21440

    You’re a genius mate. Your coding is awesome thank you.

    How to I shorten the pip amount in the code? Is it bar index? For example I just want to shorten it to “46.5” instead of “46.23446598564332”. Thanks chief.

    #21445

    Rounding digits is not possible, the only way to do is to modify lines 5 and 6 with this code instead: (it will round the displayed pips text to the next round number).

     

    1 user thanked author for this post.
    #21446

    Bless you mate thank you.

    Is it possible to have dashboards like this one displayed on the main chart and not in a sub window? Or is that not possible with PRT yet?
    Also, you know when you “resize” the subwindow the dashboard text becomes overlapped onto each other. Can you teach me the code which will prevent this from happening sir?

    #21448

    How about this for just 2 digits after decimal point… should work (replace all the 100’s with 10 for just 1 digit, or with 1000 for 3 digits, etc…)

    2 users thanked author for this post.
    #21449

    Perfect! That worked like a charm. Check it out.

Viewing 10 posts - 1 through 10 (of 10 total)

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