Daily averages and stoch

Forums ProRealTime English forum ProScreener support Daily averages and stoch

Viewing 15 posts - 1 through 15 (of 20 total)
  • #215772
    Hi,
    Can you help me with following.
    I would like to see on a daily timeframe all the assets that meet the following requirements:
    1. The SMA3, SMA6, SMA9 and EMA20 are ALL green (positive) on the current day candle
    2. At least one of the above SMA’s was red (negative) yesterday
    3. The stoch RSI14 should be above 80 on the current candle OR it should be greater than 50 and increased by at least 25 compared to yesterday
    4. The average daily volume over last 7 days has to be above 1 million
    5. The price needs to be above 10 usd
    6. The bolinger bandwidth (20 2) needs to be above 0.1
    Thanks
    gr Marco
    #215777

    Hello,

    To be tested:

     

     

    #215812

    I forgot to add I took a smoothing of 3 for your stoch rsi as you only specified a length of 14. If you want a smoothing of 5 for example, it needs to be applied in line 10 as replacement of the [3]:

    StochRSIK = average[5](StochRSI)*100

    #215815

    Thanks JC

    #215954

    Hi JC,

     

    Could you change the code so it fits the following:

    Hi,

    Can you help me with following.
    I would like to see on a daily timeframe all the assets that meet the following requirements:

    The SMA3, SMA6 and EMA20 are ALL green (positive) on the current day candle

    At least one of the above SMA’s was red (negative) yesterday

    The stoch RSI14 should have increased by at least 25 compared to yesterday

    The average daily volume over last 7 days has to be above 1 million

    The price needs to be above 10 usd

    The bolinger bandwidth (20 2) needs to be above 0.1

     

    Thanks for all the great work you are doing. If i can place a great review for you somewhere i am happy to do it.

    gr Marco

    #215972

    Hi, thanks,

    OK, so in summary if I have spotted all the differences: getting rid of sma9 (impact c1 and c2), and a more simple stoch rsi14 condition (impact c3). It would give the following:

     

     

    #216006

    Hi JC,

     

    I get the message in attachment.

     

    gr Marco

    #216008

    already solved it:-)

     

    #216013

    Sorry, yes the closing bracket ) should have been deleted and line 13 should have been:

    c3 = StochRSIKStochRSIK[1]>25

    #216017

    Hi JC,

     

    It does not seem to work. Take stock: LSCC as an example. Stoch has increased by more than 30 points compared to yesterday and all the SMA’s are green. However, it does not come up in screener.

     

    gr Marco

    #216019

    Free end of day account?

    #216025

    Sorry, do not understand you

     

    #216032

    If your PRT account is free, with only daily or above TF, your screener is not “real time”, today’s data is only available from next session’s open, so usually when someone is asking for a screener on daily timeframe and a stock seems to not match in scrrener behaviour observed on today’s chart, first thing to check is the account type: free with a one session delay for screener results, or real-time.

    #216113

    Hi JC,

     

    What line of code do i need to add if i only want to see the following assets:

    • The ATR percentage (ATR/Closing Price) needs to be between 3 and 5%

     

    gr Marco

    #216114

    I have a realtime account by the way

Viewing 15 posts - 1 through 15 (of 20 total)

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