StockFetcher Forums · Filter Exchange · Basic Filter for newbies and old pros...<< 1 ... 10 11 12 13 14 >>Post Follow-up
TheRumpledOne
6,409 posts
msg #130616
Ignore TheRumpledOne
8/26/2016 9:21:57 PM

*** POP ***

TheRumpledOne
6,409 posts
msg #156081
Ignore TheRumpledOne
3/10/2021 1:44:04 AM

***POP***

TheRumpledOne
6,409 posts
msg #161040
Ignore TheRumpledOne
modified
4/30/2024 1:17:30 PM

Fetcher[
/* Basic Filter for newbies and old pros - updated 2024-4-30 */


set{HHb,days(high is above high 1 day ago,100)}
set{HHa,days(high is below high 1 day ago,100)}
set{HxH, HHa - HHb}

set{LLb,days(low is above low 1 day ago,100)}
set{LLa,days(low is below low 1 day ago,100)}
set{LxL, LLa - LLb}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}


set{xGapUp,days(close to open gap is above 0,100)}
set{xGapDn,days(close to open gap is below 0,100)}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


and add column VolCnt
and add column Vdbl
and add column VolZ

and add column CxC {CxC_}
and add column HxH{HxH_}
and add column LxL {LxL_}
and add column CxE5 {CxE5}

and add column xGapUp {GapUp}
and add column xGapDn {GapDn}

close above 1
volume above 1000000

sort column 8 descending

]



StockFetcher Forums · Filter Exchange · Basic Filter for newbies and old pros...<< 1 ... 10 11 12 13 14 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.