| kyfish10 3 posts
 msg #161030
 - Ignore kyfish10
 | 4/27/2024 11:36:49 AM 
 Hi all, can someone help me, pls? i want to add language to capture stocks that recently closed and held the 200EMA within the last 2-3 weeks.
 
 Row 2 below isn't doing the trick. Thoguhts?
 
 show stocks where the days(eMA(13) crossed with eMA(20),7) is above 0
 show stocks closed above eMA(200),14)
 MACD fast line(12,26) is below MACD slow line(12,26)
 MACD fast line(12,26) has been has been increasing 1 day
 MACD fast line(12,26) is converging with MACD slow line(12,26)
 MACD Histogram(12,26)has been increasing the last 1-day
 MACD Histogram(12,26)is below 0
 60-day slope of close is above 0
 average volume(90)is above 500000
 
 
 | 
| snappyfrog 749 posts
 msg #161032
 - Ignore snappyfrog
 | 4/28/2024 7:57:28 AM 
 Maybe replace line 2 with these 2 lines?
 
 
 
 
 
 | 
| wantonellis 164 posts
 msg #161035
 - Ignore wantonellis
 | 4/28/2024 12:17:48 PM 
 go here.
 
 https://www.stockfetcher.com/forums/Filter-Phrases/crossed-above-below/24004
 
 crossed above/below
 
 
 Usage	indicator crossed above indicator [within the last #number {days,weeks,months,years}]
 indicator crossed above value [within the last #number {days,weeks,months,years}]
 
 indicator crossed below indicator [within the last #number {days,weeks,months,years}]
 indicator crossed below value [within the last #number {days,weeks,months,years}]
 
 Description	Use the crossed phrase to indicate when the stock price, or indicator value, reaches and breaks-through a particular value or indicator. This phrase is perfect for finding moving average crossovers as well as broken resistance or trend changes. Also, through the optional time period specified at the end of this phrase, a user can specify a time frame for the crossover.
 
 Examples	MA(10) crossed above MA(50)
 Low crossed below the lower bollinger band(20)
 RSI(15) crossed below 30 within the last 3 days
 
 
 
 
 | 
| kyfish10 3 posts
 msg #161036
 - Ignore kyfish10
 | 4/28/2024 9:52:21 PM 
 Thanks, All. These are great!
 
 
 |