July 24: The S&P500 and FOREX EUR/USD Update.
Latest YouTube video fast average crossings part2.
chart template updated
My book "Capturing Profit with Technical Analysis"
best offer!
(DUTCH) Nederlandstalige versie hier.
Over 300 items on sale,
and FREE Shipping in July!
WINNER "Favorite Article" in the Readers' Choice Award 2010. Thank You!
AXIOM business books awards, bronze medal for my book! Thank You!
Part 2 of "Smoothing The Bollinger %b Indicator" in the June issue of S&C.
Visit the TradersLibray blog.
Sylvain Vervoort
WINNER favorite article
Readers' Choice Award.
AXIOM Business Books Awards, bronze medal.
Using a longer period zero-lagging TEMA average on the heikin-ashi closing prices gives a smooth average with limited lag.
Special offer: "Capturing Profit with technical Analysis"

Figure 5.12: S&P500 index with zero-lag TEMA crossover.
In the chart of the S&P500 index (figure 5.12), we applied the same zero-lag TEMA principle on the normal closing prices.
Putting both averages on the price chart you can see crossovers between both averages, which are very useful medium-term selling signals to close a long position.
A 60-day period for the TEMA average gives most useful results.
These are the formulas used:
ZLTMACL MetaStock® formula for a zero lagging TEMA average on the closing prices:
{ZLTMACL}
Periode:= Input("Zero-lagging CL TEMA Average ",1,100,60);
TMA1:= Tema(CLOSE,Periode);
TMA2:= Tema(TMA1,Periode);
Difference:= TMA1 - TMA2;
ZLTMACL:= TMA1 + Difference;
ZLTMACL
ZLTMAHA MetaStock® formula for a zero-lagging heikin ashi TEMA average:
{ZLTMAHA}
avg := Input("Zero-lagging HA TEMA average ",1,100,60);
haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2;
haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min(L,haOpen))/4;
TMA1:= Tema(haC,avg);
TMA2:= Tema(TMA1,avg);
Diff:= TMA1 - TMA2;
ZLTMAHA:= TMA1 + Diff;
ZLTMAHA
Stocks Technical Analysis Indicators Next -Previous -Part 1 -Part 2 -Part 3 -Part 4 -Part 5
STOCATA Stocks Technical Analysis HOME