high has at any time been above the upper Bollinger in the previous (n

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #217739 quote
    sgrechsgrech
    Participant
    Junior

    I hope someone is available to help with my question.  I wanted to search for an answer in this forum but seem unable to find the search button!?

     

    In my screener, I need to check whether the market price (high) has at any time been above the upper band in the previous (n) periods.   How would I achieve this please.  Thanks in advance.

     

    Simon

    #217747 quote
    JSJS
    Participant
    Master

    Hi Simon,

    Try this one…

    TimeFrame(Daily)
    n=20 //Periods
    BBUp=BollingerUp[20](close)
    C1=Summation[n](High>BBUp)>=1
    Screener[C1](High>BBUp as "Crossing High BBUp")
    
    Nicolas and sgrech thanked this post
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

high has at any time been above the upper Bollinger in the previous (n


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
sgrech @sgrech Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JSJS
3 years, 2 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 07/17/2023
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...