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 |

Help with MACD Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Gwen
Posted : Monday, January 28, 2008 3:09:33 PM
Registered User
Joined: 5/26/2005
Posts: 11
I am using the formula below as a PCF for screening for signals with MACD moving up above the zero line. I have tried writing the inverse (with MACD rolling down below 100) and am not getting it right.
Are you able to help with this?  thanks, Gwen


(XAVGC12 - XAVGC26) < 0 AND (XAVG(XAVGC12,9) - XAVG(XAVGC26,9)) < 0 AND ((XAVGC12.1 - XAVGC26.1) < (XAVG(XAVGC12.1,9) - XAVG(XAVGC26.1,9))) AND ((XAVGC12 - XAVGC26) > (XAVG(XAVGC12,9) - XAVG(XAVGC26,9)))
 
Bruce_L
Posted : Monday, January 28, 2008 3:30:33 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Your existing Personal Criteria Formula appears to be testing for the raw MACD to be crossing up through its Trigger Line while both the raw MACD and its Trigger Line are below zero (this does not match your description).

I'm not actually sure for what condition you want your new PCF to test. If you can clarify it further, we can probably help you write the PCF.

You may wish to review the following:

Understanding MACD

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
StockGuy
Posted : Monday, January 28, 2008 3:30:50 PM

Administration

Joined: 9/30/2004
Posts: 9,187

What you have above is MACD crossing up through the trigger line when MACD is less than 0.  For MACD crossing down through the trigger line when MACD is greater than 0, just reverse all of < and >.

(XAVGC12 - XAVGC26) > 0 AND (XAVG(XAVGC12,9) - XAVG(XAVGC26,9)) > 0 AND ((XAVGC12.1 - XAVGC26.1) > (XAVG(XAVGC12.1,9) - XAVG(XAVGC26.1,9))) AND ((XAVGC12 - XAVGC26) < (XAVG(XAVGC12,9) - XAVG(XAVGC26,9)))

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.