Stocks & Commodities V. 31:9 (38-43): Oscillators, Smoothed by Sylvain Vervoort

Stocks & Commodities V. 31:9 (38-43): Oscillators, Smoothed by Sylvain Vervoort
Item# V31C09_616VERV
$3.95
Availability: In Stock

Product Description

Oscillators, Smoothed by Sylvain Vervoort

The Best Of Both Worlds

In this fifth part of our article series on indicator rules for a swing trading strategy (IRSTS), we will introduce an oscillator based on Percent B.

You’re probably familiar with the Percent b (%b, or PB) oscillator that was developed by John Bollinger — it’s derived from the Bollinger Bands indicator. Here’s how it works:

When the price touches the upper Bollinger Band, then the oscillator hits 100. If price moves above the upper band, the oscillator moves to +100. When the price touches the lower Bollinger Band, then the oscillator hits zero, and if price moves below the lower band, the oscillator moves to a negative value.

Here’s how it’s calculated:

Percent b = (Closing price – Lower band) / (Upper band – Lower band) * 100

Basic calculation

When I created my zero-lag oscillator (SVEZLRBPercB), which is based on the Percent b, I used the same basic formula as the Percent b. However, before applying the formula, I manipulated the input data I used.

In a July 1997 Stocks & Commodities article, Mel Widner introduced rainbow charts, which is the technique I used to convert the closing price data to a “rainbow” data series and give some extra weight for the less-smoothed data:

rainbow_value = (5 * SMA(2)[0] + 4 * SMA(SMA(2), 2)[0] + 3 * SMA(SMA(SMA(2), 2), 2)[0] + 2 * SMA(SMA(SMA(SMA(2), 2), 2), 2)[0] + SMA(SMA(SMA(SMA(SMA(2), 2), 2), 2), 2)[0] + SMA(SMA(SMA(SMA(SMA(SMA(2), 2), 2), 2), 2), 2)[0] + SMA(SMA(SMA(SMA(SMA(SMA(SMA(2), 2), 2), 2), 2), 2), 2)[0] + SMA(SMA(SMA(SMA(SMA(SMA(SMA(SMA(2), 2), 2), 2), 2), 2), 2), 2)[0] + SMA(SMA(SMA(SMA(SMA(SMA(S MA(SMA(SMA(2), 2), 2), 2), 2), 2), 2), 2), 2)[0] + SMA(SMA(SMA(SMA(SMA(SMA(SM A(SMA(SMA(SMA(2), 2), 2), 2), 2), 2), 2), 2), 2), 2)[0]) / 20;

rainbow.Set(rainbow_value);

Next, I averaged this new rainbow data series with an exponential moving average (EMA) by applying a zero-lag method. The idea of smoothing data with less lag and zero-lag techniques was proposed by Patrick Mulloy in the February 1994 issue of Stocks & Commodities and by John Ehlers in the March 2000 issue. The technique compensates for the lag in moving averages.

Here’s how I created the new data series ZLRB (zero-lag rainbow):

EMA1.Set(EMA(rainbow, smooth)[0]);

EMA2.Set(EMA(EMA1, smooth)[0]);

diff = EMA1[0] - EMA2[0];

ZLRB.Set(EMA1[0] + diff);

Finally, I calculate and plot the modified Percent b formula, but only after applying another smoothing step using triple exponential moving averages (TEMA) and weighted moving averages on the zero-lag ZLRB data series:




FOR THOSE ORDERING ARTICLES SEPARATELY:
*Note: $2.95-$5.95 Articles are in PDF format only. No hard copy of the article(s) will be delivered. During checkout, click the "Download Now" button to immediately receive your article(s) purchase. STOCKS & COMMODITIES magazine is delivered via mail. After paying for your subscription at store.traders.com users can view the S&C Digital Edition in the subscriber's section on Traders.com.




Take Control of Your Trading.
Professional Traders' Starter Kit
All these items shown below only $299.99!
  • 5-year subscription to Technical Analysis of STOCKS & COMMODITIES, The Traders' magazine. (Shipping outside the US is extra. Washington state addresses require sales tax based on your locale.)
  • 5 year access to S&C Archive
  • 5 year access to S&C Digital Edition
  • 5-year subscription to Traders.com Advantage.
  • 5-year subscription to Working Money.
  • Free book selection.
  • Click Here to Order