Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

ZERO LAG EMA Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
mfg
Posted : Saturday, July 1, 2006 2:29:19 PM
Registered User
Joined: 10/10/2004
Posts: 62
I need help in writing a PCF for ZERO LAG EMA with Metastock formula : Period:= Input("What Period",1,250,10);
EMA1:= Mov(P,Period,E);
EMA2:= Mov(EMA1,Period,E);
Difference:= EMA1 - EMA2;
ZeroLagEMA:= EMA1 + Difference;
ZeroLagEMA

Thanks, mfg
Bruce_L
Posted : Saturday, July 1, 2006 7:31:15 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try the following:

2 * XAVGC10 - XAVG(XAVGC10,10)

You may wish to review the following:

Lag Efficient Moving Average
Hull Moving Average
Setting up a DEMA MACD
How to create a Personal Criteria Forumula (PCF)
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
mfg
Posted : Sunday, July 2, 2006 12:19:46 AM
Registered User
Joined: 10/10/2004
Posts: 62
Thank you , appears to work well --- mfg
Bruce_L
Posted : Sunday, July 2, 2006 9:31:30 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You're welcome.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.