Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

CMF Indicator Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Snegir
Posted : Friday, May 14, 2010 9:21:41 AM
Registered User
Joined: 10/7/2004
Posts: 80
I will appreciate if you help me to create CMF (period 1) and CMF (period 2) today greater than yesterday. Thank you.
Bruce_L
Posted : Friday, May 14, 2010 9:43:49 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
QUOTE (Snegir)
I will appreciate if you help me to create CMF (period 1) ... today greater than yesterday.

(2 * C - L - H) / (H - L) > (2 * C1 - L1 - H1) / (H1 - L1)

QUOTE (Snegir)
I will appreciate if you help me to create ... CMF (period 2) today greater than yesterday.

((2 * C - L - H) / (H - L) * V + (2 * C1 - L1 - H1) / (H1 - L1) * V1) / (V + V1) > ((2 * C1 - L1 - H1) / (H1 - L1) * V1 + (2 * C2 - L2 - H2) / (H2 - L2) * V2) / (V1 + V2)

QUOTE (Snegir)
I will appreciate if you help me to create CMF (period 1) and CMF (period 2) today greater than yesterday.

(2 * C - L - H) / (H - L) > (2 * C1 - L1 - H1) / (H1 - L1) AND ((2 * C - L - H) / (H - L) * V + (2 * C1 - L1 - H1) / (H1 - L1) * V1) / (V + V1) > ((2 * C1 - L1 - H1) / (H1 - L1) * V1 + (2 * C2 - L2 - H2) / (H2 - L2) * V2) / (V1 + V2)

You may wish to review the following:

Chaikin Money Flow
Chaikin Money Flow Indicator
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Snegir
Posted : Friday, May 14, 2010 10:26:38 AM
Registered User
Joined: 10/7/2004
Posts: 80
When I copy and paste the formulas in TeleChart, I receive a message: Error in Formula Syntax. The formulas apparently have to be modified slightly.
Bruce_L
Posted : Friday, May 14, 2010 10:41:41 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
None of the three formulas produce any error messages when tested in my copy of TeleChart.

Maybe you didn't copy and paste an entire formula or copied and pasted more than just the contents of a single formula when transferring them from the forums into TeleChart.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Snegir
Posted : Friday, May 14, 2010 10:49:40 AM
Registered User
Joined: 10/7/2004
Posts: 80
I get the error message not for all symbols. No error message for IBM, for instance, but for KT it's a different story.
Bruce_L
Posted : Friday, May 14, 2010 12:02:19 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
I get division by zero errors when Plotting these as Custom Percent True Indicators for symbols but I have not been able to produce an error in formula syntax message for any symbols (including KT). You can add as small value to all of the denominators to eliminate division by zero errors.

QUOTE (Snegir)
I will appreciate if you help me to create CMF (period 1) ... today greater than yesterday.

(2 * C - L - H) / (H - L + .0000001) > (2 * C1 - L1 - H1) / (H1 - L1 + .0000001)

QUOTE (Snegir)
I will appreciate if you help me to create ... CMF (period 2) today greater than yesterday.

((2 * C - L - H) / (H - L + .0000001) * V + (2 * C1 - L1 - H1) / (H1 - L1 + .0000001) * V1) / (V + V1 + .0000001) > ((2 * C1 - L1 - H1) / (H1 - L1 + .0000001) * V1 + (2 * C2 - L2 - H2) / (H2 - L2 + .0000001) * V2) / (V1 + V2 + .0000001)

QUOTE (Snegir)
I will appreciate if you help me to create CMF (period 1) and CMF (period 2) today greater than yesterday.

(2 * C - L - H) / (H - L + .0000001) > (2 * C1 - L1 - H1) / (H1 - L1 + .0000001) AND ((2 * C - L - H) / (H - L + .0000001) * V + (2 * C1 - L1 - H1) / (H1 - L1 + .0000001) * V1) / (V + V1 + .0000001) > ((2 * C1 - L1 - H1) / (H1 - L1 + .0000001) * V1 + (2 * C2 - L2 - H2) / (H2 - L2 + .0000001) * V2) / (V1 + V2 + .0000001)

-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.