Turn This into a Bearish Screen?

Forums ProRealTime English forum ProScreener support Turn This into a Bearish Screen?

  • This topic has 2 replies, 3 voices, and was last updated 3 months ago by avatarJS.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #236078

    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

    There you go:

    1 user thanked author for this post.
    #236081
    JS

    (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]

    2 users thanked author for this post.
Viewing 3 posts - 1 through 3 (of 3 total)

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