Stoch RSI declining

Forums ProRealTime English forum ProScreener support Stoch RSI declining

  • This topic has 10 replies, 3 voices, and was last updated 1 year ago by avatarJS.
Viewing 11 posts - 1 through 11 (of 11 total)
  • #208382

    Hello,

    Can you help me with following.

    I would to see all assets that fit the following criteria.

    1. The SMA20 (daily) is declining for at least 10 days in a row
    2. The Stoch RSI 14 was above 80 yesterday
    3. The stoch RSI 14 is below 60 today
    4. The price of the stock is above 5 usd
    5. The average daily volume of last 7 days is above 1 million

    Thanks

     

    Gr Marco

    #208538
    JS

    Hi Marco,

    Here is the screener…

    2 users thanked author for this post.
    #208553

    Hi,

    Thanks

    I get an error. See attachment.

     

    gr Marco

    #208555
    JS

    Hi Marco,

    Something must have gone wrong with your “copy & paste”…

    Line 3 must be, according to the original screener…

    C1=Summation[10](S1<S1[1])=10

    1 user thanked author for this post.
    #208560

    Click the button as shown in my pic, then press Ctrl+C to copy the code.

    Then you can paste it (Ctrl+V) in your platform and it should run flawlessly.

     

    1 user thanked author for this post.
    #208590

    Hi,

    What do i need to change to get the following:

    I would to see all assets that fit the following criteria.

    1. The SMA20 (daily) is increasing for at least 10 days in a row
    2. The Stoch RSI 14 was below 20 yesterday
    3. The stoch RSI 14 is above 40 today
    4. The price of the stock is above 5 usd
    5. The average daily volume of last 7 days is above 1 million

    Thanks a lot

    #208594
    JS

    Hi Marco,

    You can simply change the numbers in line 10 and 11…

    >80  < 20

    < 60  > 40

    #208605

    Hi Js,

     

    But then the SMA is still decreasing. In this case i need it to be increasing for at least 10 days in  a row.

     

    gr Marco

    #208606
    JS

    Hi Marco,

    Adjust line 3 to: C1=Summation[10](S1>S1[1])=10

    (Flip < to >)

    #209238

    Hello,

    I would like to add the following to:

    1. The SMA20 (daily) is declining for at least 10 days in a row
    2. The Stoch RSI 14 was above 80 yesterday
    3. The stoch RSI 14 is below 60 today
    4. The price of the stock is above 5 usd
    5. The average daily volume of last 7 days is above 1 million

    number 6:

    The SMA20 daily of today needs to be at least 3% lower then the SMA20 10 days ago

     

    Thanks

     

    gr Marco

    #209274
    JS

    Hi Marco,

    Hereby the screener, time to learn some coding… 😉

     

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

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