Supertrends screener for Price crossover

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #246630 quote
    segie
    Participant
    Senior

    Hi,

    Please help me with a screener with these conditions:

    1. Price crossing over 2 x Supertrends e.g (1:2) and (3:4)

    2. Price trading above 200ma

    Regards,

    Segie

    #246633 quote
    JS
    Participant
    Senior

    Hi Segie,

    Is (1:2) and (3:4) the same as SuperTrend[1,2] and SuperTrend[3,4] ?

    #246635 quote
    segie
    Participant
    Senior

    Hi JS,

    Yes.

    I am just using arbitrary figures. You can use any. I will adapt it.

    Thanks,

    Segie

    #246638 quote
    JS
    Participant
    Senior

    Hi Segie,

    Try this one:

    ST1=SuperTrend[1,2]
    ST2=SuperTrend[3,4]
    MA200=Average[200](Close)
    
    C1=Close>ST1 and Close[1]<ST1[1]
    C2=Close>ST2 and Close[1]<ST2[1]
    C3=Close>MA200
    
    Signal=C1 and C2 and C3
    
    Screener[Signal]
    robertogozzi, Iván González and segie thanked this post
    #246684 quote
    Iván González
    Moderator
    Master

    Here you have another example:

    ST1=SuperTrend[1,2]
    ST2=SuperTrend[3,4]
    MA200=Average[200](Close)
    
    Screener[ST1 crosses over ST2 and Close>MA200]
    JS, robertogozzi and segie thanked this post
    #246739 quote
    segie
    Participant
    Senior

    Looking to screen when price  double cross over both Supertrends (close). Please see e.g in the attached picture where price crosses both Supertrends (black lines).

    Background turns from red to green. That’s the point of screening I’m looking for.

    Above code provides later confirmation

    Thanks,

    Segie

    1746262821887.jpg 1746262821887.jpg
    #246741 quote
    JS
    Participant
    Senior

    When I use my code I don’t see that the signal is late…?

    Scherm­afbeelding-2025-05-03-om-11.40.54.png Scherm­afbeelding-2025-05-03-om-11.40.54.png
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.

Supertrends screener for Price crossover


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
segie @segie Participant
Summary

This topic contains 6 replies,
has 3 voices, and was last updated by JS
10 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 05/01/2025
Status: Active
Attachments: 2 files
Logo Logo
Loading...