StockFetcher Forums · Filter Exchange · POSITIVE CLOSES<< 1 2 3 4 >>Post Follow-up
TheRumpledOne
6,505 posts
msg #161737
Ignore TheRumpledOne
modified
3/23/2025 2:25:25 PM

Let's check to see what happens over the next 4 days after you bought a stock.

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 }



/* high minus previous close - if you bought the stock at close 1 day ago */

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


/* high minus previous close 2 days ago - if you bought the stock at close 2 days ago */

set{HiPC2, high - close 2 days ago}
and add column HiPC2


/* high minus previous close 3 days ago - if you bought the stock at close 3 days ago */

set{HiPC3, high - close 3 days ago}
and add column HiPC3

/* high minus previous close 4 days ago - if you bought the stock at close 4 days ago */

set{HiPC4, high - close 4 days ago}
and add column HiPC4


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

/* START SELECTION CRITERIA */

/* change the price values to suit your portfolio */
close is between 0.90 and 5

minvol below 1

LLHC equal 1

/* END SELECTION CRITERIA */

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


SORT COLUMN 2 ASCENDING
Chart-time is 4 weeks


draw LLHC
plottype{LLHC,zerobar}


draw HiPC
plottype{HiPC,zerobar}

]



TheRumpledOne
6,505 posts
msg #161766
Ignore TheRumpledOne
modified
4/5/2025 12:27:59 PM

Fetcher[

/* enter your Upper Limit criteria */
set{UpperLim, High 20 day High}

/* enter your Lower Limit criteria */
set{LowerLim, Low 20 day Low}

set{LimDiff, UpperLim minus LowerLim}
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOnx, PPDiv * 100}
set{BallOn, round(BallOnx,0)}

/* 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 }

/* days close above/below the high 20 day low */

set{H20Lb,days(close above high 20 day low,100)}
set{H20La,days(close below high 20 day low,100)}
set{CxH20L, H20La - H20Lb}

/* days volume above below 1 million shares */

set{Vb,days(volume above 1000000,30)}
set{Va,days(volume below 1000000,30)}
set{Vx1M, Va - Vb}

/* 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 }


and add column BallOn

and add column CxH20L
and add column TT

/*
and add column Vx1M

and add column LLHC
*/

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


close between .90 and 5.00
volume above 1000000
CxH20L below 0
Vx1M below 0

LLHC above 0

/* TT above 0 */


draw TT

draw CxH20L
plottype{CxH20L,zerobar}

draw Vx1M
plottype{Vx1M,zerobar}



SORT COLUMN 2 ASCENDING
Chart-time is 8 weeks



]



StockFetcher Forums · Filter Exchange · POSITIVE CLOSES<< 1 2 3 4 >>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.