Long time below EMA50

Forums ProRealTime English forum ProScreener support Long time below EMA50

  • This topic has 9 replies, 2 voices, and was last updated 6 months ago by avatarJS.
Viewing 10 posts - 1 through 10 (of 10 total)
  • #220716

    Hello,

    I would like to see on daily time frame all the stocks that meet following criteria:
    • The closingprice of the stock has been below the EMA50 for 120 days and now closes for first time above the EMA50

    Thanks

    gr Marco

    #220734
    JS

    Hi @Marco7630

    Hereby the screener:

    #220741

    Thanks js

    1 user thanked author for this post.
    avatar JS
    #222198

    Hi Js,

     

    What is the code for following:

    The price of the stock times the average daily volume last 30 days should be above 50 million.

     

    Greetimgs Marco

    #222199
    JS

    Hi Marco,

    C1=Close*Average[30](Volume)>50000000

    Screener[C1]

     

    #222357

    Hi JS,

     

    Is it possible to screen on 2 day period instead of 1 day or 1 week?

     

    gr Marco

    #222359
    JS

    Hi Marco,

    No, not possible..

    (But you can use 48 hours, for example…)

     

    #222362
    JS

    Hi Marco,

    Sorry, it’s about screeners…

    Yes, you can make almost any combination… (also 2 days)…

    #222370

    Ok, what code should i use than if i want to see all stocks that have gone up 5% on a 2day timeframe?

    #222371
    JS

    Try this one:

     

Viewing 10 posts - 1 through 10 (of 10 total)

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