StockFetcher Forums · General Discussion · Debugging the buy trigger<< >>Post Follow-up
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

dwiggains
441 posts
msg #119885
Ignore dwiggains
5/16/2014 9:56:10 AM

Fetcher[
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

Elder13 crossed above 0
]





nichjoht
6 posts
msg #119899
Ignore nichjoht
5/16/2014 12:32:18 PM

Thanks so much! I had tried that previously but it wasn´t working right. It was showing stocks with ELDER13 greater than 1 but no the cross over.

Once again, thanks!

StockFetcher Forums · General Discussion · Debugging the buy trigger<< >>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.