February 4: Follow new BandBreak5 system HERE!!!
Follow my S&P500 and FOREX EUR/USD weekly forecast.
My BBS Trading expert was presented at the 2011 Trading Forum in Denver. More information?
Trade with my DSTfx01 forex robot, (or BandBreak5) watch the VIDEO.
View an excerpt of my last 1st, 2nd and 3rd article about the put/call ratio published in S&C magazine.
Best offer "Capturing Profit with Technical Analysis"!
WINNER "Favorite Article" in the S&C Readers' Choice Award 2010 and 2011. Thank You!
AXIOM business books awards, bronze medal for my book! Thank You!
Sylvain Vervoort
WINNER favorite article 2010 and 2011 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