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 |

PCF FOR MA'S Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
mike195
Posted : Saturday, May 26, 2007 8:02:03 PM
Registered User
Joined: 6/17/2006
Posts: 10
I WOULD LIKE TO KNOW HOW TO WRITE A PCF THAT SEARCHES FOR 10EMA GREATER THAN THE 50EMA AND THE
50EMA GREATER THAN 200EMA WITH STOCK PRICE CLOSING ABOVE 10EMA ON A DAILY CHARTS. ANY HELP WILL BE GREATLY APPRECIATED.
ramjet777
Posted : Sunday, May 27, 2007 12:53:55 AM
Registered User
Joined: 6/30/2006
Posts: 6

Try this. May need some tweaking.

(XAVGC10 >= XAVGC50 >=AVGC200 ) and C >=XAVGC10
brexxx
Posted : Sunday, May 27, 2007 1:29:02 AM
Registered User
Joined: 7/24/2006
Posts: 131
Try:
XAVGC10 > XAVGC50 AND
XAVGC50 > XAVGC200 AND
C>XAVGC10
Craig_S
Posted : Sunday, May 27, 2007 9:24:40 AM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
brexxx's formula will work. Unfortunately ramjet777's does not use proper syntax.

Here are some posts to keep handy:
How to create a Personal Criteria Forumula (PCF)
Handy PCF example formulas to help you learn the syntax of PCFs!
Moving Average PCF Templates

- Craig
Here to Help!
mike195
Posted : Sunday, May 27, 2007 9:45:51 AM
Registered User
Joined: 6/17/2006
Posts: 10
thanks
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.