Stage Analysis Video Training Course

Code for Stock Scanners - Page

#22

Shakeout +3 - stockcharts scan

This stockcharts scan is an attempt to look for stocks making the Jesse Livermore early entry point known as the Shakeout +3.

To do this I'm taking advantage of stockcharts ability to use P&F charts in the scans, as the Shakeout + 3 pattern can be most easily spotted by finding the P&F Bear Trap signal. This code in the scan can be tweaked to suit different preferences. But the additional parameters make sure that it only targets stocks that are already in an uptrend and are pulling back.

Code:
[country is US]
and [exchange != PINK]
and [type is stock]
and [Daily SMA(200,Daily Volume) > 400000]
and [SMA(150) > yesterdays SMA(150)]
and [SMA(200) > yesterdays SMA(200)]
and [SMA(150) > SMA(200)]
and [group is not ETF]
and [Close > 5]
and [Daily PnF Bear Trap is true]
and [Yesterdays PnF Bear Trap is FALSE]

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
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)
//