Registered User Joined: 8/10/2008 Posts: 30
|
Hello,
Is it possible to run a single scan that analyzes both Weekly and Daily charts at the same time? For example, I want to be able to scan to for stocks who's Weekly 10 SMA has crossed above it's Weekly 30 EMA and simultaneously it's Daily 10 SMA is above it Daily 30 EMA. I've pasted below the scan expression from another service that I would like to run in Blocks:
[type = stock] and [country = us] and[daily ema(60,daily volume) > 150000] and
[daily high < yesterday's daily high] and
[yesterday's daily high < 2 days ago daily high] and
[sma(10, close) > ema(30, close)]and
[daily close > daily ema(30,daily close)]and
[daily close < daily sma(10,daily close)]and
[daily close > daily sma(200,daily close)]and
[weekly sma(10,weekly close) > weekly ema(30,weekly close)]and
[ADX Line(10) > 20.0]and
[close >= 5]
Thanks!
|
Worden Trainer
Joined: 10/7/2004 Posts: 710
|
I've shared a Layout called 10 vs 30 EMA DailyWeekly. (Access by clicking on Share menu in Blocks, type in 10 vs 30 in Search, choose the Layout tab and double click on the entry to open in your Blocks. Save to your computer by using the Save icon in the very top menu.)
I've created your conditions by simply using drag and drop and creating a combo condition, then turned it into a scan by dragging to the WatchList...no complicated formulas needed!
|
Registered User Joined: 8/10/2008 Posts: 30
|
Thank you!
|