StockFetcher Forums · Filter Exchange · *** TESTING *** WORK IN PROGRESS ***<< 1 ... 4 5 6 7 8 >>Post Follow-up
TheRumpledOne
6,499 posts
msg #161696
Ignore TheRumpledOne
3/15/2025 11:48:35 AM

In case you are following, the filters that compare the previous day's close to the current high are NOT calculating properly.

Researching whether or not this is possible and if I am doing something wrong.


nibor100
1,068 posts
msg #161710
Ignore nibor100
3/17/2025 12:06:21 AM

It’s the same issue with Count that I replied to your recent Announcements post.
Ed S

nibor100
1,068 posts
msg #161712
Ignore nibor100
3/17/2025 10:01:30 AM

I forgot to mention that when SF does your Thursday close Friday high calc on the Thursday before Friday, it takes the current Thursday close and uses the high from the Friday a week before.

So it seems the daily data used by SF for Date(day of week) is only looking across the most recent 5 days.

Ed S.

TheRumpledOne
6,499 posts
msg #161744
Ignore TheRumpledOne
modified
3/27/2025 10:54:28 AM


Fetcher[
/* Turn trades starting below High 20 day Low */

set{ sw1, count( close 1 day ago below open 1 days ago ,1) }
set{ sw2, count( close above open ,1) }
set{ sw3, count( close 1 day ago below high 20 day low,1) }

set{ x1, sw1 * sw2 }
set{ TT, x1 * sw3 }

/* PRICE ACTION TRADE LOW BELOW PREVIOUS LOW and CLOSE ABOVE PREVIOUS CLOSE */

set{ sw4, count( low below low 1 days ago ,1) }
set{ sw5, count( close above close 1 days ago ,1) }
set{ LLHC, sw4 * sw5 }
set{LLHC20, count(LLHC > 0 , 20)}
add column LLHC20

/* high minus previous close*/

set{HiPC, high - close 1 day ago}
set{HPC20, count(HiPC > 0.02 , 20)}
add column HPC20
and add column HiPC

set{ minvol, count( volume below 1000000,30) }
// add column minvol

market is not otcbb
and add column separator
add column exchange
add column industry
add column sector
and add column separator

minvol below 1
price between .90 and 2.00
LLHC above 0


SORT COLUMN 2 ASCENDING
Chart-time is 4 weeks


do not draw minvol
draw LLHC
plottype{LLHC,zerobar}


draw HiPC
plottype{HiPC,zerobar}



]



TheRumpledOne
6,499 posts
msg #161749
Ignore TheRumpledOne
modified
3/28/2025 2:00:48 PM

Fetcher[


/* Turn trades starting below High 20 day Low */

set{ sw1, count( close 1 day ago below open 1 days ago ,1) }
set{ sw2, count( close above open ,1) }
set{ sw3, count( close 1 day ago below high 20 day low,1) }

set{ x1, sw1 * sw2 }
set{ TT, x1 * sw3 }

/* PRICE ACTION TRADE LOW BELOW PREVIOUS LOW and CLOSE ABOVE PREVIOUS CLOSE */

set{ sw4, count( low below low 1 days ago ,1) }
set{ sw5, count( close above close 1 days ago ,1) }
set{ LLHC, sw4 * sw5 }
set{LLHC20, count(LLHC > 0 , 20)}
add column LLHC20

/* high minus previous close*/

set{HiPC, high - close 1 day ago}
set{HPC20, count(HiPC > 0.02 , 20)}
add column HPC20
and add column HiPC

set{ minvol, count( volume below 1000000,30) }
add column minvol

market is not otcbb
and add column separator
add column exchange
add column industry
add column sector
and add column separator

/* FIND STOCKS THAT HAVE TRADED LESS THAN 1,000,000 SHARES THE LAST 30 DAYS */
/* AND TRADED OVER 1,000,000 TODAY */

minvol 1 day ago above 29
volume above 1000000

close above .90


SORT COLUMN 2 ASCENDING
Chart-time is 8 weeks

]



I missed a few rocket launches. This should catch some of them.

A trick I learned from MUDDY - Look back 5 days or more for the performance. Lots of shorting opportunities!

bert123
56 posts
msg #161755
Ignore bert123
3/30/2025 4:09:12 PM

Is Muddy still around?

StockFetcher Forums · Filter Exchange · *** TESTING *** WORK IN PROGRESS ***<< 1 ... 4 5 6 7 8 >>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.