StockFetcher Forums · Filter Exchange · Joanne Klein<< >>Post Follow-up
scott111552
173 posts
msg #130384
Ignore scott111552
8/12/2016 9:21:38 AM

[type = stock] AND [country = US] and [SMA(20,volume) > 1000000]
and [EMA(50,volume) > 1000000] and [SCTR >90]

The above is Joanne Klein's scan from StockCharts(Above the Green Line).
Can it be adapted for a StockFetcher filter? Thanks in advance!!

four
5,087 posts
msg #130387
Ignore four
8/12/2016 10:32:35 AM

Joanne Klein :
http://stockcharts.com/public/1107832

SCTR:
https://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:sctr

SCTR:
https://stockcharts.com/articles/tradingplaces/2015/04/using-the-sctr-rankings-to-boost-your-trading-results.html

Above the green line:
http://abovethegreenline.com/faq/

bka58
49 posts
msg #130397
Ignore bka58
8/12/2016 1:21:09 PM

The SCTR is not easy but this might be a start....

Fetcher[
/* Calculate Stockcharts SCTR */
price > 1
price > price 1 day ago
and average volume(45) > 500000

/*Large Cap*/
/*market cap is above 10000*/
/*Meduim Cap*/
/*market cap is above 2000 and market cap is below 10000*/
/*Small Cap*/
/*market cap is above 200 and market cap is below 2000*/


/* Calulate Pct above/below EMA(200) points */
SET{a1, price - EMA(200)}
SET{a2, a1 / EMA(200)}
SET{a3, a2 * 100}
SET{a4, a3 * .30}
/*add column a4*/

/* Calulate Pct above/below EMA(50) points */
SET{b1, price - EMA(50)}
SET{b2, b1 / EMA(50)}
SET{b3, b2 * 100}
SET{b4, b3 * .15}
/*add column b4*/

/* Calulate 3 day slope of MACD Histogram(12,26,9) points */
SET{c1, 10 * 3 day slope of MACD Histogram(12,26,9)}
SET{c4, c1 * .05}
/*add column c4*/

/* Calulate ROC(100,1) points */
SET{d1, ROC(100,1) * .30}
/*add column d1*/

/* Calulate ROC(20,1) points */
SET{e1, ROC(20,1) * .15}
/*add column e1*/

/* Calulate RSI(14) points */
SET{f1, RSI(14) * .05}
/*add column f1*/

/*Add values*/
SET{zz1, a4 + b4}
SET{zz2, c4 + d1}
SET{zz3, e1 + f1}
SET{zz4, zz1 + zz2}
SET{SCTR, zz4 + zz3}

add column average volume(45)
add column SCTR
add column Industry
add column Sector
SORT ON COLUMN 6 DESCENDING
]



StockFetcher Forums · Filter Exchange · Joanne Klein<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.