nichjoht 6 posts msg #119871 - Ignore nichjoht |
5/15/2014 5:22:52 PM
Below is a scan that that uses the Elder Force indicator with stacked moving averages. I want the scan to show me only the stocks that have the ELDER13 indicator crossing over today.
SET{YC, close 1 days ago}
SET{DELTAC,close-YC}
SET{ELDER,DELTAC*Volume}
SET{ELDER13,CMA(ELDER,13)}
close > 1 and
Average Volume(10) is greater than 100000 and
Close is above Moving Average (22) and
Moving Average (22) is above Moving Average(50) and
Moving Average (50) is above Moving Average(200) and
show stocks where the ELDER13 is greater than 1
draw ELDER13 on plot ELDER13 and
draw ELDER13 line at 0
sort on column4 descending
|