Is there any simple screener for stocks trending below/above SMA200

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190173 quote
    Bevandrad
    Participant
    New

    Hi!

     

    Like the title says. Im absolutley useless at coding so if there isn’t any screeners out there fit for my purpose i would be greatful for your help.

    #190194 quote
    robertogozzi
    Moderator
    Master

    There you go:

    Sma200 = average[200,0](close)
    Above  = close > Sma200
    Below  = close < Sma200
    Signal = 0
    IF Above THEN
       Signal = 1
    ELSIF Below THEN
       Signal = 2
    ENDIF
    SCREENER[Signal](Signal AS "1=↓, 2=↓")
    Bevandrad thanked this post
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Is there any simple screener for stocks trending below/above SMA200


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Bevandrad @bevandrad Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/19/2022
Status: Active
Attachments: No files
Logo Logo
Loading...