StockFetcher Forums · General Discussion · Help please..New to StockFetcher<< >>Post Follow-up
josegsg100@outlook.com
1 posts
msg #153258
Ignore josegsg100@outlook.com
7/22/2020 10:35:58 PM

Hello,

I am looking for a scanner that can tell me the following information:

A signal for when SMA(13) crosses ABOVE the SMA(30) with at least a 7 day or more consecutive DROP in price.

A signal for when SMA(13) crosses BELOW the SMA(30) with at least a 7 day or more consecutive GAIN in price.

Stocks greater than $30

Volume great than 200,000

Can you help?

graftonian
1,089 posts
msg #153262
Ignore graftonian
7/23/2020 8:59:16 AM

here's a start.
Fetcher[
market is not OTCBB
MA(13) crossed above MA(30)
draw MA(13) and draw MA(30)
set{days_down, days(close > close 1 day ago, 21)}
add column days_down
days_down > 6
sort on column 5 descending
]



1 hit on 7/20

xarlor
562 posts
msg #153267
Ignore xarlor
modified
7/23/2020 10:33:25 AM

I had to relax your price and volume universe as yours were severely limiting results. With your constraints, 06/22/2020 was the only hit YTD.

Fetcher[
close > 1
volume > 100000

set{going_down1,count(ma(13) crossed above ma(30),1)}
set{going_down2,count(close <= close 1 day ago,7)}
set{going_down3,count(going_down2 equals 7,1)}
set{going_down,going_down1 * going_down3}


set{going_up1,count(ma(13) crossed below ma(30),1)}
set{going_up2,count(close >= close 1 day ago,7)}
set{going_up3,count(going_up2 equals 7,1)}
set{going_up,going_up1 * going_up3}

set{trigger,going_down + going_up}
trigger > 0

draw ma(13)
draw ma(30)
do not draw trigger
draw going_up
draw going_down
]



StockFetcher Forums · General Discussion · Help please..New to StockFetcher<< >>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.