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 |

NEW PERSONAL FORMULA Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
zuzan
Posted : Wednesday, June 20, 2007 5:58:40 PM
Registered User
Joined: 6/6/2007
Posts: 5
I AM LOOKING FOR A PERSONAL CRITERIA FORMULA FOR STOCKS THAT ARE AT THEIR ALL TIME HIGHS AND THE LAST TWO DAYS THEY HAVE CLOSED AT HIGHER HIGHS.

SUSAN
Craig_S
Posted : Wednesday, June 20, 2007 6:07:47 PM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
There is no way to use PCFs to scan for all time highs as most stocks have a variable number of days of trading history. The PCF language requires that we define days in the syntax.

- Craig
Here to Help!
abair
Posted : Wednesday, June 20, 2007 6:28:26 PM
Registered User
Joined: 10/18/2005
Posts: 49
Seems like a perfect time to add an indicator, that tracks the number of available days.

I ran afoul of this shortcoming as well, in that I wanted to screen out stocks, that had less than 5 years of posts. The PCF I created for this calculates only a single day, yet it slows down the UPDATE enough so I can get a cup of coffe while it updates!

I'd give up the relatively USELESS "Tracking Days in List" for such an indicator.

With such an indicator, call it "N" for number of available days, one could create PCFs like:

MAXC.N (period for emphasis)


Abair
Here to criticise
zuzan
Posted : Thursday, June 21, 2007 2:46:02 PM
Registered User
Joined: 6/6/2007
Posts: 5
QUOTE (Craig_S)
There is no way to use PCFs to scan for all time highs as most stocks have a variable number of days of trading history. The PCF language requires that we define days in the syntax.
zuzan
Posted : Thursday, June 21, 2007 2:49:14 PM
Registered User
Joined: 6/6/2007
Posts: 5
CAN USE YOU 365 DAYS AS THE NUMBER OF DAYS?
IF NOT HOW MANY DAYS IN THE SYNTAX CAN YOU GO BACK TO HELP ME?

ZUZAN
Bruce_L
Posted : Thursday, June 21, 2007 2:54:39 PM


Worden Trainer

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

H > H1 AND H1 > H2 AND H = MAXH365

If you want a year instead of 365 days (the days are Trading Days), you may wish to try the following instead:

H > H1 AND H1 > H2 AND H = MAXH252

You may wish to review the following:

All-Time high

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