StockFetcher Forums · General Discussion · congested stocks<< >>Post Follow-up
fatimabttt
1 posts
msg #154294
Ignore fatimabttt
10/12/2020 11:47:34 AM

hi
i am new to stockfetcher.I want to set filter as stocks that are congested and dormant for long time.Please let me know how to set filter

miketranz
956 posts
msg #154302
Ignore miketranz
modified
10/12/2020 10:44:54 PM

Fetcher[/* 100 days sideways */
/* Percentage price change */
set{var,close - close 1 day ago}
set{prc_chg, var / close 1 day ago}

/* Calculations */
set{my_sd_100,cstddev(prc_chg,100)}
set{my_sum_100,sum(prc_chg,100)}
set{my_mean_100,my_sum_100 / 100}

/* 100 day, z-table calc*/
set{z_100,my_mean_100 / my_sd_100}

set{calc,cstddev(close,100)}
set{calc1,calc/close}
set{volatility,calc1*100}

draw volatility
draw z_100
draw z_100 line at 0

/* Sideways criteria */
and z_100 is below .03
and z_100 is above -0.03

show stocks where close is below 1
and volume is above 100000
and not otcbb
and chart-time is 6 months

and add column separator
add column volatility
add column average day range(10)
add column separator
]


Start here.I pulled this out of my bag of tricks.Best,Miketranz

StockFetcher Forums · General Discussion · congested stocks<< >>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.