New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Full STO increase
I'm trying to look for stocks whereby the %K has been below 20 in the last 10 days and has risen above 80 in the last 10 days and whereby %K crosses %D
Here is what I have
[country is US]
and [type is stock]
// Fast STO
and [Full Stoch %K(14,3,3) x Full Stoch %D(14,3,3)]
and [Full Stoch %K(14,3,3) < 20]
and [Full Stoch %K(14,3,3) > 80]
Here is what I have
[country is US]
and [type is stock]
// Fast STO
and [Full Stoch %K(14,3,3) x Full Stoch %D(14,3,3)]
and [Full Stoch %K(14,3,3) < 20]
and [Full Stoch %K(14,3,3) > 80]
0
Comments
-
Hi @lanclos , I think you need to add the max() and min() functions to your scan. They are explained here:
stockcharts.com/docs/doku.php?id=scans:functions
So, below 20 in the last 10 days would be:
and [min(10,Full Stoch %K(14,3,3)) < 20]
Above 80 in the last 10 days would be:
and [max(10, Full Stoch %K(14,3,3)) > 80]0
Categories
- All Categories
- 2.3K StockCharts
- 395 SharpCharts
- 146 Other Charting Tools
- 69 Saved Charts and ChartLists
- 1.5K Scanning
- 73 Data Issues
- 177 Other StockCharts Questions
- 218 Technical Analysis
- 155 Using Technical Analysis
- 2 InterMarket and International
- 19 Market and Breadth Indicators
- 42 Market Analysis
- 109 Trading
- 109 Trading Strategies
- 163 S.C.A.N the StockCharts Answer Network forum
- 65 Using this StockCharts Answer Network forum
- 98 s.c.a.n. archives
- 5 Off-Topic
- 6 The Cogitation & Rumination Emporium
- Forum Test Area