StockFetcher Forums · Filter Exchange · Combining EMA with SAR and Stochastic<< >>Post Follow-up
snappyfrog
653 posts
msg #159810
Ignore snappyfrog
11/24/2022 8:33:49 PM

This combines close above EMA(14) and SAR with Stochastic %K(5,3,3) being below overbought (80 line).
I included a CMA of ASI just for a visual. Input, opinions and additions always welcome.

Fetcher[
market is not otcbb
market is not etf
and close > 3
and avgvol(10) > 3000000
draw Parabolic SAR(0.02,0.2)
draw close > ema(14)
and Stochastic %K(5,3,3) < 80
draw Stochastic %K(5,3,3) line 80
set{cl14, count (close > ema(14),1)}
draw cl14
set{PSAR, count (close > Parabolic SAR(0.02,0.2),1)}
draw PSAR
set{buy, cl14 + PSAR}
draw buy > 1.99
and buy 1 day ago < 1.99
draw cma(asi,5)
do not draw asi
]



KSK8
561 posts
msg #159841
Ignore KSK8
12/11/2022 6:34:45 AM

What's the significance of the accumulation swing index (compared to other trend gauging indicators) ? Never dabbled into that filter during my early days of research

StockFetcher Forums · Filter Exchange · Combining EMA with SAR and Stochastic<< >>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.