SMA and RSI Simple screener

Forums ProRealTime English forum ProScreener support SMA and RSI Simple screener

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

    Hi

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

     

    Any advice/pointers much appreciated

     

     

     

    #228896
    JS
    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)

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