SMA and RSI Simple screener

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

    Hi

    I am trying to get the below simple screener to work but I have clearly got something wrong

     

    Any advice/pointers much appreciated

     

     

    daycount = 5
    sma20= AVERAGE[20](Close)
    sma50 = AVERAGE[50](Close)
    CrossOver = Summation[daycount](sma20 crosses over sma50)
    
    myRSI=RSI[8](Close)
    CrossOver1 = Summation[daycount](myRSI crosses over 70)
    
    
    
    SCREENER [Crossover = 1] and [Crossover1 = 1]
    #228896 quote
    JS
    Participant
    Veteran
    daycount = 5
    sma20= AVERAGE[20](Close)
    sma50 = AVERAGE[50](Close)
    CrossOver = Summation[daycount](sma20 crosses over sma50)=1
    myRSI=RSI[8](Close)
    CrossOver1 = Summation[daycount](myRSI crosses over 70)=1
    SCREENER [Crossover and CrossOver1]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

SMA and RSI Simple screener


ProScreener: Market Scanners & Detection

New Reply
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JS
2 years ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 02/27/2024
Status: Active
Attachments: No files
Logo Logo
Loading...