
The post Trend or Countertrend? Why Not Both? appeared first on AIQ TradingExpert Pro.
The post Trend or Countertrend? Why Not Both? appeared first on AIQ TradingExpert Pro.
While the bulk of the financial world focuses most of its attention on whether or not Bitcoin will turn to sh, er, something that rhymes with Bitcoin, a lot of “old timers” continue on with trying to look at markets in a more traditional way. Unfortunately, some people who try to look at markets in a more traditional way also spend an inordinate amount of time “dividing one number by another” thinking there is some purpose to it (“Hi. My name is Jay”)
The only good news is that every once in awhile something useful – or at least potentially useful (since no single calculation guarantees profitability which also involves other “minor” issues such as which securities to trade, allocation size, entry method, profit taking criteria, stop loss triggers and so on and so forth). A number of years ago I stumbled upon a calculation that I ultimately refer to as VixRSI (for reasons that will become fairly obvious soon). More specifically I have a few different versions but one I like is call used VixRSI14.
First the Good News: In this and some future articles I will detail how I apply VixRSI14 to monthly, weekly and daily price charts.
Now the Bad News: Nothing that I will write in any of those articles will detail a “simple automated system that generates you can’t lose trading signals guaranteed to make you rich beyond the dreams of avarice.” Sorry about that. But I thought you should know.
The truth is that the indicator generates signals – and yes, a certain percentage of the time those signals aren’t that great. And even on occasions when the signals are decent all of the factors I mentioned above (securities traded, capital allocation, etc.) still hold the key to turning a “signal” into a “profit”.
VixRSI14
VixRSI14 is calculated by combining Larry William’s “VixFix” indicator with the standard old 14-day RSI from Welles Wilder. I’ve decided to put the calculations at the end of the article in order to avoid scaring anyone off.
For now let’s look at what to look for on a monthly price chart.
VixRSI14 on a Monthly Chart
OK, true confession time: there is (at least as far as I can tell) no “one best way” to use VixRSI14 on a monthly chart. So I will simply show you “One way.”
*A “buy alert” is triggered when the monthly value for VixRSI14 first rises to 3.5 or higher and then drops back to 3.0 or below
*Before going on please note that there is nothing “magic” about 3.5 or 3. Different values can be used and will generate varying results.
*Also, some may prefer to simply look for a drop from above 3 to below 3 without requiring a move above 3.5
*Finally please note the use of the phrase “buy alert” and the lack of the phrase “BUY AS MUCH AS YOU CAN RIGHT THIS VERY MINUTE!!!!”
Figures 1 through 4 show several different Dow30 stocks “through the years.
Figure 1 – Ticker AXP (Courtesy AIQ TradingExpert)
Figure 2 – Ticker BA (Courtesy AIQ TradingExpert)
Figure 3 – Ticker HPQ (Courtesy AIQ TradingExpert)
Figure 4 – Ticker IBM (Courtesy AIQ TradingExpert)
Summary
Buy alerts on monthly charts using the criteria I described are obviously very rare. In fact many securities never see the VixRSI14 rise high enough to trigger an alert. Likewise, not every 3.5 then 3 event for every stock will work out as well as those depicted in Figures 1 through 4.
Still, remember that I am just presenting an “idea” and not a finished product.
Code:
William’s VixFix is simply the 22-day high price minus today’s low price divided by the 22-day high price (I then multiply by 100 and then add 50). That may sound complicated but it is not.
The code for AIQ TradingExpert appears below.
########## VixFix Code #############
hivalclose is hival([close],22).
vixfix is (((hivalclose-[low])/hivalclose)*100)+50.
###############################
####### 14-period RSI Code ###########
Define periods14 27.
U14 is [close]-val([close],1).
D14 is val([close],1)-[close].
AvgU14 is ExpAvg(iff(U14>0,U14,0),periods14).
AvgD14 is ExpAvg(iff(D14>=0,D14,0),periods14).
RSI14 is 100-(100/(1+(AvgU14/AvgD14))).
###############################
VixRSI14 is then calculated by dividing the 3-period exponential average of VixFix by the 3-period exponential average of RSI14
####### VixRSI14 Code ###########
VixRSI14 is expavg(vixfix,3)/expavg(RSI14,3).
###############################
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post The VixRSI14 Indicator – Part 1 appeared first on AIQ TradingExpert Pro.
The post The VixRSI14 Indicator – Part 2 appeared first on AIQ TradingExpert Pro.
The post What to Worry About – and When – in the Bond Market appeared first on AIQ TradingExpert Pro.
The post Is a Reprieve for Bonds in the Offing? appeared first on AIQ TradingExpert Pro.
In this article titled “World, Meet Resistance” – dated 12/21/2017 – I noted the fact that many single country ETFs and regional indexes were closing in on a serious level of potential resistance. I also laid out three potential scenarios. So what happened? A fourth scenario not among the three I wrote about (Which really pisses me off. But never mind about that right now).
As we will see in a moment what happened was:
*(Pretty much) Everything broke out above significant resistance
*Everything then reversed back below significant resistance.
World Markets in Motion
Figure 1 displays the index I follow which includes 33 single-country ETFs. As you can see, in January it broke out sharply above multi-year resistance. Just when it looked like the index was going to challenge the all-time high the markets reversed and then plunged back below the recently pierced resistance level.
Figure 1 – Jay’s World Index broke out in January, fell back below resistance in February (Courtesy AIQ TradingExpert)
The same scenario holds true for the four regional indexes I follow – The Americas, Europe, Asia/Pacific and the Middle East – as seen in Figure 2.
Figure 2 – Jay’s Regional Index all broke above resistance, then failed (Courtesy AIQ TradingExpert)
So where to from here? Well I could lay out a list of potential scenarios. Of course if history is a guide what will follow will be a scenario I did not include (Which really pisses me off. But never mind about that right now).
So I will simply make a subjective observation based on many years of observation. The world markets may turn the tide again and propel themselves back to the upside. But historically, when a stock, commodity or index tries to pierce a significant resistance level and then fails to follow through, it typically takes some time to rebuild a base before another retest of that resistance level unfolds.
Here’s hoping I’m wrong
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post World Met Resistance appeared first on AIQ TradingExpert Pro.
In the article linked below, investor and Forbes columnist Kenneth Fisher writes about what to look for at a market top (How to Tell a Bull Market from a Bear Market Blip). One piece of advice that I have heard him offer before is to wait at least 3 months after a top in price to worry about whether or not we are in a bear market. That is good advice and provided the impetus for a simple trend-following model I follow based on that “wait 3 months” idea.
First, a few key points:
*Trend-following is NOT about picking tops and bottoms or timing the market with “uncanny accuracy”. So don’t expect any trend-following system to do so.
*The primary edge in any trend-following method is simply missing as much of the major soul – and capital – crushing bear markets as possible, with the understanding that you will miss some of the upside during bull markets.
The Good News:
*Starting in November 1970 this system has beaten a buy and hold strategy
*This system requires no math. There are no moving averages, etc. Anyone can look at a monthly S&P 500 bar chart and generate the signals. And it literally takes less than 1 minute per month to update.
The Bad News:
*Every trend-following method known to man experiences whipsaws, i.e., a sell signal followed by a buy signal at a higher price. This system is no exception.
*Due to said whipsaws this system has significantly underperformed the S&P 500 buy-and-hold since the low in early 2009.
For what it’s worth, my educated guess is that following the next prolonged bear market, that will change. But there are no guarantees.
OK, all the caveats in place, here goes.
Jay’s Monthly SPX Bar Chart Trend-Following System
*This system uses a monthly price bar chart for the S&P 500 (SPX) to generate trading signals.
*For the purposes of this method, no action is taken until the end of the month, even if a trend change is signaled earlier in the month.
*A buy signal occurs when during the current month, SPX exceeds its highest price for the previous 6 calendar months.
A sell signal occurs as follows:
a) SPX registers a month where the high for the month if above the high of the previous month. We will call this the “swing high”.
b) SPX then goes 3 consecutive monthly bars without exceeding the “swing high.” When this happens, note the lowest low price registered during those 3 months. We will call this price the “sell trigger price.”
c) An actual sell trigger occurs at the end of a month when SPX register a low that is below the “sell trigger price”, HOWEVER,
d) If SPX makes a new monthly high above the previous “swing high” BEFORE it registers a low below the “sell trigger price” the sell signal alert is aborted
Sounds complicated right? It’s not. Let’s illustrate on some charts.
In the charts that follow:
*An Up green arrow marks a buy signal
*A Down red arrow marks a sell signal
*A horizontal red line marks a “sell trigger price”.
Sometimes a sell trigger price is hit and is marked by a down red arrow as a sell signal. Other times a sell trigger price is aborted by SPX making a new high and negating the potential sell signal.
Figure 1 – SPX signals 1970-1979 (Courtesy AIQ TradingExpert)
Figure 2 – SPX signals 1980-1989 (Courtesy AIQ TradingExpert)
Figure 3 – SPX signals 1990-1999 (Courtesy AIQ TradingExpert)
Figure 4 – SPX signals 2000-2009 (Courtesy AIQ TradingExpert)
Figure 5 – SPX signals 2010-present (Courtesy AIQ TradingExpert)
To demonstrate results we will use monthly close price data for SPX. If the system is bullish then the system will hold SPX for that month. If the system is bearish we will assume interest is earned at an annual rate of 1% per year.
Figure 6 displays the results of the System versus Buy and Hold starting with $1,000 starting November 1970 through 1994 (roughly 24 years).
Figure 6 – Growth of $1,000 invested using System versus Buy-and-Hold; Nov-1970 through Dec-1994
Figure 7 displays the results of the System versus Buy and Hold starting with $1,000 starting at the end of 1994 through the most recent close.
Figure 7 – Growth of $1,000 invested using System versus Buy-and-Hold; Dec-1994 through Feb-2018
Figure 8 displays the growth of $1,000 generated by holding the S&P 500 Index ONLY when the trend-following system is bearish. In Figure 8 you will see exactly what I mentioned at the outset – that the key is simply to miss some of the more severe effects of bear markets along the way.
Figure 8 – Growth of $1,000 invested ONLY when trend-following model is Bearish; 1970-2018
Finally, Figure 9 displays trade-by-trade results (using month-end price data).
Figure 9 – Trade-by-trade results; Month end price data
Summary
So is this “The World Beater, Best Thing Since Sliced Bread” system? Not at all. If you had started using this system in real time in March of 2009 chances are by now you would have abandoned it and moved on to something else, as the whip saw signals in 2011-2012 and 2016 has the System performing worse than buy and hold over a 9 year period.
But here is the thing to remember. Chances are prolonged bear markets have not been eradicated, never to occur again. 100+ years of market history demonstrates that bear markets of 12 to 36 months in duration are simply “part of the game”. And it is riding these bear markets to the depths that try investors souls – and wipe out a lot of their net worth in the process.
Chances are when the next 12 to 36 month bear market rolls around – and it will – a trend-following method similar to the one detailed here may help you to “save your sorry assets” (so to speak).
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post Trend Following in One Minute a Month appeared first on AIQ TradingExpert Pro.
The post Biotech + Gold (Updated) appeared first on AIQ TradingExpert Pro.
2018 sure was a great year for the stock market. For almost a month anyway. Since then, not so much. And on the heels of last week’s selloff a lot of pundits and prognosticators are suggesting more loudly that the Great Bull Run is dead. And maybe they are right. But maybe not.
It is almost always a mistake to hang your hat on one indicator to guide your actions going forward. But at the same time, sometimes one indicator generates a signal so clear it perhaps should grab your attention. Let’s look at one that is on the verge of sending an important signal.
The VixRSIRatio Indicator
This is an indicator that I developed a number of years ago by basically – I am going to use some highly technical terms here to describe the process I followed so please try to stay with me – mashing together several other indicators from other people. If you are interested in the actual calculations they appear at the end of the article. For now, just know that I refer to it as VixRSIRatio. As I follow it, it gives meaningful signals very infrequently. But that is OK as the signals it does give often prove to be useful.
For our purposes we will apply it to ticker SPY – an ETF that tracks the S&P 500 Index. The rule is simple:
*A “Bullish Alert” occurs when VixRSIRatio drops to -210 or below and then turns up.
That’s it. Now please note the use of the phrase “Bullish Alert” and the lack of the words “You”, “Can’t” and “Lose”, as well as the lack of the phrase “by putting all of your money in the market at the exact moment a signal occurs.”
This is key. Also note that there is nothing “magic” about the value -210. Nothing scientific about it. It just seems like a useful cutoff. Now let’s look at the “Bullish Alert” signals in recent years. They appear in Figures 1 through 4.
Figure 1 – Jay’s VixRSIRatio; 2014-2018 (Courtesy AIQ TradingExpert)
Figure 2 – Jay’s VixRSIRatio; 2010-2013(Courtesy AIQ TradingExpert)
Figure 3 – Jay’s VixRSIRatio; 2006-2009 (Courtesy AIQ TradingExpert)
Figure 4 – Jay’s VixRSIRatio; 2001-2005 (Courtesy AIQ TradingExpert)
As you can see in Figures 1 through 4:
a) Readings below -210 tend to be followed by – at the least – decent trading opportunities.
b) Often these readings presage significant market advances
c) And alas, sometimes the signals come too soon and/or are not followed by much of an advance.
The Here and Now
As of 3/23/18 the VixRSIRatio for ticker SPY stood -354. So clearly “Buy Alert” is at hand. So the obvious question is “What comes next”? Will it be a, b, or c above?
As always, time will tell.
Calculations
In a nutshell, VixRSIRatio combines Larry Williams’ Vixfix indicator with Welles Wilder’s 3-day and 14-day RSI indicators to create two more indicators – VixRSI3 and VixRSI14. We then divide VixRSI3 by VixRSI14 and invert the whole thing (so that we get an indicator that gives negative readings when the market goes down).
Now you see why I put this at the end….
Below is the code for AIQ Expert Design Studio
############## Larry Williams Vixfix #################
xx is 15.
hivalclose is hival([close],22).
vixfix is (((hivalclose-[low])/hivalclose)*100)+50.
############ Welles Wilder RSI 3-day ##############
Define days3 5.
U3 is [close]-val([close],1).
D3 is val([close],1)-[close].
AvgU3 is ExpAvg(iff(U3>0,U3,0),days3).
AvgD3 is ExpAvg(iff(D3>=0,D3,0),days3).
RSI3 is 100-(100/(1+(AvgU3/AvgD3))).
############ Welles Wilder RSI 14-day ##############
Define days14 27.
U14 is [close]-val([close],1).
D14 is val([close],1)-[close].
AvgU14 is ExpAvg(iff(U14>0,U14,0),days14).
AvgD14 is ExpAvg(iff(D14>=0,D14,0),days14).
RSI14 is 100-(100/(1+(AvgU14/AvgD14))).
############Jay’s VixRSIRatio ##############
VixRSI3 is expavg(vixfix,3)/expavg(RSI3,3).
VixRSI14 is expavg(vixfix,3)/expavg(RSI14,3).
VixRSIRatio is -((((VixRSI3/VixRSI14)-1)*100)-50).
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post Prepare to Bounce appeared first on AIQ TradingExpert Pro.
A glance at the history of the Presidential Election Cycle in the stock market suggests that we should:
*Not be surprised that the stock market is foundering a bit at the moment
*Not be terribly surprised if things get worse – particularly during the months of June through September of this year
*Anticipate that if the market does take a bigger hit in the months ahead that it may well set the stage for another significant advance into the middle of the mid-term election year.
A Little Presidential Election Cycle History
For our purposes we will start the test on 12/31/1932 and define the cycle as containing the following four years:
*Post-Election
*Mid-Term
*Pre-Election
*Election
First the Bad News: Figure 1 displays the growth of $1,000 invested in the S&P 500 Index (using monthly closing price data) ONLY from the end of January of each Mid-Term Election Year through the end of September of each Mid-Term Election Year (i.e., the latest iteration began on 1/31/2018 and will extend through 9/30/2018).
Figure 1 – Growth of $1,000 invested in S&P 500 Index ONLY from Jan31 through Sep30 of each Mid-Term Election Year (1932-2018)
As you can see, the cumulative performance for the S&P 500 Index during the Mid-Term February through September period is a fairly painful -44.3% (for the record, the cumulative gain from buying and holding the S&P 500 from 12/31/1932 through 2/28/2018 was +39,288%, so yes, this qualifies as a period of some serious under performance).
That being said, it should be noted that this Mid-Term Feb through Sep period showed a gain 12 times and a loss only 9 times. So a “rough patch” is no sure thing. The problem is that when this period is bad, it is “very bad”. As you can see in Figure 3 later, this period experienced 6 losses in excess of -17.5% (FYI, a -17.5% decline from the 1/31/2018 close of 2823.81 would see the S&P 500 Index hit 2330).
Then the Good News: On the brighter side, Figure 2 displays the growth of $1,000 invested in the S&P 500 Index (using monthly closing price data) ONLY from the end of September of each Mid-Term Election Year through the end of July of each Pre-Election Year (i.e., the latest iteration begins on 9/30/2018 and will extend through 7/31/2019).
Figure 2 – Growth of $1,000 invested in S&P 500 Index ONLY from Sep30 of each Mid-Term Election Year through Jul31 of each Pre-Election Year (1932-2018)
Notice any difference between Figures 1 and 2? This favorable period saw the S&P 500 register a gain during 20 of the past 21 completed election cycles (i.e., 95% of the time), with an average gain of +21.6%, and a cumulative gain of +3,730%.
Figure 3 displays the numerical results for each cycle.
Mid-Term | Pre-Election | Mid-Term Feb through Sep | Mid-Term Oct thru Pre-Election July |
1934 | 1935 | (18.5) | 21.8 |
1938 | 1939 | 14.5 | (1.6) |
1942 | 1943 | 0.5 | 32.0 |
1946 | 1947 | (19.4) | 5.3 |
1950 | 1951 | 14.1 | 15.2 |
1954 | 1955 | 23.9 | 34.7 |
1958 | 1959 | 20.0 | 20.9 |
1962 | 1963 | (18.3) | 22.9 |
1966 | 1967 | (17.6) | 23.8 |
1970 | 1971 | (0.8) | 13.4 |
1974 | 1975 | (34.2) | 39.7 |
1978 | 1979 | 14.9 | 1.2 |
1982 | 1983 | 0.0 | 35.0 |
1986 | 1987 | 9.2 | 37.8 |
1990 | 1991 | (7.0) | 26.7 |
1994 | 1995 | (3.9) | 21.5 |
1998 | 1999 | 3.7 | 30.6 |
2002 | 2003 | (27.9) | 21.5 |
2006 | 2007 | 4.4 | 8.9 |
2010 | 2011 | 6.3 | 13.2 |
2014 | 2015 | 10.6 | 6.7 |
Figure 3 – Unfavorable versus Favorable portions of Election Cycle
Summary
So what does it all mean? Well, it means a few things. By my objective measurements the overall trend is still “bullish” and a number of “oversold” indicators are suggesting that a bounce of some significance may be at hand. That being said, if the major market indexes do start to break down below their respective 200-day moving averages investors may be wise to take some defensive action. If the market does experience a further break between now and the end of September, it may well be “one of the painful kind.” So if you haven’t already, make your contingency plans now.
Figure 4 – Major Market Indexes with 200-day moving averages (Courtesy AIQ TradingExpert)
At the same time, as the end of September of 2018 nears – especially if the stock market has experienced or is experiencing at the time, a significant break – remember that history suggests that that will be a good time to “think bullish.”
Call me a cynic, but my guess is that alot of investors will do exactly the opposite on both counts (i.e., hang on if the market breaks down and then sell as the next bottom forms – Same it as ever was….)
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post The Pause That $@%! Refreshes? appeared first on AIQ TradingExpert Pro.
There are times when the market just moves along from day-to-day and us “junkies” might hang on every move but to the average investor what happens today or tomorrow is really not all that meaningful in the whole big spectrum of things.
And then there are times like now. As you can see in Figure 1, the major market indexes are struggling and are testing their respective 200-day moving averages. How this “dance” plays out may have important implications for virtually all stock market investors.
(click to enlarge)
Figure 1 – Major indexes “on the edge” (Courtesy AIQ TradingExpert)
First off let me say this: There is nothing “magic” about a 200-day moving average. It was interesting that the other day when the S&P 500 Index closed below its 200-day average (it was the only major index to do so) roughly 22,367 articles appeared on the internet sounding the alarm. Now I do pay a lot of attention to moving averages, but more to get a sense of trend than as automatic buy and sell triggers. Which leads me to invoke:
Jay’s Trading Maxim #81: Contrary to popular belief, a price drop below a “key” moving average does NOT imply the onset of immediate and total Armageddon.
And
Jay’s Trading Maxim #81a: Um, but it could. So best to pay attention.
3 Possibilities
Actually there are a few others but the most likely outcomes – and the implications – are:
1. A reversal back to the upside – If the major averages hold here above their recent lows. If this happens a strong rally to the upside is a strong possibility. Which is one reason it is too soon to “jump ship.”
2. A breakdown by all major indexes – If a majority of the major indexes break down below their recent lows investors are urged to take defensive measure. Whether that involves selling shares/funds/ETFs/etc or hedging with options and/or inverse products is up to each investor.
3. A whipsaw – One other dreaded possibility involves both of the above – i.e., the average break down far enough briefly to trigger a defensive action only to quickly reverse back to the upside. This often leaves a lot of investors standing there dumbstruck and unable to pull the trigger to get back in.
Like I said, this is a critical juncture. Whatever happens, investors need to pay attention and stand ready to, a) do nothing, or, b) take defensive action, or, c) take defensive action and then undo the defensive action and get bullish again (in the event of a whipsaw).
Steady, people, steady….
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post “Yes”, We are at a Critical Juncture appeared first on AIQ TradingExpert Pro.
If you have read any of my pieces lately you are already aware that as it relates to the financial markets a lot of things are presently at a critical juncture (including my sanity, but I digress). Today let’s add the U.S. Dollar to that seemingly ever longer list of financial areas that appear to be at a crossroads. And this one has some large implications simply because a lot of other markets are affected at least to some extent by what happens in the dollar.
Figure 1 displays the Spot U.S. Dollar on a monthly basis.
Figure 1 – U.S. Dollar Monthly (Courtesy ProfitSource by HUBB)
The reality is that there is no one definitive price at which to draw a “definitive” line in the sand. So I arbitrarily picked two. There is nothing “magical” about these two lines and a move above or below either does not technically “prove” anything. Still, as far as this range goes, a lot of previous price moves have “gone here to die” so to speak.
Now this is the point in the article where a skilled analyst would explain in painstaking detail why the dollar is absolutely, positively destined to move higher (or lower) from here. Sorry, folks I honestly don’t know. But there are two things I do know which might still prove useful:
1) For every prognosticator out there pounding the table that the dollar is sure to move higher there is another (equally slightly crazed) prognosticator averring that the dollar is destined to decline. And the key thing to note is that they both can make a pretty compelling case.
2) A lot rides on which way the dollar goes from here, because there is no shortage of markets that react – at least in part – to the movements of the U.S. dollar. This means that alot of trading opportunities will be affected/created by the next big move from the dollar.
A few examples appear in Figure 2 below which displays the inverse nature of the correlation between the U.S. Dollar (using ticker UUP as a proxy) and the market in question (for the record, a figure of 1000 means the market moves exactly like the dollar and a figure of -1000 means the market moves exactly inversely to the dollar).
Figure 2 – Correlations to U.S. Dollar (Courtesy AIQ TradingExpert)
Now the fact that foreign currencies (ticker FXE – which tracks the Euro) move inversely to the U.S. Dollar is fairly obvious. But note that on this list are:
*Foreign Bonds and U.S. Bonds (BWX and TLT)
*Precious Metals (GLD and SLV)
*Commodities (like coffee, soybeans and crude oil)
*Broad Commodity Indexes (DBC and GSG)
This encompasses a pretty darn wide swath of the trading world. And every single one of them will be influenced to some extent by which way the dollar goes from here.
As you can see in Figures 3 through 6 (click to enlarge any of the charts), what happens to the U.S. Dollar can matter a lot to what happens in these markets.
Figure 3 – Dollar vs. Euro (Courtesy AIQ TradingExpert)
Figure 4 – Dollar vs. Bonds (Courtesy AIQ TradingExpert)
Figure 5 – Dollar vs. Metals (Courtesy AIQ TradingExpert)
Figure 6 – Dollar vs. Commodity Indexes (Courtesy AIQ TradingExpert)
Summary
So the bottom line is that I do not know which way the dollar goes from here. But I do know that whichever way it goes a lot of “things” will likely go “the other way.” And everything listed in Figure 2 represents a lot of trading opportunities.
This represents a good time to invoke:
Jay’s Trading Maxim #17: (with credit given to George and Tom at Optionetics back in the day): Investing success involves two “simple” steps. #1) Spot opportunity. #2) Exploit opportunity. Everything you do as a trader or investor falls into one of these two categories.
A bunch of opportunities may soon be spotted (assuming the dollar actually ever does get around to deciding which way it wants to go…).
So focus here, people, focus…
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post Yes, the U.S. Dollar is at a Critical Juncture appeared first on AIQ TradingExpert Pro.
With crude oil hitting its highest level since November of 2014, the energy sector is suddenly drawing a lot of interest. But there are few caveats that investors might want to keep in mind before getting too far ahead of themselves.
(BTW: If you enjoy reading JayOnTheMarkets.com – heck, even if you hate reading JayOnTheMarkets.com – please tell others and encourage them to stop by, “Like” an article, link an article, etc.. Thanks, The Management)
Energy Seasonality
Figure 1 (from www.Sentimentrader.com, which is quickly becoming one of my favorite sites) displays the annual seasonal calendar for ticker XLE – the SPDR Energy ETF. While it should be pointed out that it certainly is not like every year plays out like this chart, the primary point is that the “meat” part of year of from the end of January through the end of April is nearing the end of the line.Figure 1 – XLE Seasonality (Courtesy: www.Sentimentrader.com)
XLE Overhead Resistance
XLE has had a terrific month of April, rallying over 14% since the low on 4/2. And while it has been an impressive show of momentum, a look at the “bigger picture” points to some key levels of potential resistance just ahead.
Figure 2 is a monthly bar chart of XLE with two significant resistance levels drawn (at roughly $78.25 and $80.50). XLE has failed twice previously at roughly $78.40 – in December 2016 and again in January of 2018.Figure 2 – XLE Monthly with overhead resistance (Courtesy ProfitSource by HUBB)
On the plus side, XLE is clearly trending higher at the moment and there is still another 6.4% and 9.4% of upside potential between the current price and the resistance levels drawn in Figure 2. So short-term upside potential remains.
The only real “warning” I am raising is to pay attention to “what happens (if and) when we get there” (“there” being the $78.25-$80.50 range).
Jay’s Energy ETF Index
I created and follow an index of all manner of energy related ETFs (it combines traditional fossil fuel related ETFs with alternative energy source ETFs). A monthly chart with a significant resistance level drawn appears in Figure 3.Figure 3 – Jay’s Energy ETF Index (Courtesy AIQ TradingExpert)
Figure 4 “zooms in” on Figure 3 using a daily bar chart of my Energy ETF Index. As you can see, as nice as the latest rally has been, there is a “day of reckoning” looming out there somewhere if the energy sectors keeps going and retests this significant level.
Figure 4 – Jay’s Energy ETF Index; Daily (Courtesy AIQ TradingExpert)
For the record this index is comprised of:
GEX – Alternative Energy
KOL – Coal
LIT – Lithium
NLR – Nuclear
OIH – Oil Service
TAN – Solar
UGA – Gasoline
UHN – Heating Oil
UNG – Natural Gas
URA – Uranium
USO – Crude Oil
XLE – Energy Sector
Summary
Some might interpret this piece as a bearish to neutral word of warning related to the energy sector. In reality I am pretty agnostic when it comes to energy and (sadly) can’t offer you a “prediction” that would do you any good.
But I will be watching closely to see what happens to XLE and my own index if and when the key resistance levels are tested – especially if that test occurs after the end of the most favorable February through April period.
Commodity related assets – such as energy, especially fossil fuels – appear “due” for a favorable move relative to stocks. If and when these key resistance levels are pierced we could see an “off to the races” situation unfold.
Until then, be careful about “bumping your head.”
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post What to Watch in Energies appeared first on AIQ TradingExpert Pro.
The post Lines in the Sand; The Bonds, REIT and MLP Edition appeared first on AIQ TradingExpert Pro.
The post Dollar or Miners? It’s One or the Other appeared first on AIQ TradingExpert Pro.
The AIQ code based on Vitali Apirine’s article in Stocks & Commodities issue, “Weekly & Daily Percentage Price Oscillator,” Modifying a traditional indicator can make you look at a chart differently. You can compare indexes, look at price movements during extended periods of time, and make trading decisions based on your observations is provided here:
!WEEKLY & DAILY PPO !Author: Vitali Apirine, TASC Feb 2018 !Coded by: Richard Denning 12/17/17 !www.TradersEdgeSystems.com !INPUTS: S is 12. L is 26. EMA1 is expavg([Close],S). EMA2 is expavg([Close],L). EMA3 is expavg([Close],S*5). EMA4 is expavg([Close],L*5). DM is (EMA1 - EMA2)/EMA4*100. WM is (EMA3 - EMA4)/EMA4*100. WD_PPO is WM + DM.
The post Weekly & Daily Percentage Price Oscillator appeared first on AIQ TradingExpert Pro.
The post Does it all Hinge on BID? appeared first on AIQ TradingExpert Pro.
The energy sector – not just unloved, but pretty much reviled not that long ago – is suddenly everybody’s favorite sector. And why not, what with crude oil rallying steadily in the last year and pulling pretty much everything energy related higher with it?
Anecdotally, everything I read seems to be on board with a continuation of the energy rally. And that may well prove to be the case. But at least for the moment I am waiting for some confirmation.
Two Concerns
The first – which I mentioned in this article – is the fact that the best time of year for energy is the February into early May period. See Figure 1.
Figure 1 – Ticker XLE Seasonality (www.Sentimentrader.com)
With that period just about past it is possible that the energy sector may at least pause for a while.
The second concern is that a lot of “things” in the energy sector are presently “bumping their head” against resistance. Here is the point:
*This does not preclude a breakout and further run to higher ground.
*But until the breakout is confirmed a little bit of caution is in order.
I created an index comprised of a variety of energy related ETFs. As you can see in Figures 2 through 4 that index recently was turned away at a significant resistance level.
Figure 3 shows the same information on a weekly chart.
Figure 3 – Jay’s Energy ETF Index – Weekly (Courtesy AIQ TradingExpert)
Figure 4 zooms in to view the action on a daily basis.
Figure 4 – Jay’s Energy ETF Index – Daily (Courtesy AIQ TradingExpert)
As you can see in Figure 4, the index made an effort to break out above the January high then reversed and closed lower before declining a little bit more the next day.
The action displayed in the charts above may prove to be nothing more that “the pause that refreshes.” If price breaks out to the upside another bull leg may well ensue. But note also in Figure 5 that ticker XLE – the broad-based SPDR Energy ETF – demonstrated the same type of hesitation as the ETF Index in the previous charts.
It too faces it’s own significant resistance levels as seen in Figure 5.
Figure 5 – Ticker XLE faces resistance (Courtesy AIQ TradingExpert)
Summary
Energies have showed great relative strength of late even in the context of a choppy stock market overall. So there is no reason to believe that the rally can’t continue. But two things to watch for:
1. If energy related assets clear their recent resistance levels a powerful new upleg may ensue.
2. Until those resistance levels are pierced, a bit of caution is in order. Energy has been the leading sector of late. Any time the leading sector runs into trouble it pays to “keep an eye out” for trouble in the broader market.
No predictions one way or the other – just some encouragement to pay close attention at a potentially critical juncture.
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post All Eyes on Energy appeared first on AIQ TradingExpert Pro.
When you create an index for a group of tickers, you can display a chart of the index as well as the underlying tickers. A group index can be analyzed on charts using technical indicators, and Expert Ratings are generated for the group index (except for mutual fund
groups).
The procedure for creating an index for a group of tickers is as follows:
To create an index for a group of tickers, follow the steps below.
First, create a group ticker:
1. First, add a new group ticker to your Master Ticker List. Select the
Ticker command on the menu bar. Then select New to display the
New Ticker dialog box.
2. Enter a ticker for the new group, then be sure to enter the proper
Type designation (group or mutual fund group).
3. Click OK, and the second dialog box for entering a new ticker
appears.
4. Type in a name (Description) and the First Date for data. The
remaining default settings on this second dialog box can remain the
same.
5. Click OK and the group ticker is added to your Master Ticker List.
Then, create a list to insert the group ticker into:
1. Select the List command on the menu bar.
2. Select New on the drop-down menu and a dialog box appears.
3. Type in a name (8 characters maximum) in the text box.
4. Click OK and the list name appears in the Selected List text box
located on the toolbar.
5. The list name is also displayed in the List window. Insert the group
ticker from your Master Ticker List under the list name. To insert a ticker directly under a list, do the following:
6. Next, insert tickers into the group. To insert tickers into a group:
Under the new group, insert all of the tickers that will make up the
group by doing the following:
7. Finally, compute the index for the new group. To compute a group index:
The post Buy Low(?) appeared first on AIQ TradingExpert Pro.
I suppose a more accurate title would be, “A Bunch of Single Country ETFs, Interrupted”, but, well, that just doesn’t have quite the same succinct simplicity.
I always (always, always) try to make an effort to focus on “the current trend” and to avoid focusing on things that “maybe might prove to be ominous signs in retrospect” or to imply that a certain tidbit of information is predictive when in reality it is mostly just anecdotal. Still, human nature is – unfortunately, in this case – a powerful force. Which reminds me to invoke:
Jay’s Trading Maxim #17: Human nature is a detriment to trading and investment success, and should be avoided as much as, well, humanly possible.
The bottom line is that despite my very own warnings and admonitions, sometimes that pesky human nature gets the best of me.
What Has My Attention
OK, rather than me telling you what I think, please simply peruse the charts in Figures 1, 2 and 3 and see if anything jumps out at you.
Figure 1 – India, Sweden, Japan, Germany (clockwise); (Courtesy AIQ TradingExpert)
Figure 2 – Switzerland, Netherlands, South Korea, Austria (clockwise); (Courtesy AIQ TradingExpert)
Figure 3 – South Africa, China, Taiwan, Thailand (clockwise); (Courtesy AIQ TradingExpert)
Perhaps you noticed the same thing I did, i.e., a whole bunch of single country ETF’s hitting new highs or testing old resistance and getting rejected. In a number of cases, after appearing to break out to new highs for a period of weeks or month only to fall back below the “line in the sand.”
It’s sort of like the World Cup of Failed Breakouts.
Summary
Now here’s the thing. I have displayed a bunch of charts that anecdotally seem to imply something bearish. To spell it out, failed breakouts are often – though definitely not always – followed by something much worse.
So the line of reasoning goes like this, “If the stock market in umpteen countries is failing to advance then this must be a bad thing.”
But the reality is that all these markets have to do is rally and this whole sort of made up area of concern goes away.
Still, until that actually happens I think I will:
a) Enjoy the rally here in the U.S.
b) Remain vigilant
It seems like a reasonable plan.
Jay Kaeppel
Disclaimer: The data presented herein were obtained from various third-party sources. While I believe the data to be reliable, no representation is made as to, and no responsibility, warranty or liability is accepted for the accuracy or completeness of such information. The information, opinions and ideas expressed herein are for informational and educational purposes only and do not constitute and should not be construed as investment advice, an advertisement or offering of investment advisory services, or an offer to sell or a solicitation to buy any security.
The post World, Interrupted appeared first on AIQ TradingExpert Pro.