StockFetcher Forums · Filter Exchange · Filter Help<< >>Post Follow-up
irishpitbull
54 posts
msg #134236
Ignore irishpitbull
2/11/2017 9:06:37 PM

I'm trying to get condition with yes or no column. maybe a red or green?

Something like

ma(10) is above ma(30) and price is above ma(30)
add column Yes

thanks in advance

four
5,087 posts
msg #134238
Ignore four
modified
2/11/2017 9:20:44 PM

/*
ma(10) is above ma(30) and price is above ma(30)
add column Yes
*/
--
Fetcher[
draw ma(10)
draw ma(30)

set{x, count(ma(10) > ma(30),1) + count(close > ma(30),1)}
add column x equals 2 /* both conditions met = 2 */
]



irishpitbull
54 posts
msg #134240
Ignore irishpitbull
2/11/2017 9:36:29 PM

Yes thank you!

four
5,087 posts
msg #134241
Ignore four
2/11/2017 9:45:47 PM

welcome

StockFetcher Forums · Filter Exchange · Filter 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.