StockFetcher Forums · Filter Exchange · POSITIVE CLOSES<< 1 2 3 4 >>Post Follow-up
TheRumpledOne
6,500 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}

]



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.