StockFetcher Forums · Filter Exchange · Getting 4 X 21 EMA value in column value<< >>Post Follow-up
Honey31
5 posts
msg #159468
Ignore Honey31
modified
8/17/2022 9:17:38 PM

Hi Gurus,

How to get EMA(4) Crossed above EMA(21) Value as a column

Show stocks where EMA(4) crossed above EMA(21
and add column EMA(4)
and add column EMA(21)
and add column EMA(4) crossed above EMA(21) ----? This is not working


Thanks in advance

Mactheriverrat
3,135 posts
msg #159469
Ignore Mactheriverrat
8/17/2022 9:43:53 PM

* e4e21 is number of consecutive days EMA(4) above (+)/below(-) previous EMA(21) */
set{e4e21b,days( ema(4) is above ema(21) ,250)}
set{e4e21a,days( ema(4) is below ema(21) ,250)}
set{e4e21, e4e21a - e4e21b} and add column e4e21 {e4e21}

Set{cntema4aboveema21,count( eMA(4) > eMA(21) ,1)}
draw cntema4aboveema21

Set{cntema4aboveema21b,count( eMA(4)< EMA(21) ,1)}

draw cntema4aboveema21b

StockFetcher Forums · Filter Exchange · Getting 4 X 21 EMA value in column value<< >>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.