StockFetcher Forums · General Discussion · Close above a moving average<< >>Post Follow-up
unwala
2 posts
msg #156572
Ignore unwala
modified
4/12/2021 2:07:26 PM

I am looking to see how I can find stocks a certain percent above a moving average, (% of the moving average), something like this. Where the stock is 10% above MA(8).

close is (ma(8) * 1.1) above ma(8)


bushynose
22 posts
msg #156573
Ignore bushynose
modified
4/12/2021 2:29:16 PM

Fetcher[
set{x1, MA(8) * 1.1}
do not draw x1
close crossed above x1
set{x2, count(close greater than x1, 1)}
draw x2
draw MA(8)
]



StockFetcher Forums · General Discussion · Close above a moving average<< >>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.