In the August 2014 issue of Technical Analysis of STOCKS & COMMODITIES magazine John Ehlers introduced his Quotient Transform indicator as a means of "detecting a trend early and knowing how long to stick with it." Most analysts use a variation of moving averages to determine a trend, but at the risk of the indicator introducing so much lag that you miss some of the opportunity to profit.
When we created the chart for the Traders' Tip that appears in the magazine (thanks to some indicator programming by Denham Ward), we only displayed two different variations of the indicator on the chart, as per the editor's guidance for the tip. However, if you read the entire article, you discover that John Ehlers included details for creating trading systems using his quotient transform indicator.
He says the quotient transform indicator may be applied to oscillator indicators as long as they are transformed into an indicator that produces output values between -1 and 1. The article includes his suggestions for making this transformation.
For example, if you want to use the RSI indicator which normally produces values between zero and 100, he suggests subtracting 50 from the value of the RSI indicator and dividing the result by 50. We did this and created the Scaled RSI indicator that is displayed on the chart below.
The chart displays the Scaled RSI indicator and four different versions of the Quotient Transform indicator that substitute the Scaled RSI in order to create the trading rules.
The Trading Rules
Long Entry: Quotient Transform RSI 0.8 > 0
Long Exit: Quotient Transform RSI 0.4 < 0
Short Entry: Quotient Transform RSI - 0.8 < 0
Short Exit: Quotient Transform RSI -0.4 > 0
The values 0.8 and 0.4 are constant values used to compute the Quotient Transform indicators. Positive values are used on the long side, and negative values are used for the short rules. (See the complete article for an understanding of his methods.) The smaller constant of 0.4 is used to exit the trade before the trend has run its course. We optimized only the constant values and the results looked promising. SPY and energy stocks Duke Energy, Consolidated Edison, and Southern all produced positive equity curves.
To download the chart we created and the required Quotient Transform.DLL go to the Examples section for NeuroShell Trader on www.ward.net. Once you extract the files, copy the .DLL to your c:\NeuroShell Trader 6\template directory. When you open the chart you will have access to the Quotient Transform indicator for use in other charts.