Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 3/12/2005 Posts: 1
|
Need formula for todays closing price being greater than the high price for the previous 10 days. Please help thank-you.
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
Try this.
C > MAXH10.1
|
|
Registered User Joined: 2/3/2007 Posts: 4
|
Subject: MACD fast line(12,26) crossed above MACD slow line(12,26)
Hello,
How would I word the above subject to create a scan.Plese advise.
thank you.
(email removed by moderator)
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
sjpiracci,
A MACD with only two numbers would only have one line, not two. Assuming you are talking about an Exponential MACD 12,26,9, you could write a formula for the raw MACD crossing up through its Moving Average Trigger Line as:
XAVGC12 - XAVGC26 > XAVG(XAVGC12,9) - XAVG(XAVGC26,9) AND XAVGC12.1 - XAVGC26.1 <= XAVG(XAVGC12.1,9) - XAVG(XAVGC26.1,9)
You may wish to review the following:
Understanding MACD
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
|
|
Guest-1 |