The Slow Volume Strength Index
The WinWay EDS code based on Vitali Apirine’s June 2015 article in S&C, “The Slow Volume Strength Index,” is provided for download from the following website:
www.TradersEdgeSystems.com/traderstips.htm
!THE SLOW VOLUME STRENGTH INDEX
!Author: Vitali Aiprine, TASC April 2015
!Coded by: Richard Denning 6/10/2015
!www.TradersEdgeSystems.com
!INPUTS FOR INDICATOR:
emaLen is 6.
wilderLen is 14.
!INDICATOR FORMULAS:
ema is expavg([close],emaLen).
pDif is iff([close] – ema > 0,[volume],0).
nDif is iff([close] – ema < 0,[volume],0).
rsiLen is 2 * wilderLen – 1.
AvgU is expavg(pDif,rsiLen).
AvgD is expavg(nDif,rsiLen).
svsi is 100-(100/(1+(AvgU/AvgD))). !PLOT
The code provided for the slow volume strength index (SVSI) may be plotted as an indicator, as shown in Figure 6.
Sample Chart
FIGURE 6: WinWay TradingExpert Pro Charts. Here is the SVSI (6,14) indicator compared to the classic RSI (14).

—Richard Denning
info@TradersEdgeSystems.com
for AIQ Systems
Happy Days Are Here, Um, Monday?
It is not a little known fact that historically the action of the stock market has been relatively favorable both around holidays and towards the end of the year. But some question remains as to just how favorable things have been during these periods and how often. So let’s address it.
The Year-End (or “Santa Claus”) Rally
Different analysts will look at historical data and draw different conclusions. This is actually a good thing, otherwise everyone would be trying to buy or sell at the same time.
But in the opinion one analyst (“Hi, my name is Jay”) the “year-end rally” period (or as I like to call it the “Santa Claus Rally”):
*Starts on the Monday before Thanksgiving
*Ends at the close of the third trading day of the following January
Have I mentioned lately that this stuff doesn’t need to be rocket science?
So how has this period performed? We will start our test at the close of trading on Saturday (yes, Saturday) November 19, 1949 and examine what would have happened to a hypothetical $1,000 investment in the Dow Jones Industrials Average that was in the market only during the bullish year-end period described above (in other words, the trader would buy the Dow Industrials Average at the close on the last trading day prior to the Monday before Thanksgiving and would hold through the close of the third trading day of the following January. The rest of the time the “system” is out of the market. For our purposes, no interest is earned so as to reflect only the gains made during the bullish year-end period).
Figure 2 displays the annual year-by-year results in table form.
|
Exit Date
|
% +(-)
|
|
1/5/50
|
3.6
|
|
1/4/51
|
4.0
|
|
1/4/52
|
3.9
|
|
1/6/53
|
4.6
|
|
1/6/54
|
2.9
|
|
1/5/55
|
5.1
|
|
1/5/56
|
0.2
|
|
1/4/57
|
3.7
|
|
1/6/58
|
(0.0)
|
|
1/6/59
|
5.7
|
|
1/6/60
|
5.8
|
|
1/5/61
|
3.2
|
|
1/4/62
|
(1.0)
|
|
1/4/63
|
5.0
|
|
1/6/64
|
8.2
|
|
1/6/65
|
(1.2)
|
|
1/5/66
|
3.0
|
|
1/5/67
|
(0.5)
|
|
1/4/68
|
4.3
|
|
1/6/69
|
(3.1)
|
|
1/6/70
|
(2.4)
|
|
1/6/71
|
10.0
|
|
1/5/72
|
11.6
|
|
1/4/73
|
3.4
|
|
1/4/74
|
(1.2)
|
|
1/6/75
|
3.6
|
|
1/6/76
|
6.0
|
|
1/5/77
|
3.1
|
|
1/5/78
|
(3.7)
|
|
1/4/79
|
3.6
|
|
1/4/80
|
1.6
|
|
1/6/81
|
1.5
|
|
1/6/82
|
0.9
|
|
1/5/83
|
2.3
|
|
1/5/84
|
2.5
|
|
1/4/85
|
(0.3)
|
|
1/6/86
|
5.7
|
|
1/6/87
|
4.3
|
|
1/6/88
|
6.5
|
|
1/5/89
|
6.2
|
|
1/4/90
|
5.4
|
|
1/4/91
|
0.6
|
|
1/6/92
|
13.9
|
|
1/6/93
|
2.4
|
|
1/5/94
|
2.8
|
|
1/5/95
|
0.9
|
|
1/4/96
|
3.7
|
|
1/6/97
|
1.5
|
|
1/6/98
|
0.3
|
|
1/6/99
|
4.2
|
|
1/5/00
|
1.1
|
|
1/4/01
|
2.7
|
|
1/4/02
|
4.0
|
|
1/6/03
|
(0.4)
|
|
1/6/04
|
9.5
|
|
1/5/05
|
1.3
|
|
1/5/06
|
1.1
|
|
1/5/07
|
0.4
|
|
1/4/08
|
(2.9)
|
|
1/6/09
|
12.0
|
|
1/6/10
|
2.5
|
|
1/5/11
|
4.6
|
|
1/5/12
|
5.3
|
|
1/4/13
|
6.7
|
|
1/6/14
|
1.6
|
A few performance notes:
# times UP = 54 (83% of the time)
# times DOWN = 11 (17% of the time)
Average% +(-) = +3.19%
Median % +(-) = +3.08%
Largest % Gain = +13.87% (1991-92)
Largest % Loss = (-3.69%) (1977-78)
It is also worth noting that the year-end rally period has witnessed a gain for the Dow in 27 of the last 29 years and 33 of the last 36 years.
Summary
So do the results displayed in Figures 1 and 2 guarantee that the stock market is destined to rally in the near future? Ah there’s the rub. For the answer is “not necessarily”. Still, investing is in many ways a game of odds and probabilities. While one always needs to be prepared to act defensively if things start to go south, history suggests that traders and investors might do well to give the bullish case the benefit of the doubt between Thanksgiving Week and early January 2015.
Or to put it more succinctly:
Jay’s Trading Maxim #215: Santa Claus is real (approximately 83% of the time).
Jay Kaeppel
Chief Market Analyst at JayOnTheMarkets.com and AIQ TradingExpert Pro (http://www.aiq.com) client
http://jayonthemarkets.com/
Holiday Sale up to 75% off selected Books, DVDs and Courses
|
this is dynamite
Holiday Sale up to 75% off selected Books, DVDs and Courses
New Money-Making Trading Systems: Advanced Results from 6 Simple, Proven Strategies
One of the more important questions that traders face periodically is to determine when a stock or a market is reversing. Over the past 20 years, Steve Palmquist has done just that – backtested countless market adaptive trading techniques. In this brand-new, six-hour DVD course, Steve reveals the results of his tests on Bollinger bands, declining volume pullbacks and retracements, as well as volume accumulation and distribution to bring you six proven trading strategies.
Each system was developed, tested, and analyzed for maximum profits
Steve will provide you with complete rules and exit strategies that have been back tested in various market conditions and time frames. Steve will also show you how to analyze the current market conditions and select the trading strategy that will make you the most money in a bear, bull, or trading range market. As Steve guides you through his six proven strategies, you will learn:
Six-hour DVD course
List Price: $995.00
Our Price:
NOW $89
11/26 thru 12/5 while supplies last
“Someone has finally determined which candlesticks are the most effective”
Proven Candlestick Patterns
By: Steve Palmquist
Currently one of the the most widely used chart types, candles have the potential to be an effective tool for extracting profits from the market. But with all of the information out now about candles, how can you tell which ones work and which don’t? After testing every known candlestick pattern, Steve Palmquist has determined which candlesticks are the most effective and gives you extensive data and techniques for how to best incorporate them into your trading strategy.
Palmquist’s extensive back testing has revealed :
Our Price:
NOW $49
11/26 thru 12/5 while supplies last
AND MORE….
|
The 40-Week Cycle Revisited
As I mentioned last time around, when it comes to analyzing the financial markets, I am a proud graduate of “The School of Whatever Works”. In my youth I “wrote down” a lot of interesting analysis ideas (that’s how we did it back then, sadly).
Whenever I would hear or read of a new market analysis or market timing idea, rather than passing judgment one way or the other based solely on my own “youthful wisdom” (har, good one), I would agnostically write it down and “track it for awhile”. OK, “quantitative” is not a word that most “youths” get around to using until, well, whatever it is that comes after youth (which I believe most people refer to as “Mid-20’s and broke”, or alternatively, “Our parents have stopped feeding us, now what?” But I digress).
At lunch time I would take a break from my job in “Personnel” (which coincidentally is where I came to realize that I “hate people” and that I was going to have to do something that involved numbers instead) and go to the local library and peruse the available market newsletters, advisory services, etc. Anyway, I had quite the appetite for “market analysis” so I “wrote down” a lot of “stuff.”
Long story short, if I had a $1 for every idea/method I wrote down that did not stand the test of time, well, let’s just say I wouldn’t need to worry about analyzing the financial markets anymore. But I guess that shouldn’t really come as a surprise. What surprises me more is some of the ideas that I would likely have considered “arcane” (had I actually used that word in my youth) that actually did end up standing the test of time (at least so far). One of those is something I refer to as the “40-week cycle.“
Now I am certain that I personally did not “invent” the 40-week cycle. I must have read about it somewhere (OK, original thinking isn’t my strong suit, is that a crime?),written it down and followed it. But sadly, I don’t remember exactly when or where or from whom I first got the idea. But whoever you are, if by some strange twist of fate you are reading this article, let me just say “Thanks.”
The 40-Week Cycle
For the record there is the “Raw theory 40-week cycle” and the “Raw theory 40-week cycle with a stop-loss provision added because you know how that pesky stock market loves to crater even the best theories every once in a while” version (which I considered as the title for my next book but my editor emphatically said “No!” Guess the price of ink must be up these days).
The Rules are pretty simple:
*Starting at the close on 4/21/1967, the first 140 calendar days (20 weeks times 7 days) is considered the “Bullish Phase”
*The second 140 calendar days is considered the “Bearish Phase”
*During the Bullish Phase, if the Dow Jones Industrials Average losses 12.5% or more from its closing level at the end of the previous “Bearish Phase”, sell and remain in cash until the start of the next Bullish Phase.
Figure 1 displays this cycle going back a few years.
There are three critical things to know about the raw 40-week cycle:
1) The stock market DOES NOT always go UP during each bullish phase.
2) The stock market DOES NOT always go DOWN during each bearish phase (in fact, for the record, the “Bearish Phase” has seen the Dow advance more often than it declined. But when it does decline, it “really declines” – see Figure 3 below).
3) No one should rely on the 40-week cycle as their sole method of market analysis (even at the peak of “Youthful Wisdom”)
With those caveats in mind, let’s look at why it still may be useful to keep an eye on this cycle as a “weight of the evidence” tool.
The Results
For measuring results during the “bullish” phase:
Buy the Dow at the close on the last day of the previous Bearish cycle.
Sell if either:
a) The Dow declines 12.5% or more on a closing basis from the buy price, or;
b) 140 calendar days go by if a) is not triggered
For our purposes, we will assume that interest is earned at a rate of 1% per year while out of the stock market. Starting on 4/21/67, $1,000 invested using the rules above would be worth $36,483 as of 10/31/14, as shown in Figure 2.
On the flip side, had an investor skipped all of the “bullish” days and invested only during the “bearish” days (including after the 12.5% stop was hit), he or she would have done, ahem, worse. The growth of $1,000 invested only during the “non bullish” days appears in Figure 3.
To be succinct:
*$1,000 invested only during the “Bullish” days grew to $36,483 (+3,548%)
*$1,000 invested only during the “Non Bullish” days shrank to $688 (-31%)
Summary
The latest bullish phase started at the close of trading on 10/31/2014 (and extends through 3/20/15). This nicely coincides with the “Bullish Six Months” period originally espoused by Yale Hirsch which (according to my own rules) extends from the close of trading on October 31st each year through the third trading day of the following May. So does this combination of bullish seasonal factors guarantee us that “Happy Day are Here Again?”
Sadly, no. Murphy and his d$%^ Law stand ever vigilant against complacent investors. But if history is a guide (and “sometimes” it is) we might continue to give the bullish case the benefit of the doubt.
Well, at least for another 139 days.
Jay Kaeppel
Chief Market Analyst at JayOnTheMarkets.com and AIQ TradingExpert Pro (http://www.aiq.com) client
http://jayonthemarkets.com/
Finding The Golden Triangle
The AIQ code and EDS file based on Charlotte Hudgin’s article in the September 2014 Stocks & Commodities issue, “Finding The Golden Triangle,” is provided at www.TradersEdgeSystems.com/traderstips.htm, and is shown below.
I created an indicator I named the clear value indicator (“ClearValueSum” and “ClearValueAvg”) that might be used to rank signals. The “ClearValueSum” indicator sums the daily percentages that the close is above the simple moving average (SMA). The summing starts at the last cross up and goes to the current bar. If the close is below the SMA, then the value of the indicator is zero.
In Figure 7, I show a chart of Priceline (PCLN) with the ClearVauleSum indicator in the subgraph. In addition, I provide the code for the golden triangle setup and confirmation.
The author did not discuss exits, so I provided one based on a cross under the SMA or an exit after a maximum-bars-to-hold input (“maxBarsToHold”).


I ran a short optimization on the “maxBarsToHold” input, the results of which are shown in the table in Figure 8. Most of the metrics are best at the 18-bar setting. In Figure 7, I also show a sample trade from the system from 2009 with the 18-bar setting.
!FINDING THE GOLDEN TRIANGLE
!Author: Charlotte Hudgin, TASC Sept 2014
!Coded by: Richard Denning 7/10/2014
!www.TradersEdgeSystems.com
!INPUTS:
smaLen is 50. !moving average length
periods is 252. !Total look back period
strength is 4. !Number of bars on each side of pivot
maxBarsToHold is 18. !max bars to hold position
!VARIABLES:
C is [close].
L is [low].
V is [volume].
OTD is offsettodate(month(),day(),year()).
!CLEAR VALUE INDICATOR:
SMA is simpleavg(C,smaLen).
Xup if C>SMA and (valrule(C<=SMA,1) or countof(L=1).
XupDte is scanany(Xup,periods).
XupOS is scanany(Xup,periods) then OTD.
ClearPct is (C/SMA -1) * 100.
ClearPctSum is iff(C>SMA,sum(ClearPct,^XupOS),0).
ClearPctAvg is iff(C>SMA and ^XupOS>1,simpleavg(ClearPct,^XupOS),iff(ClearPct>0,ClearPct,0)).
!CODE TO FIND PIVOTS:
LowR is LoVal([low],(2*strength)+1).
LowM is Val([low],strength).
LS if LowR = LowM.
HighR is HiVal([high],(2*strength)+1).
HighM is Val([high],strength).
HS if HighR = HighM.
!FIND FIRST PIVOT LOW
LT1 is scanany(LS,periods) then OTD .
LO1 is ^LT1 + Strength.
LO1dte is SetDate(LO1).
LowLO1 is val([low],^LO1).
!FIND FIRST PIVOT HIGH
HT1 is scanany(HS,periods,0) then OTD .
HO1 is ^HT1 + Strength.
HO1dte is SetDate(HO1).
HighHO1 is val([high],HO1).
!SYSTEM CODE:
Xdn if [low]=SMA,1).
XdnDte is scanany(Xdn,periods).
XdnOS is scanany(Xdn,periods) then OTD.
ShowValues if C > 5.
HHVpivot if HighHO1 = hival([high],smaLen) and C > 5.
Setup if Xdn and HHVpivot.
PriceCnf if C>SMA.
SetupOS is scanany(Setup,periods) then OTD.
PriceCnfOS is scanany(PriceCnf,periods) then OTD.
AvgV is simpleavg(V,smaLen).
VolumeCnf if ^SetupOS<15 and="" ricecnfos="" setupos="" v="">avgV and V=highresult(V,^PriceCnfOS).
!BUY & EXIT RULES (LONG ONLY):
Buy if VolumeCnf and countof(Setup,15)=1 and countof(PriceCnf,15)>=1
and countof(C>SMA,SetupOS+1)=SetupOS+1.
Exit if C=maxBarsToHold. 15>





