New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Search
-
Hi, I am running a simple scan that return 0 results, but I don't understand why: ////////// [type is stock] and [country is US] and [PctChange(100,AccDist) > 10] //////////// So I am looking for a change in AccDist of 10% over the last 100 days. When I remove "[country is US]" I get more than 600 results. Is it a bug?…
-
dear Mark i want to ask a question. i want to do a scan looking for stocks that in the last 2 years fell by 50% to 99%, and then i want to take those stocks and run a scan looking for a consolidation pattern/range that the stock has traded in for the last 150 to 200 days of 100% (i.e. the stocks have traded WITHIN a 80% to…
-
If part of your market method involves keeping track of stocks by industry, here is a scan that might help you do that more efficiently. If you have a long list of scans, including several that do the same thing but for different lists, it might make sense to combine them, as this one does. Fewer scans makes it easier to…
-
Hi) Technical Scan Workbench I want to choose growing sectors and industries Onl week. https://stockcharts.com/freecharts/sectorsummary.html?O=2 %CHG $Sector >0 How to do it? [type =stock] //and [PctRelative(5,$sector) > 10] //and [PctRelative(20,$industry) > 10] //and [today's close - 10 days ago close/10 days ago…
-
I don’t understand why results from my scan show negative results for ETSY PPO hist change in past 2 days?? [Symbol = ‘ETSY’] rank by [pctChange(2,PPO hist(12,26,9))] Bottom line, I followed this scan guideline and substituted PPO hist(12,26,9) for “BBWidth” clause but the scan engine “stuck” in “Daily Close” as a fourth…
-
Good day, My scanner worked fine before, except this week. [country is US] and [[[PctChange(80,close) > 15] or [PctChange(60,close) > 15]] and [Max(7,Close) < Max(60,Close)]] and [market cap < 20000] This is the main scanner. If I remove the market cap limit, the scan works fine. However, I want to limit the market cap of…
-
I run a weekly scan on Friday after the market closes that includes [PctChange,3,weekly close) >= 3.0]. I recently noticed that XLK(technology etf) didn't show up on the scan even though when you looked at the daily chart that Friday after the market closed its 3 wk pct. change of the close was greater than 4%. I kept…
-
Ive created a simple to show me stock that have been in a downtrend for a year, after which point there is a pop up in price, i.e. a reversal...my hope being to find something which is truly reversing and might sustain that reversal. But due to my poor coding skills what I have written is a search showing stocks that have…
-
I have a chartlist with 18 index sector symbols......all symbols starting with $. I get scan results (with all 18 symbols listed) with these 2 scan lines [type = index] and [favorites list is 113] But when I add any rank by staement.....check syntax is OK......but I get zero scan results.........what is the issue with rank…
-
Hey guys, I am just wondering if I can do this : "and [ 10 days ago Pctchange(20, Sma) > 5]". What I wanna to do there, is to scan for the % change over 20 days starting 10 days back from now. Please tell if I can do this.