Gold Customer
Joined: 10/14/2004 Posts: 202
|
Please write PCF for stocks making an all time high and with market capitalization >= 10 billion shares and price above 50 DMA.
Thanks,
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Capitalization needs to be done as an EasyScan Condition.
Price above the 50 period simple moving average can be written as follows.
C > AVGC50
I can't create a condition formula for price making an all time high and I can't create a condition for this at all in TC2000 v7.
In TC2000 v18, you can create two conditions from the chart and add them to the same scan as your other conditions.
Click on price on the chart and select Create Condition to create these conditions. You will choose New High with the period set to 260.
One of the conditions needs to be set to a daily time frame and the other condition should be set to a yearly time frame.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 12/15/2004 Posts: 31
|
Hello, I am interesting about the some topic.
1) I would like to now or creat some scan or formula, how I can fing New High for 52 week period
for High Cap 3000 component stock or for other Component (SP-500 atc)
2) I would like to now or creat some scan or formula, how I can fing New Low for 52 week period
for High Cap 3000 component stock or for other Component (SP-500 atc)
3) With this values create an indicator as a histogram
I so it in different program and this is very valueble and timely If I compare this indicator against price of the some component.
Is it something simile posibble?
Thank you very much.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A new 52 week high in a weekly time frame would be the following.
H > MAXH51.1
And the low would be:
L < MINL51.1
In a daily time frame, you could use a 252 period year.
H > MAXH251.1
And:
L < MINL251.1
I am not sure what you mean as far as the construction of the histogram. Are you interested in something similar to the Aroon Oscillator?
-Bruce Personal Criteria Formulas TC2000 Support Articles
|