Free Scan for StockCharts.com
by Eddie Maddox

// Free scan for use with StockCharts.com
// Feel free to customize and share this scan virally
// Run this scan daily after market closes
//
[type = stock] and [country = us]
//
// Minimum StockCharts Technical Rank (SCTR)
and [80 <= SCTR]
//
// Volume: minimum average shares traded per day
and [50000 < sma(20,volume)]
//
// Minimum price movement per day, dollars
and [1 < ATR(14)]
//
// Price range, dollars
and [10 <= close] and [close <= 200]
//
// Buy Signal: price crosses above Middle Bollinger Band
and [sma(1,close) x sma(20,close)]
//
// Rank results by StockCharts Technical Rank (SCTR)
rank by [SCTR]
//
// Sell Signal: price crosses below Middle Bollinger Band
//
// Results can be analyzed using candlestick or other charts,
// preferably with Overlays: Bollinger Bands
// and Indicators: SCTR Line selected.
//
// Special thanks to: Jeremy du Plessis, "21st Century
// Point and Figure", p. 51; John Bollinger,
// "Bollinger on Bollinger Bands", p. xix; and:
// https://stockcharts.com/ > ChartSchool >
// Table of Contents: Technical Indicators & Overlays >
// Technical Overlays: Bollinger Bands
// Technical Indicators: StockCharts Technical Rank (SCTR)
//
// DISCLAIMER: This scan does not constitute investment advice.

 



Author: Eddie Maddox, USA, born 1955.
Website: http://EddieMaddox.com/
Copyright: https://creativecommons.org/publicdomain/zero/1.0/


Article Source: http://www.faithwriters.com







Thanks!

Thank you for sharing this information with the author, it is greatly appreciated so that they are able to follow their work.

Close this window & Print