StockFetcher Forums · General Discussion · Elder Impulse code help<< >>Post Follow-up
push5280
201 posts
msg #144380
Ignore push5280
8/11/2018 7:54:33 PM

Would someone please look over this code and help me find why it is returning a 1 value for XBIO on June 12th? I thought the code was correct and should only return 2,0 or -2 but apparently I have something wrong. Any help would be appreciated.
/*Elder Impulse*/
set{GreenEMA13, count(ema(13) > ema(13) 1 day ago, 1)}
set{GreenMACDH, count(MACD Histogram > MACD Histogram 1 day ago, 1)}
set{RedEMA13, count(ema(13) < ema(13) 1 day ago, 1)}
set{RedMACDH, count(MACD Histogram < MACD Histogram 1 day ago, 1)}
set{GEMAval, GreenEMA13 * 1}
set{GMACDHval, GreenMACDH * 1}
set{REMAval, RedEMA13 * -1}
set{RMACDHval, RedMACDH * -1}
set{EI1, GEMAval + GMACDHval}
set{EI2, REMAval + RMACDHval}
set{ElderImpulse, EI1 + EI2}

four
5,087 posts
msg #144383
Ignore four
modified
8/11/2018 8:09:20 PM

try viewing this page...
https://www.stockfetcher.com/forums/Filter-Exchange/Triple-Screen/72684/0

StockFetcher Forums · General Discussion · Elder Impulse code help<< >>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.