Code for Stock Scanners - Printable Version +- Stage Analysis Forum - Trading & Investing using Stan Weinstein's Stocks Breakout method (https://www.stageanalysis.net/forum) +-- Forum: Main Board (https://www.stageanalysis.net/forum/Forum-Main-Board) +--- Forum: Stan Weinstein's Stage Analysis - Stock Charts, Technical Analysis, Learn to Trade, Stocks, ETF, NYSE, Nasdaq (https://www.stageanalysis.net/forum/Forum-Stan-Weinstein-s-Stage-Analysis-Stock-Charts-Technical-Analysis-Learn-to-Trade-Stocks-ETF-NYSE-Nasdaq) +--- Thread: Code for Stock Scanners (/Thread-Code-for-Stock-Scanners) |
Percentage Change since the Swing Low - Stockcharts - isatrader - 2022-01-31 (2022-01-31, 06:54 PM)jv_investments Wrote: Hi, how do we write the scan you did in stock charts for %change since Jan24 swing low? To look for the strongest stocks since a swing low use the following code. But be sure to edit the PctChange amount and Rank amount of days. For example if the swing low was 5 trading ago both show be 5, but if the swing low was 14 day ago, then edit both to say 14. Code: [type = stock] RE: Custom Scans - jv_investments - 2022-01-31 got it thanks RE: Custom Scans - jv_investments - 2022-01-31 im also having a problem getting the Close above 30 Week MA -104 Industry Group Scan to work, i typed it exactly as you had but i get nothing. can you please post it here, thanks again RE: Custom Scans - isatrader - 2022-01-31 (2022-01-31, 09:14 PM)jv_investments Wrote: im also having a problem getting the Close above 30 Week MA -104 Industry Group Scan to work, i typed it exactly as you had but i get nothing. can you please post it here, thanks again The 1st line of the scan won't work for you, as that's a custom chartlist I've created. You first have to create a chartist with the 104 groups and then reference that instead Looking for Weekly Stage 2 Breakout with 2x Weekly Volume - isatrader - 2022-03-19 This scan is a good starting point for looking for a Weekly Stage 2 Breakout with 2x Weekly Volume. Once you get the results list, which will be around 30 to 100 results. Create a chartlist and apply a weekly chart style to all. Then go through the results manually in 10 per page view or individually to find any decent Stage 2 breakouts. There's normally only 1 or 2 a week on average. Code: [type is stock] Edit down the figure proportionally if run earlier in the week. For example change * 2 in the below line to * 1 if run on a Wednesday or 0.5 if run on Monday. Code: and [weekly volume > 1 week ago sma(10, volume) * 2] RE: Code for Stock Scanners - CryptoNedley - 2022-04-18 Hi guys, does anyone have a code for a scan on "stockcharts" that scans for potential darvas boxes or stocks that are in bases??. Cheers! RE: Code for Stock Scanners - isatrader - 2022-04-18 (2022-04-18, 07:42 AM)CryptoNedley Wrote: Hi guys, does anyone have a code for a scan on "stockcharts" that scans for potential darvas boxes or stocks that are in bases??. Cheers! There's a forum on stockcharts for the scanner. So I found a potential Darvas boxes answer there with a quick search: https://scan.stockcharts.com/discussion/436/darvas-box-theory In terms of looking for stocks in bases. Lots of the scans that I've posted in this thread do that, as it's the main focus for me as I want to find and start tracking stocks before they breakout. RE: Stockcharts - Elder Impulse Scan - margin3x - 2022-07-20 (2020-05-07, 10:27 AM)Hi,The variable Daily Elder Bar Green does not appear to be on stockcharts.com. Do you have any suggestions?Thanks Wrote: isatraderThe following will scan find stocks that are turning from Elder Impulse Red or Elder Impulse Blue to Elder Impulse Green, and also crossing over the +1 ATR level in the Keltner Channel at the same time. Plus a bunch of other filters which you should be able to see in the code below like a rising 150 day moving average etc. |