StockFetcher Forums · General Discussion · flat base ?<< >>Post Follow-up
p0op0op
15 posts
msg #39243
Ignore p0op0op
12/1/2005 11:26:47 AM

Any idea how to set up a filter to scan for a flat base?


rbrtwllm
2 posts
msg #42487
Ignore rbrtwllm
3/25/2006 5:59:12 PM

Use the ADX (Average Directional Movement) . Below 10 indicates little directional movement (either up or down). You'll see some flat bases here.


TheRumpledOne
6,407 posts
msg #42492
Ignore TheRumpledOne
modified
3/25/2006 7:10:41 PM

First attempt:

Fetcher[
set{flatbase, count(low equal low 5 day low, 5) }

flatbase above 1
low 5 days ago equal low 5 day low

add column flatbase

close above 1
volume above 50000

sort column 5 descending

]



Second attempt:

Fetcher[
set{BarBottom, min(open, close) }
set{flatbase, count(BarBottom equal BarBottom 5 day low, 5) }

flatbase above 1
BarBottom 5 days ago equal BarBottom 5 day low

add column flatbase

close above 1
volume above 500000

sort column 5 descending
]



Should put you in the ballpark.




StockFetcher Forums · General Discussion · flat base ?<< >>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.