StockFetcher Forums · General Discussion · Close the last 10 days was greater than .99*MA(10) for the last 10 days<< >>Post Follow-up
molecules mal
16 posts
msg #162106
Ignore molecules mal
modified
3/6/2026 10:52:09 AM

I want to scan for stocks where the close the last 10 days was greater than .99*MA(10) or .98*MA(10) for the last 10 days. The line
Fetcher[
close 1 day ago was greater than MA(10) for the last 10 days
]


scans for stocks where the close was above the 10 DSMA for the last 10 days, but I don't want to exclude stocks that had false breaks below the 10 (.98*MA(10) < close < MA(10)). The line
Fetcher[
close 1 day ago was greater than 98*MA(10) for the last 10 days
]


doesn't work; it doesn't do anything. Is it possible to do this?

xarlor
641 posts
msg #162109
Ignore xarlor
3/6/2026 4:03:26 PM

Just need the proper SF syntax.

Fetcher[
set{98ma,ma(10) * .98}
draw ma(10) on plot price
draw 98ma on plot price
count(close 1 day ago > 98ma,10) equals 10
]



StockFetcher Forums · General Discussion · Close the last 10 days was greater than .99*MA(10) for the last 10 days<< >>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 2026 - 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.