Stage Analysis Video Training Course

Code for Stock Scanners - Page

#45

Looking for Weekly Stage 2 Breakout with 2x Weekly Volume

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]
and [country = US]
and [weekly volume > 1 week ago sma(10, volume) * 2]
and [weekly close > 1 week ago close]
and [weekly close > [[weekly high + weekly low] / 2]] //Close in Upper Half of Weekly Range
and [Daily SMA(10,Daily Close) > Yesterdays Daily SMA(10,Daily Close)]
and [Daily SMA(200,Daily Volume) > 400000]
and [Close > 5]
and [SMA(50) > yesterdays SMA(50)]
and [Close > SMA(50)]
and [exchange != PINK]

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]

isatrader

Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.
Reply


Messages In This Thread
Code for Stock Scanners - by isatrader - 2014-04-21, 11:41 PM
2x Volume Scan - by isatrader - 2014-04-21, 11:45 PM
Ichimoku scan - by isatrader - 2014-04-21, 11:53 PM
Touch of 10 Week MA Scan - by isatrader - 2014-04-21, 11:58 PM
RE: Code for Stock Scanners - by Tryst - 2014-05-29, 11:42 PM
Strong Technical Attributes Scan - by isatrader - 2014-04-22, 12:05 AM
RE: Code for Stock Scanners - by isatrader - 2014-04-22, 12:22 AM
Buyable Gap Breakout - by isatrader - 2014-07-31, 09:41 PM
RE: Code for Stock Scanners - by Hiswealthy - 2016-08-28, 11:24 PM
RE: Code for Stock Scanners - by isatrader - 2016-08-28, 11:40 PM
RE: Code for Stock Scanners - by Hiswealthy - 2016-08-29, 10:04 PM
RE: Code for Stock Scanners - by ct197475 - 2018-07-27, 04:54 PM
RE: Code for Stock Scanners - by pcabc - 2018-07-27, 09:01 PM
RE: Code for Stock Scanners - by ct197475 - 2018-07-30, 10:09 AM
RE: Code for Stock Scanners - by keithbin - 2018-09-03, 03:09 PM
Stockcharts - Elder Impulse Scan - by isatrader - 2020-05-07, 10:27 AM
Improving Relative Strength >= 85 - by isatrader - 2020-05-24, 12:59 PM
Shakeout +3 - stockcharts scan - by isatrader - 2020-09-24, 10:22 AM
RE: Code for Stock Scanners - by collotennis - 2021-07-31, 08:21 AM
RE: Code for Stock Scanners - by CryptoNedley - 2022-04-18, 07:42 AM
RE: Code for Stock Scanners - by isatrader - 2022-04-18, 10:14 AM
RE: Code for Stock Scanners - by ferran - 2022-09-18, 12:07 AM
RE: Code for Stock Scanners - by isatrader - 2022-09-18, 12:26 AM
RE: Code for Stock Scanners - by stanhao138 - 2023-05-01, 02:58 PM
RE: Code for Stock Scanners - by pcabc - 2023-05-04, 02:24 PM
RE: Code for Stock Scanners - by isatrader - 2023-05-04, 11:22 PM
Pocket Pivot - Stockcharts - by isatrader - 2021-09-04, 03:30 PM
Looking for Weekly Stage 2 Breakout with 2x Weekly Volume - by isatrader - 2022-03-19, 11:57 AM
Significant Bar - by isatrader - 2021-09-29, 04:14 PM
RE: Custom Scans - by jv_investments - 2022-01-31, 06:54 PM
RE: Custom Scans - by jv_investments - 2022-01-31, 08:45 PM
RE: Custom Scans - by jv_investments - 2022-01-31, 09:14 PM
RE: Custom Scans - by isatrader - 2022-01-31, 09:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)
//