StockFetcher Forums · Filter Exchange · Need help - ON weekly chart stocks crossing ema(10) - need filter<< >>Post Follow-up
vroomtrades
7 posts
msg #153996
Ignore vroomtrades
9/10/2020 12:30:20 PM

Need help - ON weekly chart stocks crossing ema(10) - need filter

glgene
613 posts
msg #154000
Ignore glgene
9/10/2020 11:00:23 PM

Try this …

Fetcher[
close crossed above weekly ema(10)
draw weekly ema(10)

/* the following lines are optional*/
close above 5
avgvol(20) above 250,000
add column separator
add column weekly ema(10)
set{calc, close/weekly ema(10)}
add column calc multiplied by 100{close/weekly ema(10)}
/* Above 100= a weekly ema(10) crossover; eg., 102= close is 2% above wkly. ema(10)*/
add column separator
chart-length is 1 months
sort column 7 descending
]



glgene
613 posts
msg #154001
Ignore glgene
9/11/2020 4:57:35 AM

Note: Above script is with daily pricing chart. Script below is with weekly pricing chart + a few other goodies. -- glgene

Fetcher[
weekly close crossed above weekly ema(10)
draw weekly ema(10)

/* the following lines are optional*/
close above 5
avgvol(20) above 250,000
add column avgvol(20)
set{vola, volume/avgvol(20)}
add column vola{vol/av.vol}
add column separator
add column close 1 week ago{close 1 wk.ago}
add column separator
add column weekly ema(10)
add column weekly ema(10) 1 week ago{1 wk.ago}
add column separator
set{calc, weekly close/weekly ema(10)}
add column calc multiplied by 100{wkly.close/wkly.ema(10)}
add column calc 1 week ago multiplied by 100{1 wk.ago}
/* Above 100= a weekly ema(10) crossover; eg., 102= close is 2% above wkly. ema(10)*/
add column separator
chart-display is weekly
chart-length is 6 months
sort column 13 descending
]




StockFetcher Forums · Filter Exchange · Need help - ON weekly chart stocks crossing ema(10) - need filter<< >>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.