StockFetcher Forums · Public Filter List · Elder Impulse setup<< >>Post Follow-up
bikhod
5 posts
msg #100752
Ignore bikhod
modified
5/16/2011 4:37:02 PM

Hi

I am trying to implement the Elder Impulse setup - see http://stockcharts.com/help/doku.php?id=chart_school:chart_analysis:elder_impulse_system

I have coded the script below but it is not working right. Specifically, I am interested in finding stocks where the weekly bar is green this week and it was either blue or red last week (i.e. the setup condition was not met).

Can anyone see what I am doing wrong?


set{emaup, count(ema(65) increasing for the last 1 day,1)}
set{histup, count(macd histogram(60,130,45) increasing for the last 1 day,1)}

set{impulse, emaup + histup}
set{impulseOld, impulse 1 week ago}

add column impulse
add column impulseOld

and impulse > 1
and impulseOld < 2

average volume > 1000000

market is etf

StockFetcher Forums · Public Filter List · Elder Impulse setup<< >>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.