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.
scan where i have 2 days of high volume in last 3 days

in Scanning
how can i check for scans where i have 2 days of high volume in last 3 days? the one below only filters to high volume today.
[exchange is TSE]
and [today's volume > yesterday's sma(60,volume)*2]
[exchange is TSE]
and [today's volume > yesterday's sma(60,volume)*2]
0
Comments
-
Well, one way would be to write a series of "or" statements where volume is large on two of the days and not on the remaining day -
so
and
day 1 is large
and day 2 is large
and day 3 is less than large
or
day 1 is large
and day 3 is large
and day 2 is less than large
or
day 2 is large
and day 3 is large
and day 1 is less than large
If you mean by high volume, "greater than the moving average x 2), then the first one would be
[ volume > sma(60, volume) * 2]
and [ 1 day ago volume > 1 day ago sma(60, volume) * 2]
and [ 2 days go volume < 2 days ago sma(60, volume) * 2]
I'll let you work out the rest. Watch your parentheses.
Or if this is too complicated, re-think whether this is the best way to capture what you are looking for.
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