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 |

EMA2 of Force Index today vs. yesterday in PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
andras9700
Posted : Thursday, November 3, 2011 10:13:18 PM
Registered User
Joined: 3/16/2011
Posts: 7
Could someone help me to create a PCF that compares today's EMA2 of Force Index to yesterday's EMA2 of Force Index. I know that today's EMA2 of Force Index is:((C - C1) * V + 1 / 3 * ((C1 - C2) * V1 + 1 / 3 * ((C2 - C3) * V2 + 1 / 3 * ((C3 - C4) * V3 + 1 / 3 * ((C4 - C5) * V4 + 1 / 3 * ((C5 - C6) * V5)))))) / (3 / 2 - 1 / 2 * (1 / 3) ^ 5)but how does the same thing look like for yesterday's EMA2 of Force Index?Thank you.
Bruce_L
Posted : Friday, November 4, 2011 9:07:54 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
If you add 1 to all of the bars ago parameters of:

((C - C1) * V + 1 / 3 * ((C1 - C2) * V1 + 1 / 3 * ((C2 - C3) * V2 + 1 / 3 * ((C3 - C4) * V3 + 1 / 3 * ((C4 - C5) * V4 + 1 / 3 * ((C5 - C6) * V5)))))) / (3 / 2 - 1 / 2 * (1 / 3) ^ 5)

You get:

((C1 - C2) * V1 + 1 / 3 * ((C2 - C3) * V2 + 1 / 3 * ((C3 - C4) * V3 + 1 / 3 * ((C4 - C5) * V4 + 1 / 3 * ((C5 - C6) * V5) + 1 / 3 * ((C6 - C7) * V6))))) / (3 / 2 - 1 / 2 * (1 / 3) ^ 5)

PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
andras9700
Posted : Friday, November 4, 2011 9:00:29 PM
Registered User
Joined: 3/16/2011
Posts: 7
Thank you very much Bruce!
Bruce_L
Posted : Monday, November 7, 2011 7:45:07 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.