Close below SMA5 weekly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #216656 quote
    marco7630marco7630
    Participant
    New

    Hi,

    Can you help me with following.

    I would like to see on a weekly timeframe all the assets that meet the following requirements:

     

    1. The current price candle crosses below the SMA5
    2. Last 2 weeks close was above the SMA5
    3. The average weekly volume over last 7 weeks has to be above 10 million
    4. The price needs to be above 10 usd
    5. The bolinger bandwidth (20 2) needs to be above 0.15

    Thanks a lot

     

    Gr Marco

    #216660 quote
    JSJS
    Participant
    Master

    Hi,

    Hereby the screener…

     

     

    TimeFrame(Weekly)
    SMA5=Average[5](Close)
    C1=Close Crosses Under SMA5
    C2=Summation[3](Close>SMA5)=2
    C3=Average[7](Volume)>10000000
    C4=Close>10
    C5=BollingerBandWidth[20](Close)>0.15
    Screener[C1 and C2 and C3 and C4 and C5](Close<SMA5 as "Close below SMA5")
    #217565 quote
    Malibu1Malibu1
    Participant
    New

    Hi JS,

    Just a quick question, can you tell me where to find more information on the last line of the code, in particular this part: (Close<SMA5 as “Close below SMA5”). Where do I find information on this? I have seen this written in several different ways and I dont understand what its referencing. Sometimes its written as condition1 is ‘No” and sometimes other versions that I dont follow.

     

    Thanks,

    Shane

    #217566 quote
    JSJS
    Participant
    Master

    Hi Shane,

    After the “screener” part (Screener[…]) you can come up with something to put as a title above the column with results (I think this is optional…)

    So suppose I have condition C1=Close>Average[10](Close) then I can close the screener with for example:

    C1=Close>Average[10](Close)

    Screener[C1](C1 as “Hooray the close is above average”)

    Scherm­afbeelding-2023-07-12-om-14.43.08.png Scherm­afbeelding-2023-07-12-om-14.43.08.png
Viewing 4 posts - 1 through 4 (of 4 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

Close below SMA5 weekly


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
marco7630 @marco7630 Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 06/23/2023
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...