Turn This into a Bearish Screen?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #236078 quote
    IAmShareCrazy
    Participant
    New

    I have tried myself without luck, MANY thanks

    TIMEFRAME(weekly)
    fast = average[10](close)
    slow = average[40](close)
    spread = ((fast/slow)-1)*100
    delay = 1

    flatrange = ABS((lowest[10](low)[delay]-highest[10](high)[delay])/close)*100

    c1 = fast>slow AND spread>10 AND close>fast AND flatrange<=15 breakout = close crosses over highest[10](high)[delay] SCREENER[c1 and breakout](flatrange)

    #236080 quote
    robertogozzi
    Moderator
    Master

    There you go:

    TIMEFRAME(weekly)
    fast = average[10](close)
    slow = average[40](close)
    spread = ((fast/slow)-1)*100
    delay = 1
    
    flatrange = ABS((lowest[10](low)[delay]-highest[10](high)[delay])/close)*100
    
    c1 = fast<slow AND spread<10 AND close<fast AND flatrange<=15
    breakout = close crosses under lowest[10](low)[delay]
    SCREENER[c1 and breakout](flatrange)
    Iván González thanked this post
    #236081 quote
    JS
    Participant
    Senior
    (crossing with Roberto)

    If you don’t change anything else in averages, spread and flat range…

    C1= fast<slow and spread<-10 and Close<fast and flatrange<=15

    BreakOut=Close crosses under Lowest[10](Low)[Delay]

    Screener[c1 and BreakOut]

    robertogozzi and Iván González thanked this post
    Scherm­afbeelding-2024-08-03-om-10.27.01.png Scherm­afbeelding-2024-08-03-om-10.27.01.png
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Turn This into a Bearish Screen?


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 2 replies,
has 3 voices, and was last updated by JS
1 year, 7 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/03/2024
Status: Active
Attachments: 1 files
Logo Logo
Loading...