Screen for consecutive events

Discussion in 'Trading' started by john7722, Feb 22, 2022.

  1. john7722

    john7722

    Hello,

    Is there a stock screener that allows to scan for consecutive days events.
    For example :Show stocks that have 5 days in a row negative returns
    I looked at finviz but I can't see it there.
    Thank you
     
  2. fyi: a time-based daily analysis is called diurnal variation.
     
  3. Peter8519

    Peter8519

    This screen is best suited for charting software e.g. Ninja Trader, Amibroker.
    I use Amibroker. This is not a software recommendation but just an example.
    Filter = (ref(C,-4) > ref(C,-3)) AND (ref(C,-3) > ref(C,-2)) AND ( ref(C,-2) > ref(C,-1)) AND (ref(C,-1) > ref(C,0));

    This is part of the screen results.
    upload_2022-2-22_21-54-0.png

    You can try Ninja Trader since is free for non-live trading.
     
  4. jnbadger

    jnbadger

    Trade Ideas does this.