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 |

PFC Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
RSC
Posted : Monday, August 29, 2011 7:48:16 PM
Registered User
Joined: 3/19/2005
Posts: 35
Please help with a formula showing 20MA below price more than 80% of the time, excluding this month.

                                                                                                                                        Thanks  RSC.
diceman
Posted : Monday, August 29, 2011 7:55:19 PM
Registered User
Joined: 1/28/2005
Posts: 6,049
You would need to supply a number of days.



Thanks
diceman
RSC
Posted : Thursday, September 1, 2011 11:06:51 AM
Registered User
Joined: 3/19/2005
Posts: 35

The formula that I am using is :  ((AVGC20.22) < (C22)) AND ((AVGC20.23) < (AVGC23) AND ((AVGC20.24 < (C24)) AND ((AVGC20.25 < (C25)) etc. to ((AVGC20.42 < (C42)) 

     
1  I am trying to determine which of the above stocks in a scan is below  price 80 % or more of    the  time.  I have not been able to work this into the formula.
    
2  If this much of the formula is incorrect, what am i doing wrong?

Can you help?    

Bruce_L
Posted : Thursday, September 1, 2011 11:18:28 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try the following instead:

100 * (ABS(AVGC20.22 < C22) - (AVGC20.23 < C23) - (AVGC20.24 < C24) - (AVGC20.25 < C25) - (AVGC20.26 < C26) - (AVGC20.27 < C27) - (AVGC20.28 < C28) - (AVGC20.29 < C29) - (AVGC20.30 < C30) - (AVGC20.31 < C31) - (AVGC20.32 < C32) - (AVGC20.33 < C33) - (AVGC20.34 < C34) - (AVGC20.35 < C35) - (AVGC20.36 < C36) - (AVGC20.37 < C37) - (AVGC20.38 < C38) - (AVGC20.39 < C39) - (AVGC20.40 < C40) - (AVGC20.41 < C41) - (AVGC20.42 < C42)) / 21 >= 80

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

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
RSC
Posted : Friday, September 2, 2011 10:01:22 AM
Registered User
Joined: 3/19/2005
Posts: 35
Bruce 

You resolved the issue.  Many thanks

                                                          RSC
Bruce_L
Posted : Friday, September 2, 2011 10:01:59 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.